What problem does it solve?
This skill should be used when the product-owner skill has just produced a user story, when the user asks to "create a mockup", "generate a mockup for this story", "mockup this feature", or "visualize this user story". Produces a self-contained MDX mockup file using project components first, shadcn/ui primitives second, delegating visual design to the frontend-design skill.
Core Features & Use Cases
- Generate a self-contained MDX mockup file from a user story, including YAML frontmatter, story context, acceptance criteria sections, and a self-contained JSX mockup with hardcoded data.
- Save the output to mockups/{story-slug}.mdx and ensure all content is embedded (no live data or external fetches).
- Leverage project components first, then shadcn/ui primitives for UI scaffolding, with visual design handed off to the frontend-design skill.
Quick Start
Use the mockup skill to generate an MDX mockup for a given user story.