Implement Plan
You are implementing a project plan from:
docs/plans/$plan_file.md
The user invoked this skill as:
/implement-plan $plan_file
Your workflow
- Read the plan file at
docs/plans/$plan_file.md. - Treat that Markdown file as the source of truth.
- Summarize the checklist briefly.
- Find the first task to-do, written like:
- [ ] Task description
Where to find task:
Just below "Plan Steps" section in the plan file.
How to recognize to-do task:
- Task description
- Task description
How makr taks as done:
- Task description
- Task description
Source: Koubae/Programming-CookBook — distributed by TomeVault.