26 lines
447 B
Markdown
26 lines
447 B
Markdown
---
|
|
name: sprint-plan
|
|
description: Sprint planning shortcut. Usage: /sprint-plan <goal> [capacity]
|
|
---
|
|
|
|
# /sprint-plan
|
|
|
|
Create a sprint plan with prioritized stories and capacity guardrails.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
/sprint-plan <goal> [capacity]
|
|
```
|
|
|
|
## Output Structure
|
|
|
|
- Sprint goal
|
|
- Committed scope
|
|
- Stretch scope
|
|
- Risks and dependencies
|
|
- Story-level acceptance criteria checks
|
|
|
|
## Skill Reference
|
|
- `product-team/agile-product-owner/SKILL.md`
|