Createuxprd banner
moshehbenavraham moshehbenavraham

Createuxprd

Design community

Description

--- name: createuxprd description: Generate the UX PRD companion document from design requirements --- # /createuxprd Command Convert user-provided design documents (wireframes, user flows, design specs, Figma notes) into the UX PRD at `.spec_system/PRD/PRD_UX.md`. This is a companion to `PRD.md` (functional requirements). `/plansession` reads both when planning UI-focused sessions. ## Rules 1. **PRD.md must exist first** - run `/createprd` if it doesn't 2. **Never overwrite a real PRD_UX.m

Installation

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

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

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

Full documentation available on GitHub

View Source Repository