10x-prd

Generates schema-conformant PRD documents from shape-notes with greenfield or brownfield routing.

Updated Aug 26, 2026
One-click install
npx skills add https://github.com/michaail/hybrid-logs-analyzer --skill 10x-prd-michaail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-prd
Source: https://github.com/michaail/hybrid-logs-analyzer/tree/main/.cursor/skills/10x-prd
Command: npx skills add https://github.com/michaail/hybrid-logs-analyzer --skill 10x-prd-michaail

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning raw 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 prd.md, routing every gap to an Open Questions section instead of inventing content. ## Core Features & Use Cases - Schema-locked generation: Emits exactly the 10-section greenfield or 11-section brownfield PRD template defined in the locked PRD schema, with required frontmatter keys. - Thin-input heuristic: Scores input notes on a 0-4 signal checklist (checkpoint block, FR-NNN requirements, Given/When/Then stories, business rule) and warns before generating from weak input. - Technical-leak lint: Aborts the write if vendor names, schema notation, transport protocols, or other implementation details leak into product-level sections. - Collision-safe writes: Offers versioned saves (prd-vN.md) instead of overwriting an existing PRD. - Use Case: After running /10x-shape on a new product idea, invoke this Skill to produce context/foundation/prd.md, then hand off to tech-stack selection (greenfield) or stack assessment (brownfield). ## Quick Start Ask the assistant 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 a path to your notes file, or let it default to context/foundation/shape-notes.md. It reads the input, detects greenfield or brownfield context, and writes a schema-conformant prd.md with missing content routed to Open Questions.

What is the difference between greenfield and brownfield PRD templates?

Greenfield produces 10 sections covering vision, requirements, and business logic for a new product. Brownfield produces 11 delta-framed sections including Current System Overview, Scope of Change, and Constraints & Compatibility for changes to an existing system.

Does the PRD generator invent missing requirements or business rules?

No. The skill never invents domain rules, success criteria, or user stories. Any content missing from the input is emitted as a TODO placeholder and mirrored as a numbered entry in the Open Questions section for human resolution.

Why did PRD generation abort with a technical leak error?

The pre-write lint scans section bodies for vendor names, schema notation, transport protocols, and other implementation detail that PRDs must not contain. The write aborts so you can rephrase the leaked content or move it to forward blocks for downstream steps.

What happens if prd.md already exists when generating a new PRD?

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.

When should I not use this PRD generator?

Skip it when you are still ideating with no notes, since the shaping step should run first. Also skip it for surgical edits to an existing PRD, because the skill writes whole files rather than making targeted changes.