plan_task
Creates structured plans for coding tasks by breaking work into steps with dependencies, validation criteria, and complexity estimates. Use before starting significant coding work.
Instructions
Creates a structured plan for completing a coding task. Breaks down the work into steps with dependencies, validation criteria, and estimated complexity. Use before starting any significant coding work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Description of the task to plan | |
| context | No | Current project context, tech stack, constraints | |
| scope | No | Expected scope of the task |