10x-prd

Generate PRD documents from structured notes using a predefined schema.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/lukasPWR/vartownik --skill 10x-prd-lukaspwr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-prd
Source: https://github.com/lukasPWR/vartownik/tree/main/.cursor/skills/10x-prd
Command: npx skills add https://github.com/lukasPWR/vartownik --skill 10x-prd-lukaspwr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of Product Requirements Documents (PRD) from structured notes, saving time and reducing errors in the documentation process.

Core Features & Use Cases

  • PRD Generation: Automatically create PRDs from shape notes or raw notes, adhering to a locked PRD schema.
  • Template Selection: Auto-routes to the appropriate template based on context_type in shape-notes.md or cwd auto-detection (greenfield or brownfield).
  • Use Case: For users who have shaping notes ready and want to generate a schema-conformant PRD written to disk.

Quick Start

Generate the PRD from your shape notes 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 structured notes?

To generate a PRD from structured notes, provide your shaping notes to the Skill. It parses the notes, selects the appropriate template, and renders a schema-conformant PRD document written to disk.

How does PRD template selection work for greenfield versus brownfield projects?

PRD template selection works by auto-routing based on context_type in your shape-notes or auto-detecting your current working directory. This determines whether a greenfield or brownfield PRD template is applied.

Can I use raw notes for PRD generation, or do I need structured shaping notes?

You can use both raw notes and structured shape notes for PRD generation. The Skill processes your input and locks the output to a predefined PRD schema regardless of the initial note format.

What is the best way to automate product documentation and reduce errors?

Automating product documentation is best handled by using a schema-locked PRD generation process. This eliminates manual formatting errors by automatically rendering structured notes into standardized product requirements documents.

Do I need any dependencies to automate PRD creation?

No external dependencies are required to automate PRD creation. The Skill operates independently using its internal scripts and references to parse notes and generate your product requirements document.

When should I avoid using automated PRD generation?

You should avoid automated PRD generation if your product requirements lack preliminary shaping notes or structured context. The template selection logic requires context_type or directory information to route the correct schema.