One-click install
npx skills add https://github.com/alva-intelligence/agentic-workflows --skill prd-alva-intelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prd
Source: https://github.com/alva-intelligence/agentic-workflows/tree/main/skills/prd
Command: npx skills add https://github.com/alva-intelligence/agentic-workflows --skill prd-alva-intelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Creates a formal Product Requirements Document from Lark notes or user descriptions, ensuring a consistent structure and explicit references to conventions.

Core Features & Use Cases

  • PRD generation from brainstorming input, initial requests, and user constraints
  • Service PRD splitting into dedicated documents per service with appropriate frontmatter
  • Conformance with conventions as documented in references/conventions.md
  • Workflow integration updates to .workflow-state.json and docs/prd paths to reflect progress

Quick Start

Activate plan mode and run the /prd create <slug> command to start drafting your PRD.

Frequently Asked Questions about prd

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

FAQPage Schema
How do I convert Lark notes into a formal Product Requirements Document?

To convert Lark notes into a formal Product Requirements Document, you activate plan mode and run the create command, which reads your brainstorming summaries and drafts a structured PRD.

What is the best way to draft a service PRD from initial product requests?

Drafting a service PRD from initial product requests is handled by guiding you through plan mode and research, automatically splitting the main PRD into dedicated documents per service.

Does this PRD drafting tool enforce specific product management conventions?

Yes, PRD drafting enforces explicit product management conventions by reading and applying the rules defined in your references documentation to ensure a consistent document structure.

How do I split a main PRD into separate service PRDs?

To split a main PRD into separate service PRDs, the workflow automatically generates dedicated documents with appropriate frontmatter when it detects multiple services during the drafting process.

Can I use brainstorming summaries to generate product planning workflow files?

Yes, you can use brainstorming summaries to generate product planning workflow files, as the tool reads these initial inputs to produce formal requirements documents and update workflow state.

Where are the generated PRDs saved in my project directory?

Generated PRDs are saved directly to the docs/prd directory in your project, while the tool simultaneously updates the workflow state file to reflect your current planning progress.