wireframe

Generate grayscale interactive wireframes, idea thumbnails, and click-through prototypes as self-contained HTML artifacts.

Updated Aug 20, 2026
One-click install
npx skills add https://github.com/ishfuseini/usecase-gen --skill wireframe-ishfuseini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wireframe
Source: https://github.com/ishfuseini/usecase-gen/tree/main/agent/skills/wireframe
Command: npx skills add https://github.com/ishfuseini/usecase-gen --skill wireframe-ishfuseini

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Teams often jump straight to visual design or a single layout idea, so structural questions about what belongs on a screen and where it sits never get debated. This Skill produces wireframe-fidelity artifacts — lo-fi idea boards, complete interactive grayscale wireframes, and click-through prototypes — so screen structure can be critiqued before styling makes changes expensive. ## Core Features & Use Cases - Three fidelity rungs: lo-fi idea vignettes for divergent mechanism exploration, mid-fi full-page interactive wireframes for structural convergence, and a prototype view that wires real trigger elements into a click-through flow. - Locked design system: a five-role grayscale palette, 4px spacing grid, token-driven type scale, drawn SVG glyphs, and native interactive controls (buttons, inputs, switches, chips) embedded verbatim from reference files into one self-contained HTML file per rung. - Viewer chrome with grid, slideshow, and prototype modes: section grouping, per-frame annotation rails with numbered markers, light/dark theme toggle, and hash-linkable review states. - Use Case: Ask to wireframe a checkout flow and receive a wireframes-checkout.html file with every screen at realistic density, real labels, working controls, annotation notes, and an optional prototype mode that walks the flow defined with the companion /journey skill. ## Quick Start Ask the assistant to wireframe the dashboard screen as an HTML artifact with a grid and slideshow view.

Frequently Asked Questions about wireframe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a wireframe for an app screen?

Describe the screen or flow you want wireframed and choose an output format — HTML is the default. The skill generates a self-contained HTML file with a complete grayscale screen built from native interactive controls, real labels, and a token-based design system.

What is the difference between lo-fi thumbnails and mid-fi wireframes?

Lo-fi thumbnails are idea vignettes: focused UI fragments with numbered captions used to compare many structural mechanisms for one problem. Mid-fi wireframes are complete interactive screens with every element, real hierarchy, and working controls, used to resolve all layout decisions.

Can wireframes be exported to Figma or pencil?

Yes. Besides the default self-contained HTML artifact, the skill can place frames and sections into a Figma file or pencil.dev canvas via MCP. Those canvases are single-theme, so you choose light or dark wireframes up front.

Does the wireframe skill handle visual design like colors and fonts?

No. Visual design — color palettes, typography choices, brand expression — is explicitly out of scope. Wireframes use a fixed grayscale ramp with one indigo accent for primary actions and selection states, keeping critique focused on structure.

How do click-through prototypes work in the HTML output?

When a prototype is requested, real trigger elements like buttons and list rows carry navigation targets and become clickable in prototype view. Navigation follows the flow logic rather than document order, with back stepping through visited screens and a restart control.