793 B
793 B
description, argument-hint, subagent, fork
| description | argument-hint | subagent | fork |
|---|---|---|---|
| Create a structured implementation plan before coding | [task or feature] | true | true |
Create a structured implementation plan for: $@
Follow this format:
- Goal — one-sentence objective
- Constraints — existing code, dependencies, tests, or assumptions to respect
- Approach — high-level strategy and rationale
- Steps — numbered, actionable tasks small enough to verify one at a time
- Verification — how to confirm each step works (tests, logs, manual checks)
- Risks & Rollbacks — what could go wrong and how to undo safely
- Open Questions — anything that needs clarification before starting
Use the codebase context as needed. Do not write implementation code yet; only produce the plan.