implement-prd

Automate PRD implementation by executing the BUILD to VERIFY loop.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Eric-Pacheco95/claude-workbench --skill implement-prd-eric-pacheco95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-prd
Source: https://github.com/Eric-Pacheco95/claude-workbench/tree/main/.claude/skills/implement-prd
Command: npx skills add https://github.com/Eric-Pacheco95/claude-workbench --skill implement-prd-eric-pacheco95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the end-to-end implementation of a Product Requirements Document (PRD), ensuring that all components are built, reviewed, and verified according to the specified criteria.

Core Features & Use Cases

  • End-to-End PRD Implementation: Automates the reading, extracting, implementing, reviewing, and verifying of a PRD.
  • ISC Extraction and Implementation: Extracts and implements the Ideal State Criteria (ISC) from the PRD.
  • Code Review and Verification: Invokes a code review and verifies that all criteria are met.
  • Use Case: Ideal for software engineers and implementation leads who need to ensure PRDs are properly executed and comply with security and quality standards.

Quick Start

Execute the PRD implementation by providing the path to the PRD file: /implement-prd path/to/PRD.md

Frequently Asked Questions about implement-prd

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

FAQPage Schema
How do I automate PRD implementation from a markdown file?

To automate PRD implementation, you provide the path to your markdown file to execute the full BUILD and VERIFY loop. This process automatically extracts Ideal State Criteria, implements the code, performs a review, and verifies all specified criteria are met.

What is the best way to verify Ideal State Criteria during product development?

The best way to verify Ideal State Criteria (ISC) is to automate the extraction and implementation of ISC directly from your PRD. This ensures that the code is reviewed and tested against every specified requirement during the build process.

How does automated code review work when executing a Product Requirements Document?

Automated code review during PRD execution works by invoking a review step after the initial code implementation. It checks the generated code against the extracted criteria to verify compliance with security and quality standards before completing the cycle.

Can I use this to implement a PRD for software engineering without manual coding?

Yes, you can use this to implement a PRD with minimal manual coding. The automation handles the end-to-end execution by building the required components, invoking a code review, and verifying that all criteria are satisfied automatically.

Do I need any dependencies to run end-to-end PRD verification?

No dependencies are required to run end-to-end PRD verification. The system operates independently using its internal scripts to extract criteria, implement the build, and verify the results without needing external packages.