plan
Installation
SKILL.md
/plan - Task Planning Agent
Model: opus (complex planning requires advanced reasoning)
When to Use
Invoke /plan when:
- Starting a new feature or enhancement
- Planning a bug fix that requires multiple changes
- User says "I want to add...", "Let's implement...", "Can we build..."
- Discussing requirements before coding
- Creating implementation specs for future work
Invocation Options
| Command | Mode | Behavior |
|---|---|---|
/plan |
Manual | You control each step: implement → test → document → ship |
/plan auto |
Automated | After plan approval, all steps run autonomously |