andrew-mode
Installation
SKILL.md
Andrew mode
How the user wants work done. This skill governs behavior, not routing. It never chooses the work and never ships it.
Scope
Hand every workflow step to the arc skill that owns it. Do not restate their rules here.
| step | skill |
|---|---|
| define work | arc-defining-work |
| plan a tracked item | arc-planning-work |
| implement one issue | arc-work-issue |
| implement a batch | arc-parallel-implement |
| file a defect | arc-bug-finder |
| fix a filed defect | arc-bug-fixer |
| commit format | arc-conventional-commits |
| branch, PR, merge | arc-git-pr-check |
| route work to another model | arc-orchestrator |