One-click install
npx skills add https://github.com/Kuba312/daily-board --skill 10x-prd-kuba312
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-prd
Source: https://github.com/Kuba312/daily-board/tree/main/frontend/.agents/skills/10x-prd
Command: npx skills add https://github.com/Kuba312/daily-board --skill 10x-prd-kuba312

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the generation of a Product Requirements Document (PRD) from shaping notes, streamlining the process of creating a schema-conformant PRD.

Core Features & Use Cases

  • PRD Generation: Automatically generate a PRD from shaping notes against a locked schema.
  • Auto-Route Templates: Routes to greenfield or brownfield PRD templates based on context.
  • Use Case: When you have shaping notes ready and need a schema-conformant PRD written to disk.

Quick Start

Generate the PRD from your shaping notes with the command: /10x-prd

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 shaping notes?

To generate a PRD from shaping notes, you input your raw notes and the Skill automatically converts them into a schema-conformant product requirements document written to disk.

What is the difference between greenfield and brownfield PRD templates?

Greenfield and brownfield PRD templates serve different project contexts. The Skill auto-detects the context type from your notes and dynamically routes generation to the appropriate template.

Can I automatically detect context type for PRD generation?

Yes, you can automatically detect context type. The Skill features built-in auto-detection that analyzes your shaping notes to determine whether to apply greenfield or brownfield routing.

How do I structure shaping notes for schema-conformant PRD output?

To structure shaping notes for schema-conformant PRD output, provide your raw project notes as input. The Skill enforces a locked schema and formats your text into structured sections with frontmatter.

Does this PRD generation approach work for both new and existing projects?

Yes, this PRD generation approach works for both new and existing projects. It uses context detection to route greenfield projects and brownfield projects to their respective dedicated templates.