Task Planning
Workflow
- Gather Information: Explore codebase and list dependencies.
- Draft Plan:
- Objective: Goal of the task.
- Approach: High-level strategy.
- Steps: Sequential actions.
- Verification: How to prove it works.
- Clarify: Include at least 3 clarifying questions with proposed answers.
- Approve: Wait for user "go ahead" (empty response = approval).
- Implement: Execute only after approval.
Principles
- Zero-Impact: Do not modify files during planning.
- Iterative: Refine based on feedback.
- Concise: Keep plans readable and progress tracked via TODOs.