Execute a plan step by step. Reads plan.md in the current working directory or a plan from the conversation context, then implements each subtask sequentially.
Implement a task breakdown plan step by step.
plan.md exists in the current working directory, use it.breakdown skill).breakdown first.Present the plan: Show the full list of subtasks to the user and confirm before starting.
Implement step by step: For each leaf subtask in order:
## Step 1.1: <subtask name>)Update plan.md: If the plan was loaded from plan.md, update the file directly — change - [ ] to - [x] for each completed subtask. This keeps the file in sync with actual progress so that future sessions can resume from where you left off.
Report progress: After completing each subtask, show the updated checklist with completed items checked off.
Handle issues: If a subtask is blocked or unclear: