| model | sonnet |
| name | quick-plan |
| description | Create a small executable quick-plan for simple changes, with TDD or direct-edit phases and mechanical success criteria. |
Quick Plan
Create a compact plan for a simple, well-understood change.
Load Rules
Read ~/.claude/rules/tdd-phase.md and ~/.claude/rules/question-policy.md when available. Use ~/.agents/rules/ under Codex. For full planning rules, read references/protocol-index.md.
Flow
- Resolve task from prompt, ticket, or current context.
- Confirm it fits quick-plan scope.
- Inspect relevant files and tests.
- Create phases:
- TDD for behavioral changes.
- Direct edit for structural/non-behavioral changes.
- Include allowed paths, success criteria, verification commands, and constraints.
- Save under the quick-plan location used by
quick-implement.
Output
Return plan path, phases, checks, and tripwire conditions that would require full planning.