prd-workflow
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
PRD Workflow - Feature Planning
Current branch: !git branch --show-current 2>/dev/null || echo "not in git repo"
Existing plans: !ls plans/ 2>/dev/null | head -5 || echo "none"
The PRD (Product Requirements Document) workflow transforms ideas into atomic, implementable stories through structured interview, research, and specification.
When to Use PRD Workflow
- Starting a new feature from scratch
- Turning a vague idea into concrete tasks
- Need thorough requirements gathering
- Want AI-assisted research and review