Reviews PRDs for completeness, API accuracy, and implementation readiness. Orchestrates parallel sub-reviewers with a three-phase matrix-driven process — scaffold, fill (parallel agents including a dedicated smell pass), verify — to guarantee full coverage. Use after a PRD draft exists and before approval.
Judges a technical PRD review, decides the product questions it raises, and turns the survivors into revision tickets for the writer. Runs after prd-reviewer and before any revision cycle. Use when a review exists and someone must decide what is actually worth fixing.
Drafts structured PRDs from plain-language initiative descriptions. Researches codebase and API docs, asks clarifying questions, writes a complete spec. Use when someone needs to create a new initiative spec.
Detects project type, scans the repo, and drafts .claude/project-context.md automatically. Run once when adopting the PRD agents framework into a new project.
Researches a codebase for a specific initiative. Traces code paths, extracts API contracts, documents business logic. Produces a structured research document. Use at the start of the PRD workflow.
Full PRD creation pipeline — research, draft, review, and senior-PM judgment with human gates between phases. Chains researcher → prd-writer → prd-reviewer → prd-senior-pm agents.