Createprd banner
moshehbenavraham moshehbenavraham

Createprd

Development community

Description

--- name: createprd description: Generate the master PRD from a user-provided requirements document --- # /createprd Command Convert a user-provided document (notes, PRD, spec, RFC, meeting notes) into the Apex Spec System master PRD at `.spec_system/PRD/PRD.md`. Downstream commands (`/phasebuild`, `/plansession`, `/documents`) depend on this PRD as the source of truth. ## Flags | Flag | Default | Description | |------|---------|-------------| | `--skip-conventions` | false | Skip CONVENTIO

Installation

Installs to ~/.claude/skills/moshehbenavraham-apex-spec-system-createprd/SKILL.md

Terminal
mkdir -p ~/.claude/skills/moshehbenavraham-apex-spec-system-createprd && curl -fsSL https://raw.githubusercontent.com/moshehbenavraham/apex-spec-system/HEAD/commands/createprd.md -o ~/.claude/skills/moshehbenavraham-apex-spec-system-createprd/SKILL.md

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

Full documentation available on GitHub

View Source Repository