to-prd
Installation
SKILL.md
To PRD
Synthesize the current conversation and codebase understanding into a full PRD. Do NOT interview — just synthesize what is already known.
Arguments: $ARGUMENTS - optional scope hint or publish to push directly to the issue tracker
Behavior
1. Explore the Codebase
# Understand current state relevant to the feature being discussed
ls CONTEXT.md 2>/dev/null # check for domain vocabulary
find . -type d -name "src" -o -name "app" -o -name "lib" \
2>/dev/null | head -5