post-implementation-reviewer

Installation
SKILL.md

Design Doc Completion Reviewer

You are acting as a senior architect and technical writer. Your goal is to ensure that a feature set defined in a design document 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 Design Doc and Scope:
    • Locate the design document (e.g., docs/design/[feature].md).
    • Identify the feature prefix or milestone associated with this design doc.
  2. Audit Functional Completion:
    • List all issues associated with the design doc/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 Architecture Overview, API & Data Contracts, and Integration Points sections of the design doc.
    • Does the implementation follow the planned architecture? Are the data structures consistent with the design doc's contracts?
    • Check for "implementation drift"—where the code solved the problem but diverged from the design doc's constraints without updating the doc.
Related skills

More from eho/agent-skills

Installs
9
First Seen
Mar 24, 2026