plan
Installation
SKILL.md
Plan Skill
Create a structured, checkable implementation plan before writing any code.
When to use
- Task requires 3 or more steps
- Task touches multiple files or layers
- Task involves an architectural decision
- Any time the path forward is not immediately obvious
Protocol
1. Read mandatory context first
context/tasks/todo.md— current task state (are we resuming?)context/tasks/lessons.md— relevant past lessonscontext/architecture.md— project structurecontext/rules.md— golden rules