claude-command-design
Installation
SKILL.md
Command Design
Lock naming, interfaces, control flow, portability expectations, and safety rules before creation starts.
Intent Router
Load reference files on demand only when the corresponding topic is active:
references/interface-contract.md— Load when defining command names, arguments, outputs, and handoff rulesreferences/safety-patterns.md— Load when the command can write files, run tools, or chain other workflows
Quick Start
[ ] Capture the current command spec
[ ] Complete the required outputs for this phase
[ ] Record evidence for the gate
[ ] Hand off the evidence to the next phase