prd-source-comparator

Compare PRD.md requirements against src directory files to identify gaps.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/theeabrarrr/LPG-Connect --skill prd-source-comparator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-source-comparator
Source: https://github.com/theeabrarrr/LPG-Connect/tree/main/.agents/skills/prd-source-comparator
Command: npx skills add https://github.com/theeabrarrr/LPG-Connect --skill prd-source-comparator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compare PRD.md against the /src directory to identify missing implementations, discrepancies, or deviations from requirements. This guide helps ensure that code reality tracks the defined product requirements.

Core Features & Use Cases

  • Cross-check PRD requirements with source code patterns and file structures.
  • Generate a discrepancy report highlighting missing or deviating implementations.
  • Use cases include PRD-driven verification before releases and audit-ready compliance checks.

Quick Start

Run the prd-source-comparator against PRD.md and the src directory to generate an actionable report.

Frequently Asked Questions about prd-source-comparator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify PRD conformance by mapping requirements to source code?

PRD conformance verification works by comparing PRD.md against the src directory to map each requirement to expected files and report on coverage, gaps, and misalignments. This identifies missing implementations or deviations from the documented product requirements.

What is the best way to check for missing implementations before a release?

Checking for missing implementations before a release involves cross-referencing PRD requirements with source code patterns and file structures. This generates a discrepancy report highlighting any missing or deviating implementations to ensure code reality tracks defined requirements.

Can I use PRD-driven verification for audit-ready compliance checks?

PRD-driven verification supports audit-ready compliance checks by mapping product requirements documented in PRD.md to code residing in src. It performs targeted checks across multiple files, components, and API surfaces to ensure implementation matches specifications.

Does PRD source code comparison work with multiple files and API surfaces?

PRD source code comparison applies to codebases where product requirements are in PRD.md and code resides in src, enabling targeted checks across multiple files, components, and API surfaces. It maps each requirement to expected files or patterns.

Why does my source code deviate from the defined PRD requirements?

Source code deviates from PRD requirements when implementations in the src directory do not match the documented specifications in PRD.md. A discrepancy report identifies these gaps, missing implementations, and misalignments between the expected and actual code patterns.