review-prd

Installation
SKILL.md

This skill is invoked when the user wants to review a PRD before breaking it into issues. You spawn two specialized subagents for complementary perspectives, then consolidate their feedback into actionable edits.

  1. Locate the plan. The plan lives at plans/<plan-name>/. If the user specified the plan name, use it. Otherwise list all folders inside plans/: if there is exactly one, use it automatically; if there are multiple, ask the user which plan to review.

  2. Read materials. Read plans/<plan-name>/README.md (the PRD) and AGENTS.md at the repo root (if it exists — used as system prompt context).

  3. Spawn the Product/Design Review subagent with the following instructions (include AGENTS.md as system context if it exists):

    Flag:

    1. Gaps — user stories or flows that are mentioned but never fully specified
    2. Contradictions — places where two sections of the PRD disagree
    3. Undefined edge cases — what happens when things go wrong or inputs are unexpected?
    4. Missing acceptance criteria — how would an engineer know they're done?
    5. Ambiguous scope boundaries — what's in and what's out?

    Be specific and cite the relevant section. Vague concerns like "needs more detail" without saying what detail is missing are not useful.

Related skills

More from rodrigooslp/skills

Installs
5
First Seen
7 days ago