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:

  1. 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.
  2. Synthesis — Once core requirements are crystallized, confirm with user before writing.
  3. 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
  4. Save to .claude/PRDs/{kebab-case-title}.prd.md
  5. Report: file path, phase count, complexity estimate

Next step: /dog:prp-plan <prd-path> to plan the first phase.