10x-prd

Generate schema-conformant PRD markdown from shaped input notes.

1|Updated Feb 26, 2025
One-click install
npx skills add https://github.com/kryptonum-dev/fabryka-atrakcji --skill 10x-prd
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: 10x-prd
Source: https://github.com/kryptonum-dev/fabryka-atrakcji/tree/main/.agents/skills/10x-prd
Command: npx skills add https://github.com/kryptonum-dev/fabryka-atrakcji --skill 10x-prd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It converts already-shaped product notes into a ready-to-review PRD draft that conforms to a locked schema, so you can move forward without manually structuring documents.

Core Features & Use Cases

  • PRD document generation from notes: Creates context/foundation/prd.md (or a versioned prd-vN.md) directly from a shaped input file.
  • Greenfield vs brownfield routing: Automatically selects the correct PRD template based on context_type in the input (or based on cwd markers when missing).
  • No invention guarantee: Anything missing from the input is routed verbatim into ## Open Questions using TODO placeholders, preserving fidelity to your notes.
  • Schema-conformant output: Validates required section order, frontmatter keys, and Success Criteria subsections against the locked PRD schema before writing.

Quick Start

Generate the PRD draft from your shaped notes by running /10x-prd with the path to shape-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 draft from raw product notes?▼

To generate a PRD draft from product notes, provide the path to your shaped shape-notes.md file. The tool creates a schema-conformant markdown artifact at context/foundation/prd.md, routing the correct template automatically based on your project context.

What happens to missing information when creating a PRD from notes?▼

Missing information in your notes is never invented; gaps are routed verbatim into an Open Questions section using TODO placeholders. This preserves fidelity to your original input while highlighting what still needs clarification.

Can I use this for both greenfield and brownfield product discovery?▼

Yes, it supports both greenfield and brownfield product discovery contexts. It automatically selects the correct PRD template based on the context_type in your input notes or by checking current working directory markers when missing.

How does schema validation work for generated PRD documents?▼

Schema validation for generated PRD documents checks required section order, frontmatter keys, and Success Criteria subsections against a locked schema before writing. This strict validation ensures your document conforms to established structural standards.

Why does PRD generation abort when technical implementation details appear?▼

PRD generation aborts when technical implementation details appear because a built-in technical-leak lint scans for forbidden tokens before writing. This prevents implementation specifics from polluting high-level product requirements.