superplan
Installation
SKILL.md
SuperPlan Command
When user runs /superplan or /sp, route to the appropriate subcommand based on the argument.
Routing
| Argument | Action |
|---|---|
status |
Show progress across all active plans |
next or next <plan_file> |
Execute next unchecked task |
next --yes or next <plan_file> --yes |
Execute next unchecked task without confirmation prompt |
next M<N> or next M<N> <plan_file> |
Execute all tasks in milestone N without stopping |
review or review <plan_file> |
Re-evaluate plan against current code state |
| Anything else | Create a new plan (treat argument as feature description or ticket ID) |