diff --git a/commands/prd.md b/commands/prd.md new file mode 100644 index 0000000..2c00542 --- /dev/null +++ b/commands/prd.md @@ -0,0 +1,25 @@ +--- +name: prd +description: Quick PRD generation command. Usage: /prd +--- + +# /prd + +Generate a concise product requirements document for a feature, initiative, or problem statement. + +## Usage + +```bash +/prd +``` + +## Output Structure + +- Problem statement +- Goals and non-goals +- User stories and acceptance criteria +- Metrics and success thresholds +- Scope and timeline assumptions + +## Skill Reference +- `product-team/product-manager-toolkit/SKILL.md` diff --git a/commands/sprint-plan.md b/commands/sprint-plan.md new file mode 100644 index 0000000..a504d23 --- /dev/null +++ b/commands/sprint-plan.md @@ -0,0 +1,25 @@ +--- +name: sprint-plan +description: Sprint planning shortcut. Usage: /sprint-plan [capacity] +--- + +# /sprint-plan + +Create a sprint plan with prioritized stories and capacity guardrails. + +## Usage + +```bash +/sprint-plan [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`