pdd-generate-spec

Generate spec.md and checklist.md from a feature matrix.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

功能点矩阵和业务分析报告往往导致规格文档与实现之间的脱节。本技能将基于功能点矩阵自动生成开发规格(spec.md)和验收标准(checklist.md),确保开发团队和产品团队对需求有共同的、可验证的定义。

Core Features & Use Cases

  • 基于功能点矩阵和业务分析报告自动输出 spec.md(开发规格)和 checklist.md(验收标准),输出即用型模板,便于后续实现。
  • 强化前后端协作,通过在规格中明确定义接口、数据模型、业务逻辑和状态转换,减少实现偏差。
  • 支持多语言触发与多场景应用,适用于PRD驱动开发的完整生命周期的规格落地。

Quick Start

Provide a feature-matrix.md and a BA report, and the skill will generate spec.md and checklist.md.

Frequently Asked Questions about pdd-generate-spec

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

FAQPage Schema
How do I generate development specifications from a feature matrix?▼

To generate development specifications from a feature matrix, you provide the matrix and a business analysis report to automatically output a structured spec.md file capturing API definitions, data models, and state transitions.

What is the best way to create verifiable acceptance criteria from product requirements?▼

Creating verifiable acceptance criteria from product requirements involves transforming a feature matrix into a structured checklist.md file, ensuring development and product teams share a common, testable definition of the requested features.

Can I use a feature matrix to define API definitions and data models for my PRD?▼

Yes, you can use a feature matrix to define API definitions and data models by processing it alongside business analysis, which captures the technical structures directly into a comprehensive spec document.

Does generating a spec.md from a PRD require a separate business analysis report?▼

Generating a spec.md from a PRD requires a separate business analysis report alongside the feature matrix to accurately capture business rules, state transitions, and API definitions into the final specification.

How do I reduce implementation deviation between product and development teams?▼

To reduce implementation deviation between product and development teams, generate explicit spec.md and checklist.md files from a feature matrix to clearly define interfaces, business logic, and verifiable acceptance criteria.