10x-prd

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

Updated May 20, 2026
One-click install
npx skills add https://github.com/Oskarovsky/Sprinter --skill 10x-prd-oskarovsky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-prd
Source: https://github.com/Oskarovsky/Sprinter/tree/main/.cursor/skills/10x-prd
Command: npx skills add https://github.com/Oskarovsky/Sprinter --skill 10x-prd-oskarovsky

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 missing piece into 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 gaps listed under Open Questions, ready for the tech-stack-selection step. ## Quick Start Ask the assistant to generate the PRD from context/foundation/shape-notes.md, or pass a path to any raw notes file you want turned into a schema-conformant PRD draft.

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 with a path to your notes file, or let it default to context/foundation/shape-notes.md. It reads the input fully, detects greenfield vs brownfield context, and writes a schema-conformant prd.md with missing content routed to Open Questions.

What is the difference between greenfield and brownfield PRD templates?

Greenfield emits 10 sections covering vision, requirements, and business logic for a product built from scratch. Brownfield emits 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 shaping 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 such as vendor names, schema notation, or transport protocols. The error report names each failure so you can fix the input and re-run.

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 versions are preserved in context/foundation/.