| name | plan |
| description | Break a scope or feature set into stories and tasks for sprint planning (Sofia Nakamura's workflow) |
| disable-model-invocation | true |
Plan the following scope: $ARGUMENTS
Step 1 — Understand the Scope
- Read the request and identify all deliverables
- Read the existing codebase to understand what exists and what's new
- Identify which layers are affected (see Layers in project config)
Step 2 — Break Into Stories
Each story is a vertical slice of functionality that can be independently delivered and demonstrated.
Format each story as:
### Story: <title>
**As a** <user/developer/operator>
**I want** <capability>
**So that** <business value>
**Acceptance Criteria:**
- [ ] <specific, testable criterion>
**Files Affected:**
- <layer/file> — <what >
—
Small / Medium / Large