feat: add product slash commands

This commit is contained in:
Leo
2026-03-08 15:36:04 +01:00
committed by Reza Rezvani
parent d740f77ef7
commit 7857cff3bd
2 changed files with 50 additions and 0 deletions

25
commands/prd.md Normal file
View File

@@ -0,0 +1,25 @@
---
name: prd
description: Quick PRD generation command. Usage: /prd <feature-or-problem>
---
# /prd
Generate a concise product requirements document for a feature, initiative, or problem statement.
## Usage
```bash
/prd <feature-or-problem>
```
## 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`

25
commands/sprint-plan.md Normal file
View File

@@ -0,0 +1,25 @@
---
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`