10x-prd

Generate schema-conformant PRD files from shape-notes with greenfield or brownfield routing.

Updated May 24, 2026
One-click install
npx skills add https://github.com/DevMachaj/Projekt-certyfikacyjny --skill 10x-prd-devmachaj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-prd
Source: https://github.com/DevMachaj/Projekt-certyfikacyjny/tree/main/.claude/skills/10x-prd
Command: npx skills add https://github.com/DevMachaj/Projekt-certyfikacyjny --skill 10x-prd-devmachaj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning raw product shaping notes into a structured Product Requirements Document is error-prone: sections get missed, implementation details leak into product-level writing, and gaps get silently invented. This Skill generates a schema-conformant prd.md from shape-notes.md, routing every missing piece to an Open Questions section instead of fabricating content. ## Core Features & Use Cases - Auto-routing by context type: Detects greenfield (10-section template) versus brownfield (11-section template) from frontmatter or cwd signals like git history and lockfiles. - Thin-input heuristic: Scores input notes on a 0-4 signal checklist (checkpoint block, FR-NNN requirements, Given/When/Then stories, business rule) and warns before generating from weak input. - Pre-write self-review: Validates section order, frontmatter keys, and lints for technical leak (vendor names, schema notation, transport protocols) before writing to disk, aborting on drift. - Collision-safe writes: Offers versioned saves (prd-vN.md) instead of overwriting an existing PRD. - Use Case: After running /10x-shape on a new product idea, invoke this Skill to produce context/foundation/prd.md with all gaps explicitly listed under Open Questions for human resolution. ## Quick Start Run /10x-prd after creating shape-notes.md with /10x-shape to generate a schema-conformant PRD at context/foundation/prd.md.

Frequently Asked Questions about 10x-prd

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

FAQPage Schema
How do I generate a PRD from product shaping notes?

Run /10x-prd after producing shape-notes.md with /10x-shape. The skill reads the notes, detects greenfield or brownfield context, and writes a schema-conformant prd.md to context/foundation, with gaps routed to Open Questions.

What is the difference between greenfield and brownfield PRD templates?

Greenfield uses 10 sections covering vision, requirements, and business logic for a product built from scratch. Brownfield uses 11 sections including Current System Overview, Scope of Change, and Constraints & Compatibility to frame the PRD as a delta against an existing system.

Can I generate a PRD from raw notes without running /10x-shape first?

Yes, pass a path argument or paste raw notes when prompted. The skill scores the input on a 0-4 heuristic and warns if it is thin, letting you proceed anyway with missing content placed in Open Questions.

Why does PRD generation abort with a technical leak error?

The pre-write self-review lints section bodies for implementation details like vendor names, schema notation, runtime locations, and transport protocols. PRDs describe product-level behavior only, so leaked content must be rewritten or moved to forward blocks for downstream skills.

What happens when prd.md already exists?

The skill prompts you to save as a versioned prd-vN.md file, overwrite the existing prd.md, or abort. Versioned save is recommended so prior PRD history is preserved.

When should I not use this PRD generator skill?

Skip it when you are still ideating without notes, since /10x-shape should run first. Also skip it for surgical edits to an existing PRD, because the skill writes whole files rather than making targeted changes.