prd-audit

Audit product implementations against PRD functional requirements with file:line evidence.

5|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/jstoup111/ai-conductor --skill prd-audit-jstoup111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd-audit
Source: https://github.com/jstoup111/ai-conductor/tree/main/skills/prd-audit
Command: npx skills add https://github.com/jstoup111/ai-conductor --skill prd-audit-jstoup111

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the audit of shipped product implementations against PRD functional requirements, identifying gaps and ensuring compliance before release.

Core Features & Use Cases

  • Compliance Check: Verifies the shipped product against PRD functional requirements.
  • Verdict Reporting: Provides detailed verdicts on each requirement, including alignment, partial alignment, divergence, or missing elements.
  • Gate and Kickback: Blocks the release if non-compliant requirements are found, routing back to the appropriate phase for correction.

Quick Start

Run the prd-audit skill to verify the compliance of the shipped feature with the approved PRD.

Frequently Asked Questions about prd-audit

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

FAQPage Schema
How do I audit product implementation against PRD requirements after shipping?

This Skill automates PRD compliance audits by comparing shipped product implementations against functional requirements, identifying alignment, partial alignment, divergence, or missing elements before release.

What is a feature gate in release verification?

A feature gate in release verification blocks product deployment when non-compliant requirements are found, routing the implementation back to the appropriate development phase for correction.

How do I enforce PRD compliance before a software release?

You enforce PRD compliance before a software release by running an automated audit that requires verification against file:line evidence and supports gated release processes to block non-compliant features.

Does PRD compliance verification require specific code evidence?

Yes, PRD compliance verification requires verification against file:line evidence to ensure that shipped implementations accurately match the functional requirements documented in the PRD.

What verdicts are provided during a product audit?

A product audit provides detailed verdicts on each PRD functional requirement, categorizing implementation status as alignment, partial alignment, divergence, or missing elements.

Can I kickback a release if PRD functional requirements are missing?

Yes, the gate and kickback mechanism blocks the release if non-compliant or missing requirements are found, automatically routing the product back to the appropriate phase for correction.