10x-prd

Generate schema-conformant PRDs from shape-notes and write to context/foundation/prd.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Skaz7/10xDevs --skill 10x-prd-skaz7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-prd
Source: https://github.com/Skaz7/10xDevs/tree/main/10xdevs3-artifacts-m1/claude-code/m1l1/skills/10x-prd
Command: npx skills add https://github.com/Skaz7/10xDevs --skill 10x-prd-skaz7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts shaping notes or raw product notes into a schema-conformant PRD without inventing missing requirements. It helps teams produce a consistent product requirements document while clearly surfacing unresolved gaps as open questions instead of hiding them.

Core Features & Use Cases

  • Schema-locked PRD generation: Builds context/foundation/prd.md against a fixed PRD structure and validates section order, headings, and required frontmatter before writing.
  • Greenfield and brownfield routing: Detects whether the product is new or an evolution of an existing system and generates the correct PRD template for that context.
  • Thin-input safeguards: Scores the input for completeness, warns when notes are too weak, and preserves unknowns as TODOs and numbered open questions.
  • Use Case: After a product manager finishes shaping notes for a new feature or product, use this Skill to generate a disciplined PRD draft that downstream planning and stack-selection steps can trust.

Quick Start

Ask the AI to generate a PRD from your shape-notes file and write it to 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 product requirements document from raw shape notes?

A product requirements document generated from thin or incomplete notes preserves unknowns as explicit TODOs and numbered open questions rather than fabricating missing requirements, ensuring gaps remain visible for later resolution.

How do I generate a PRD for an existing product feature versus a new product?

Generating a PRD for an existing product versus a new product triggers automatic context-type routing that detects brownfield change-definition versus greenfield product-definition workflows and applies the correct schema-conformant template.

What happens when my product notes lack enough detail for a full PRD?

When product notes lack enough detail for a full PRD, the system applies thin-input safeguards that score completeness, warn about weak inputs, and preserve unknowns as TODOs and numbered open questions without inventing missing requirements.

How to ensure my PRD follows a strict schema with correct section ordering and frontmatter?

To ensure your PRD follows a strict schema with correct section ordering and required frontmatter, the system applies pre-write validation against a locked PRD schema before writing the finalized document to the context foundation directory.

Can I use shaped notes to write a PRD with collision-safe versioning?

You can use shaped notes to write a PRD with collision-safe versioning by routing greenfield or brownfield notes through the schema-locked generation process that validates exact headings and outputs structured markdown.