10x-prd

Generate schema-conformant PRD documents from shape-notes or raw notes.

Updated May 18, 2026
One-click install
npx skills add https://github.com/PixelSculptor/osce-triager --skill 10x-prd-pixelsculptor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-prd
Source: https://github.com/PixelSculptor/osce-triager/tree/main/.claude/skills/10x-prd
Command: npx skills add https://github.com/PixelSculptor/osce-triager --skill 10x-prd-pixelsculptor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, bash, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of Product Requirement Documents (PRD) from shape-notes or raw notes, streamlining the documentation process for product development.

Core Features & Use Cases

  • Automated PRD Generation: Converts shape-notes or raw notes into schema-conformant PRD documents.
  • Context-based Templates: Auto-routes to greenfield or brownfield PRD templates based on context_type.
  • Use Case: For a new project, use this Skill after creating shape-notes to automatically generate a PRD. For an existing project, use it to generate a PRD based on existing notes and context.

Quick Start

Use the 10x-prd skill to generate a PRD from your shape-notes file 'project-notes.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 shape-notes?

PRD generation from shape-notes works by parsing YAML frontmatter to auto-select a greenfield or brownfield template, then transforming raw notes into a schema-conformant Product Requirement Document.

What is the difference between greenfield and brownfield PRD templates?

Greenfield and brownfield PRD templates are selected automatically based on the context_type in your YAML frontmatter. Greenfield applies to new projects, while brownfield templates handle PRD generation for existing projects with prior documentation and context.

Do I need YAML and Bash to automate product documentation generation?

Yes, YAML and Bash are required dependencies to automate product documentation generation. The Skill parses YAML frontmatter to determine template routing and executes Bash commands to support reading, writing, and task management operations during PRD creation.

Can I use raw notes without shape-notes to create a product requirement document?

Yes, you can create a product requirement document from raw notes. The Skill processes both shape-notes and raw notes, adhering to a locked PRD schema to ensure the output conforms to standard product documentation requirements.

What's the best way to streamline product documentation for an existing project?

The best way to streamline product documentation for an existing project is to use a brownfield PRD template. By setting the appropriate context_type in your YAML frontmatter, the Skill routes your existing notes into the correct template for automated document generation.