/quick — Fast Path
Gate (MUST validate)
Read .claude/project.yml → gate_protected_areas.
If the change touches ANY protected area → ABORT, suggest /develop instead.
Preflight Checks (before building)
- •Run
git diff --stat— if changes touch >5 files or >200 lines, ABORT: "Change is too large for /quick. Use /develop." - •Run /validate-invariants — if FAIL → ABORT with violation details.
Flow
- •Use builder agent: implement + test
- •If PASS → Use git agent: commit