cy-create-prd

Creates Product Requirements Documents through interactive brainstorming with codebase and web research.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/j0ruge/LouvorFlow --skill cy-create-prd-j0ruge
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cy-create-prd
Source: https://github.com/j0ruge/LouvorFlow/tree/main/skills/cy-create-prd
Command: npx skills add https://github.com/j0ruge/LouvorFlow --skill cy-create-prd-j0ruge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing a PRD from scratch often means skipping research, making unexamined assumptions, and drifting into technical implementation details too early. This Skill enforces a structured brainstorming workflow that grounds every PRD in codebase context, market research, and explicit user decisions before any document is written. ## Core Features & Use Cases - Parallel Context Discovery: Runs codebase exploration and web market research simultaneously, then merges findings before asking any questions. - Structured Question Protocol: Asks one multiple-choice question at a time, focused strictly on WHAT users need, WHY it matters, and WHO the users are — never on implementation. - Approach Selection with ADRs: Presents 2-3 product approaches with trade-offs and records the chosen direction as an Architecture Decision Record in .compozy/tasks/<slug>/adrs/. - Canonical Template Output: Generates a complete PRD with mandatory sections (Overview, Goals, User Stories, Core Features, Phased Rollout, Success Metrics, Risks, ADRs, Open Questions) saved to .compozy/tasks/<slug>/_prd.md. - Use Case: A product manager wants to spec a new notification feature. The Skill researches the codebase and competitors, asks clarifying questions one at a time, presents scoped approaches, and produces an approved PRD ready to feed into a TechSpec. ## Quick Start Ask the AI to create a PRD for your feature idea, for example: create a PRD for a member attendance tracking feature.

Frequently Asked Questions about cy-create-prd

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a PRD with AI-assisted brainstorming?▼

Provide a feature name or idea, optionally with an existing _idea.md file. The skill researches your codebase and market in parallel, asks clarifying questions one at a time, presents 2-3 product approaches, then drafts a complete PRD for your review and approval.

What sections should a Product Requirements Document include?▼

The canonical template requires Overview, Goals, User Stories, Core Features, User Experience, Non-Goals, Phased Rollout Plan, Success Metrics, Risks and Mitigations, Architecture Decision Records, and Open Questions. High-Level Technical Constraints is optional.

Can I update an existing PRD instead of creating a new one?▼

Yes. If a _prd.md file already exists in the target .compozy/tasks/<slug>/ directory, the skill reads it and operates in update mode, preserving sections you have not asked to change.

Does the PRD skill cover technical implementation details?▼

No. The skill deliberately excludes databases, APIs, frameworks, and architecture decisions. It focuses on WHAT users need and WHY, then hands off to the cy-create-techspec skill for the technical specification.

What happens if web search is unavailable during research?▼

The skill notes the limitation explicitly and proceeds with codebase exploration findings only. The brainstorming and drafting phases continue normally with the available context.