| name | plan-work |
| description | Break a user request into Scope epics, stories, and bugs before implementation. Use for feature work, refactors, investigations, and broad tasks that need visible progress. |
| metadata | {"short-description":"Plan work into Scope tickets"} |
Plan Work
Use this workflow to turn ambiguous or multi-step work into a Scope plan.
Read ../../references/guardrails.md and ../../references/cli-recipes.md.
Workflow
- Run
scope --json board to understand active work.
- Create a human-readable epic for the goal.
- Create child stories for independently completable slices.
- Create bugs only for defects with reproducible or actionable detail.
- Move the epic and first active story to
in_progress.
Prefer an atomic batch:
cat plan.json | scope batch --by codex
Keep titles short enough to scan on the board. Put implementation notes in
descriptions or comments.