Skills catalog
Context
Capture
| Skill | What it does |
|---|---|
| /specify | A feature spec or a refactor spec — kind named by the caller. Stops for you to read it. |
Build
Prove
Ship
| Skill | What it does |
|---|---|
| /release | Version, changelog, reconciled docs, and tag — only after verified. |
ABC commands
Architect, Builder, Craftsman — each command chains skills in fresh subagents so no step inherits the previous step's clutter.| Command | What it does |
|---|---|
/architect-map | Architect: map what is there — architecture, schemas, coding rules. Works on empty and mature repos. |
/builder-ship | Builder: turn a requirement into a spec, then plan, build, verify, and ship. |
/craftsman-refactor | Craftsman: re-map for drift or take your proposal, then ship the fix through /ship-spec. |
Human checkpoints
You only review twice. Everything else runs without asking.|| Trigger | You check |
|---|---|
| After /architect-map | Architecture, schemas, and coding rules match the repo |
| After /builder-ship spec | Problem, outcomes, and acceptance criteria are right |
| After /craftsman-refactor | The defect or proposal is right before /ship-spec runs |
flowchart LR A[architect-map] -->|you ✔️| B[builder-ship] B -->|you ✔️| S[ship] S -->|you ✔️| C[craftsman-refactor]