prd-to-spec

Featured

Transform a PRD into a technical SPEC document — architecture, API design, data model, error handling, and implementation contracts. Triggers on: prd-to-spec, prd to spec, prd转spec, 需求转设计, 需求转规格, generate spec from prd, design from prd, 技术方案, 设计方案.

Data & Documents 235 stars 32 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
79
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# prd-to-spec — PRD to Technical Specification Transform a Product Requirements Document (PRD) into a detailed technical SPEC that an engineer or AI agent can implement against. The PRD says *what* to build; the SPEC says *how* to build it. --- ## When to Use - A `/prd` has been generated and you need to bridge the gap to implementation - You want architecture decisions documented before coding starts - Multiple developers/agents will implement the feature and need a shared contract - You need to validate technical feasibility before committing to a PRD - You want to catch design issues early — before code is written --- ## The Job 1. **Locate PRD** — find or receive the PRD document 2. **Analyze context (optional)** — if a codebase exists, scan it to understand current architecture, patterns, and constraints 3. **Ask clarifying questions** — resolve technical ambiguities (max 3-5 questions) 4. **Generate SPEC** — produce a structured technical specification 5. **Review** — present to user for feedback and iteration 6. **Save** — write final SPEC to agreed location --- ## Step 1: Locate PRD Find the input PRD in one of these ways: ``` Provide the PRD to convert: A. File path (e.g., tasks/prd-priority-system.md) B. GitHub Issue URL C. Paste PRD content directly D. Auto-detect: scan tasks/ directory for recent PRDs ``` If auto-detecting, list available PRDs and let the user choose: ``` Found PRDs in tasks/: 1. tasks/prd-priority-system.md (2024-03-15) 2. tasks...

Details

Author
smallnest
Repository
smallnest/goal-workflow
Created
3 months ago
Last Updated
5 days ago
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category