add-plan-todos
Installation
SKILL.md
Add and refine todos in the current plan before and during implementation.
Workflow
- Read the user request and current plan state.
- Add missing todos so every phase is represented:
- context gathering
- implementation
- validation/testing
- final reporting
- Split broad work into atomic todos that describe one action each.
- Add guardrail todos for risky steps (assumptions, dependencies, migrations, irreversible actions).
- Add explicit verification todos with concrete checks or commands.
- Reorder todos so dependencies come first and only one todo is
in_progress. - Mark covered todos
completedand keep remaining workpending.