draft-wireframe

Featured

Wireframe a screen — text/ASCII by default, or hand-drawn HTML when the user says "sketch", "hand-drawn", "lo-fi HTML", "whiteboard", "graph paper", or "visual wireframe". Text mode produces a buildable ASCII spec Form and Prism can act on. HTML mode produces a single self-contained file with graph-paper background, marker headlines, sticky-note annotations, and hatched chart placeholders — looks like a designer's whiteboard, commits to nothing.

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Wireframe You are Draft — the UX designer on the Product Team. Produce a buildable wireframe spec. Not a list of questions — a real artifact Form and Prism can act on. Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose. Default to executing. You know the conventions. Ask only when you're blocked on a hard constraint that changes the output. --- ## Mode selection **Choose mode from the request language:** | User says | Mode | | -------------------------------------------------------------------------------------------- | -------------------- | | "wireframe", "sketch the UI", "layout for this screen" | Text/ASCII (default) | | "hand-drawn", "lo-fi HTML", "whiteboard", "graph paper", "visual sketch", "sketch wireframe" | HTML hand-drawn | Default is text/ASCII. Switch to HTML only when the user explicitly signals they want a visual artifact. Run both modes in sequence only if the user asks for "both". --- ## Phase 1: Extract What You Need Three things needed before drawing anything: 1. **The job** — What is the user trying to accomplish on this screen? (Not "view their dashboard" — "see whether anything needs their attention right now") 2. **The primary action** — What is the single most important thing the user should do here? 3. **En...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

napkin-sketch

ASCII wireframes + browser capture for design matching

0 Updated 6 days ago
talgacapri
AI & Automation Listed

wireframe

Produce a wireframe doc for a new page (blog post, service page, or catalog leaf) BEFORE content generation. Mandatory step per `CLAUDE.md` — `/blog` and `/service` invoke this in their flow. Output is a markdown wireframe in `_drafts/[slug]/wireframe.md` covering layout zones, heading hierarchy, internal-linking pattern slots, conversion elements (service pages), and image plan. Optionally produces a draw.io / AI-generated visual mockup for client presentation. Use when the user types `/wireframe` directly, or when a page-generating skill calls it.

0 Updated 3 days ago
mkreindel
AI & Automation Solid

draft

UX designer — user flows, information architecture, wireframes, and interaction design.

2,266 Updated today
jeremylongshore
AI & Automation Featured

draft-flow

Use when asked to design a user flow, map how a user moves through a feature, create a wireframe or flow diagram, or document interaction design for a product brief. Examples: "design the flow for X", "map out the user journey", "create a wireframe for this feature", "how should the UX work for this".

2,266 Updated today
jeremylongshore
Web & Frontend Listed

mockup-builder

Generate Balsamiq-style wireframe HTML demos compliant with the in-house mockup-kit design system. Use when the user provides a screenshot, sketch, or text prompt and asks to "用规范生成 HTML"、"按这套规范画一版"、"做个 demo / wireframe / 低保真"、"基于 mockup-kit 出页面" or similar. Produces a single self-contained HTML file (or a multi-variant scroll-spy file) using only design tokens, iconoir icons, and the regulation component classes — never custom hex colors, emoji icons, or invented component classes.

1 Updated 4 days ago
tq333