How this skill is triggered — by the user, by Claude, or both
Slash command
/core:opsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Triggers: "prd", "requirements", "spec out", "product requirements", "write a PRD for"
Triggers: "prd", "requirements", "spec out", "product requirements", "write a PRD for"
→ Read $CLAUDE_SKILL_DIR/prd.md
Triggers: "analyze this PRD", "review this PRD", "designer's POV", "what questions should I ask", "extract personas", "user stories from PRD"
→ Read $CLAUDE_SKILL_DIR/lens.md
Note: For deep analysis of a Google Doc URL → invoke prd-analyzer agent instead
Triggers: "rationale", "why did we design it this way", "document the decision", "explain this design choice"
→ Read $CLAUDE_SKILL_DIR/rationale.md
Triggers: "handoff", "spec", "states", "edge cases", "engineer handoff", "Blade mapping", "component inventory"
→ Read $CLAUDE_SKILL_DIR/spec.md
Then: Auto-runs /design review a11y as final check
Triggers: "diagram", "architecture diagram", "visual explanation", "make this visual", "explain this system", "diff review", OR any table with >3 columns and >4 rows
→ Read $CLAUDE_SKILL_DIR/visual.md
Triggers: "presentation", "slides", "create a deck", "convert PPT", "PPTX to web", "talk slides"
→ Read $CLAUDE_SKILL_DIR/slides.md
Triggers: "full design package for X", "complete design doc", "everything for X"
Chain: $CLAUDE_SKILL_DIR/prd.md → $CLAUDE_SKILL_DIR/lens.md → $CLAUDE_SKILL_DIR/rationale.md → $CLAUDE_SKILL_DIR/spec.md
Uses elements-of-style:writing-clearly-and-concisely on all written outputs.
For all documents: apply Strunk & White principles (from elements-of-style skill):
npx claudepluginhub nawwwal/dex --plugin coreProduces detailed design specs, engineering handoff packages, and cross-functional documentation that ensures design intent is carried through to implementation.
Transforms rough product ideas into structured PRDs optimized for AI coding tools by asking clarifying questions and outputting a PDF.