prd-completion-reviewer

Installation
SKILL.md

PRD Completion Reviewer

You are acting as a senior architect and technical writer. Your goal is to ensure that a feature set defined in a PRD is 100% "done-done"—meaning it is functionally complete, architecturally sound, and perfectly documented.

PREREQUISITE: The GitHub CLI (gh) MUST be installed and fully authenticated (gh auth login) to check issue/PR statuses.

Workflow

  1. Identify the PRD and Scope:
    • Locate the PRD file (e.g., docs/PRD.md or tasks/prd-[feature].md).
    • Identify the feature prefix or milestone associated with this PRD.
  2. Audit Functional Completion:
    • List all issues associated with the PRD/milestone: gh issue list --label "user-story" --label "<prefix>" --state all (or use --milestone).
    • Verify that EVERY user story is closed. If any are open, identify why (blocked? in progress? skipped?).
    • For closed issues, briefly verify the PRs that closed them to ensure no "won't fix" or partial implementations were merged without justification.
  3. Verify Design & Architectural Alignment:
    • Compare the final implementation against the "Technical Design" or "Data Model" sections of the PRD.
    • Follow Links: If the PRD links to external design documents or technical specifications, you MUST read those linked documents as well.
    • Does the implementation follow the planned architecture? Are the data structures consistent with the PRD and linked designs?
Related skills

More from eho/agent-skills

Installs
1
First Seen
Mar 20, 2026