lite-prd
Installation
SKILL.md
lite-prd
Turn a vague feature ask into a lightweight PRD by interviewing the user with AskUserQuestion, traversing the design tree (branch deeper when an answer opens new territory), persisting every round, and writing lite-prd.md.
What this does
- Reads the vague ask and picks a slug + output folder.
- Interviews the user in adaptive batches via
AskUserQuestion(2–4 grouped questions per round), up to ~50 questions total. - Traverses the design tree — when an answer materially changes scope or leaves a real ambiguity, branch deeper into that thread before moving on.
- Persists every question and answer to a Q&A log in the repo as it goes.
- Synthesizes the answers into
lite-prd.mdin the pasted format (minus Monetization).
Flags
--deep: exhaustive branching — pursue every plausible sub-thread until the tree is dry or the ~50-question budget is spent. Default (no flag) is model-judged, biased to fewer: only branch when an answer materially changes scope or leaves a real ambiguity, and prefer finishing over exhausting the budget.