pdd-implement-feature

Generate code scaffolds and verification plans from development specifications.

13|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/wonderslife/pdd-skills-v3 --skill pdd-implement-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdd-implement-feature
Source: https://github.com/wonderslife/pdd-skills-v3/tree/main/skills/core/pdd-implement-feature
Command: npx skills add https://github.com/wonderslife/pdd-skills-v3 --skill pdd-implement-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Development teams spend repetitive cycles translating PRD/SPEC documents into code, tests, and verification artifacts. This Skill streamlines that handoff by turning written specs into executable implementation plans and scaffolds.

Core Features & Use Cases

  • Specification-driven code generation: transforms spec.md, acceptance criteria, and test cases into code scaffolds and verification artifacts.
  • Context-aware implementation: scans existing models, routes, and schemas to maintain consistency and reduce integration errors.
  • Verification-ready output: produces micro-verification steps, acceptance checklists, and optional tests to accelerate validation.

Quick Start

Provide spec.md (development specifications) to generate code scaffolds and a verification plan.

Frequently Asked Questions about pdd-implement-feature

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

FAQPage Schema
How do I generate code from a PRD specification?

To generate code from a PRD specification, provide your spec.md file to parse acceptance criteria and test cases into executable code scaffolds and verification artifacts.

What is specification-driven code generation?

Specification-driven code generation is the process of transforming written spec.md documents and test cases into code scaffolds and micro-verification steps to accelerate validation.

How do I ensure generated code matches my existing project schemas?

To ensure generated code matches existing schemas, the implementation scans your current models and routes to maintain context awareness and reduce integration errors during generation.

Can I automatically create verification tests from development specs?

Yes, you can create verification tests from development specs because the process produces micro-verification steps, acceptance checklists, and optional tests to verify feature points.

What is the best way to translate feature point specs into code?

The best way to translate feature point specs into code is using a spec-to-code workflow that parses input specifications and applies context-aware scaffolding to produce verification-ready outputs.

Do I need to write test cases before generating code from specs?

You need to provide spec.md development specifications including acceptance criteria and test cases to enable accurate code generation and produce comprehensive verification artifacts.