From 7857cff3bdeb16f1833235b32534cff3a8eb5413 Mon Sep 17 00:00:00 2001 From: Leo Date: Sun, 8 Mar 2026 15:36:04 +0100 Subject: [PATCH] feat: add product slash commands --- commands/prd.md | 25 +++++++++++++++++++++++++ commands/sprint-plan.md | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 commands/prd.md create mode 100644 commands/sprint-plan.md 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`