Prp Prd
Interactive PRD generator - problem-first, hypothesis-driven product spec with back-and-forth questioning
Adapted from PRPs-agentic-eng by Wirasm. Part of the PRP workflow series.
Input: $ARGUMENTS
Apply the dog:deep-interview skill to drive a Socratic requirements discovery session,
then invoke the architect agent to formalize the PRD document.
Load skills: dog:deep-interview, dog:writing
The workflow:
- Discovery — Ask one question at a time about the problem, not the solution. Surface: who has the problem, what they currently do, what success looks like, constraints, edge cases. Use hypothesis-driven questioning — propose and validate.
- Synthesis — Once core requirements are crystallized, confirm with user before writing.
- PRD generation — Architect agent formalizes into structured document with:
- Problem statement, user stories, acceptance criteria
- Implementation Phases (each with: description, tasks, status:
pending) - Out of scope, risks, open questions
- Save to
.claude/PRDs/{kebab-case-title}.prd.md - Report: file path, phase count, complexity estimate
Next step: /dog:prp-plan <prd-path> to plan the first phase.