plot-sprint
Installation
SKILL.md
Plot: Sprint
Sprints are not plans. Plans track what to build; sprints track when to ship it. Sprint files live in docs/sprints/. The initial skeleton commits directly to main; subsequent Planning-phase refinement may optionally happen on a sprint/<slug> branch with a draft PR for review. Principle 2 ("Plans merge before implementation") does not apply to sprints — sprints don't spawn implementation branches — but the refinement benefits from the same review surface.
Input: $ARGUMENTS determines the subcommand.
| Form | Action |
|---|---|
/plot-sprint |
Status (infer slug or list all) |
/plot-sprint <slug> |
Status of slug (or create if not found) |
/plot-sprint <slug> commit |
Lock sprint contents |
/plot-sprint <slug> start |
Begin the sprint |
/plot-sprint <slug> close |
End timebox, capture retro |
/plot-sprint <slug> add/remove/reprio |
Change sprint scope (see Scope Change) |
/plot-sprint <slug>: <goal> |
Create slug with goal |
Argument parsing: $ARGUMENTS = [<slug>] [<subcommand>] [<args>]