10x-prd

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

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/Assamir/ai-toolkit --skill 10x-prd-assamir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-prd
Source: https://github.com/Assamir/ai-toolkit/tree/main/.cursor/skills/10x-prd
Command: npx skills add https://github.com/Assamir/ai-toolkit --skill 10x-prd-assamir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning raw product notes into a structured Product Requirements Document is slow and error-prone, and hand-written PRDs often drift from the schema that downstream planning tools expect. This Skill converts shape-notes.md (or pasted raw notes) into a schema-locked prd.md, routing every gap to an Open Questions section instead of inventing content. ## Core Features & Use Cases - Automatic context routing: Detects greenfield vs brownfield from the input's context_type frontmatter or from cwd signals (git history, lockfiles, manifests), then emits the correct 10- or 11-section template. - Thin-input heuristic: Scores the input on a 0-4 signal checklist (checkpoint block, FR-NNN requirements, Given/When/Then stories, one-sentence business rule) and warns before generating a hollow PRD. - Schema self-review and leak lint: Validates section order, frontmatter keys, and scans for technical leak (vendor names, schema notation, transport protocols) before any disk write, aborting on drift. - Collision-safe writes: Offers versioned saves (prd-vN.md) instead of overwriting an existing prd.md. - Use Case: After running /10x-shape on a new product idea, invoke this Skill to produce context/foundation/prd.md with all unresolved decisions collected in Open Questions, ready for the tech-stack selection step. ## Quick Start Ask the assistant to generate the PRD from context/foundation/shape-notes.md using the 10x-prd skill.

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 notes?

Run the skill after producing shape-notes.md with /10x-shape, or pass a path to any raw notes file. It reads the input, detects greenfield or brownfield context, and writes a schema-conformant prd.md with gaps routed to Open Questions.

What is the difference between greenfield and brownfield PRD templates?

Greenfield produces 10 sections covering vision, requirements, and business logic for a new product. Brownfield produces 11 sections including Current System Overview, Scope of Change, and Constraints & Compatibility for delta changes to an existing system.

Can I generate a PRD without running the shaping step first?

Yes, you can pass raw notes or paste content directly. The skill scores the input on a 0-4 heuristic and warns if signals like FR-NNN requirements or Given/When/Then stories are missing, letting you proceed anyway or run /10x-shape first.

Why does PRD generation abort before writing the file?

The pre-write self-review aborts when sections are missing or misordered, frontmatter keys are absent, or technical leak is detected (vendor names, schema notation, transport protocols). The error report names each failure so you can fix the input or reconcile schema drift.

What happens when prd.md already exists?

The skill prompts you to save as a versioned prd-vN.md (recommended), overwrite the existing file, or abort. Versioned saves preserve history by scanning for existing prd-v*.md files and picking the next slot.