superplan
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) |
Subcommand: Create (Default)
More from armagnac/agent-skills
plan-execution
Auto-activates when working with implementation plans. Triggers on \"continue the plan\", \"next task\", \"what's the plan status\", \"run task 2.1\", or when user references plans/*.plan.md files. Not for creating plans - use /superplan command for that.
19ask
Read-only Q&A mode — answers questions about the codebase, architecture, or any topic without modifying files. Use for research and exploration before making changes.
17sp
Shortcut alias for /superplan. Produce higher-quality code by breaking a feature into small, focused tasks the coding agent can nail one at a time. Works like an engineering team: feature → milestones → ~30-min tasks with specific files, acceptance criteria, and dependencies. Each task runs in a fresh context — narrow scope, full attention, one git commit per task.
16