skills/wireframe/SKILL.md
Sketch low-fidelity UI wireframes before frontend work. Absorbs the former ui-designer agent's role as a skill. Uses Pencil MCP if available; otherwise produces an ASCII/markdown wireframe.
npx skillsauth add the-own-lab/Claude-company-of-one wireframeInstall 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.
Before writing a React component, sketch the layout. Saves rework when the layout is wrong.
Skip for: small tweaks (color change, copy edit, single-field addition).
If the Pencil MCP server is configured (check for mcp__pencil__* tools):
design-docIf Pencil is not available, produce a text wireframe:
+---------------------------------------------------+
| [Logo] [Search...] [Sign in] |
+---------------------------------------------------+
| |
| # Page title |
| Short subtitle or lede. |
| |
| +-----------------+ +---------------------+ |
| | Primary action | | Secondary action | |
| +-----------------+ +---------------------+ |
| |
| [ Content area ] |
| |
+---------------------------------------------------+
ASCII is fine. The point is shape + hierarchy, not pixel fidelity.
packages/ui)design-doc as an embedded sketch or linkpackages/ui has a matching primitive, name it next to the sketch (e.g. "use <Card> from packages/ui")Whether Pencil MCP can be invoked from a skill (rather than an agent) — spike during first real use. If not, this skill produces only ASCII and a future revision may reintroduce a lightweight agent wrapper.
The former ui-designer agent's wireframing role. The role-specific persona ("senior UX designer") isn't needed for solo-dev wireframes — structure is.
documentation
Update BRIEF.md sections during a command run. Any skill that produces a brief-persisted artifact calls this to write it back.
development
Post-code check: run tests + confirm TODO acceptance items map to passing tests; applies a security lens but is not a separate scan.
documentation
Command post-step: write CHANGELOG + TODO once per command run. One call, not per-skill doc writes.
content-media
Author REQUIREMENTS.md + DESIGN.md + TODO.md for a feature. The three files are one contract; they ship together.