10x-prd

Generate a schema-conformant PRD markdown file from shaped product notes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning raw or shaped 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 context/foundation/prd.md, routing every gap to an Open Questions section instead of inventing content. ## Core Features & Use Cases - Greenfield/Brownfield Routing: Automatically detects context_type and emits either the 10-section greenfield or 11-section brownfield PRD template. - Thin-Input Heuristic: Scores input on a 0-4 signal checklist (checkpoint block, FR-NNN requirements, Given/When/Then stories, business rule) and warns before generating from weak notes. - Schema Self-Review: Validates section order, frontmatter keys, and a technical-leak lint (vendor names, schema notation, transport protocols) before writing, aborting on drift. - Use Case: After running /10x-shape on a new fitness app idea, invoke this Skill to produce a draft PRD with populated sections, TODO placeholders for gaps, and a numbered Open Questions list ready for stakeholder review. ## Quick Start Ask the AI 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 with an optional path argument, defaulting to context/foundation/shape-notes.md. It reads the input, detects greenfield or brownfield context, and writes a schema-conformant prd.md with gaps routed to an Open Questions section.

What is the difference between greenfield and brownfield PRD templates?

Greenfield uses 10 sections covering vision, requirements, and business logic for a new product. Brownfield uses 11 sections adding Current System Overview, Scope of Change, and Constraints & Compatibility to frame the work as a delta on an existing system.

What happens if my notes are incomplete or thin?

The skill scores input on four signals including checkpoint frontmatter, FR-NNN requirements, Given/When/Then stories, and a one-sentence business rule. Scores below 2 trigger a warning, and you can run /10x-shape first or proceed with TODO placeholders.

Does the PRD include tech stack or data model decisions?

No. The skill deliberately excludes stack names, vendor services, schema notation, and deployment details, enforcing this with a content lint that aborts the write on leaks. Those concerns route to downstream stack-selection or assessment steps.

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.