Generate Prd banner
cdeust cdeust

Generate Prd

Development community

Description

--- name: generate-prd description: Generate a production-ready PRD with verification and business KPIs allowed-tools: Bash, Read, Write, Glob, Grep, WebFetch, WebSearch argument-hint: "[project-description]" --- # Generate PRD ## Step 1 — Detect mode Check your available tools list. If a tool named `mcp__ai-prd-generator__check_health` exists, you are in **Cowork mode**. Otherwise you are in **CLI Terminal mode**. **Cowork mode:** Call `check_health` MCP tool. Note the `environment` field:

Installation

Installs to ~/.claude/skills/cdeust-ai-prd-generator-plugin-generate-prd/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cdeust-ai-prd-generator-plugin-generate-prd && curl -fsSL https://raw.githubusercontent.com/cdeust/ai-prd-generator-plugin/HEAD/commands/generate-prd.md -o ~/.claude/skills/cdeust-ai-prd-generator-plugin-generate-prd/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository