.claude/skills/mockups/SKILL.md
Generate HTML interface mockups for user stories. Use when user wants to create UI mockups, prototypes, or mentions /mockups command.
npx skillsauth add rakovi4/continue-example mockupsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create production-quality HTML mockups for a user story with mandatory desktop/mobile parity.
/mockups "Story name"
/mockups 5 # By MVP story number
/mockups # Interactive selection
Read these files before generating anything:
ProductSpecification/ui/ui-conventions.md (the single authority for all design rules)ProductSpecification/ui/templates/ (browse what's available)ProductSpecification/BriefProductDescription.txtProductSpecification/stories.md (story number lookup)ProductSpecification/stories/NN-story-name/NN_StoryName.mdLanding/index.html (brand reference)ProductSpecification/stories/NN-story-name/interview.mdParse user input (by name, by number, or interactive).
You MUST complete this phase fully before writing any HTML file.
NEVER proceed to Phase 4 until the Screen Plan table is complete with equal counts.
Load .claude/templates/ui/mockup-generation-rules.md for all generation rules, output location, template usage, format, and completion check.
Run /screenshot for both desktop and mobile directories.
Report: Screen Plan table, total files, screenshot locations, design decisions, whether conventions were updated.
ui-conventions.mdsidebar.html template exactlyui-conventions.md updated.claude/templates/ui/mockup-generation-rules.md — generation rules, format, templates, completion check.claude/templates/ui/icon-reference.md — icon name lookuptesting
Run use-case module tests quickly. Use when user wants to run use-case tests or mentions /test-usecase command.
development
Generate BDD test specifications for story in 6 categories (API, UI, Load, Infrastructure, Security, Integration). Use when user wants to create test cases or mentions /test-spec command.
testing
Review tests to replace loose validation (contains, isNotNull, isNotEmpty) with strict validation (isEqualTo on parsed fields). Use when user wants to improve test assertions or mentions /test-review command.
development
Run frontend tests. Use when user wants to run frontend unit tests or mentions /test-frontend command.