Skills
Skills are short markdown files that inject structured discipline into an agent session. Each skill is loaded only when its scope is needed.
| Skill | When | Tokens |
|---|---|---|
| design | scope ≥ standard, anything new; handles vague goals & spec reviewers | ~1,180 |
| plan | after design approval; milestone tasks | ~740 |
| tdd | implementing or fixing; 3D quality refactor gate | ~590 |
| debug | something broken; root cause isolation | ~160 |
| review | before merge / after subagent task; standards & doc-coverage | ~420 |
| worktree | non-trivial or parallel work in Git worktrees | ~320 |
| subagents | independent tasks, fan-out; ROLE charters & MODEL tiers | ~1,020 |
| ship | merge / PR / cleanup | ~430 |
| archive | merge spec into living docs, delete staging files | ~730 |
| release | version / tag / publish | ~220 |
| onboard | existing project, no tech-spec | ~450 |
Shared Protocols & References
- Quality Standard (~430 tokens): Mechanical checks, convention adherence, design assessment, and doc-coverage rules.
- Spec Reviewers (~1,640 tokens): Trigger table and charters for parallel spec review subagents.
- Multi-Module Protocol (~870 tokens): Topology specification for cross-repository/module changes.