mock-this-up
Produce an HTML mockup for the UI being discussed
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Produce an HTML mockup for the UI being discussed
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | mock-this-up |
| description | Produce an HTML mockup for the UI being discussed |
| label | Mock this up |
| pill-order | {"not-started":6,"specifying":12} |
| jockey-hint | Demote once one or more mockups have been produced in this conversation, unless the user signals they want another variation or a different screen. |
| workhorse-version | 0.2.0 |
If you don't already have this card's context (title, identifier, description) — for instance when running outside Workhorse — establish it first by following .agents/docs/card-context.md.
Produce an HTML mockup for the UI being discussed. Skip extended exploration — go straight to the mockup.
.workhorse/design/ — the design system, component docs, and philosophy notes. The design library may have been updated more recently than the code, so if it disagrees with the implementation, the design library wins
d. Do not reference mockups from other cards under .workhorse/design/mockups/ unless the user explicitly asks — they are point-in-time artefacts, not canonical components.workhorse/design/mockups/{card-id}/{slug}.html with inline CSS and an HTML comment header linking to the relevant spec (if one exists). The {card-id} folder scopes the mockup to this card so pre-merge cleanup can strip it on merge.workhorse/design/ directly — pick a meaningful path (e.g. .workhorse/design/components/{slug}.html, .workhorse/design/views/{slug}.html, or .workhorse/design/mockups/{slug}.html if it doesn't fit a more specific folder). Mockups produced on a design card persist to main with the card's PR, so file them where they belong long-termCheck whether this card's code meets the acceptance criteria
Run a quick UX/UI workshop using ASCII-art sketches
Write automated tests for unticked scenarios in this card's test cases
Review code changes on this card for likely bugs, regressions, and missed edges
Cherry-pick post-merge commits onto a new follow-up branch
Maintain a support docs pack — dedup, length budgets, and no splintering — and land changes as a reviewed pull request. Use when a support thread, or a hand-off from Support assist, surfaces a new resolution, a correction to an existing one, or a deployment quirk worth recording. Not for ordinary code changes.