idea-to-ui-design-brief

idea-to-ui-design-brief is a skill for Claude Code, Codex from AkoliteZA/hermes-agent-idea-workflow. It costs 40 tokens per session (1,644 once invoked), scanned A, original, MIT.

A design-brief step that turns a product idea or design document into practical guidance for a user interface—the screens, layout, visual style, and interactions people use.

In plain words
What is it for?
Use it to plan screens, describe interface behavior, prepare image-generation prompts, or guide an HTML prototype or later implementation.
Why use it?
It gives a coding agent clearer design direction before implementation begins and helps explore interface concepts without deciding the code structure too early.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan screens, describe interface behavior, prepare image-generation prompts, or guide an HTML prototype or later implementation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akoliteza/hermes-agent-idea-workflow/idea-to-ui-design-brief
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AkoliteZA/hermes-agent-idea-workflow --skill idea-to-ui-design-brief
Clone the repo
git clone --depth 1 https://github.com/AkoliteZA/hermes-agent-idea-workflow

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for idea-to-ui-design-brief

README.md
[![agentmods](https://agentmods.dev/badge/skills/akoliteza/hermes-agent-idea-workflow/idea-to-ui-design-brief/github.svg)](https://agentmods.dev/skills/akoliteza/hermes-agent-idea-workflow/idea-to-ui-design-brief)
Your own site
<a href="https://agentmods.dev/skills/akoliteza/hermes-agent-idea-workflow/idea-to-ui-design-brief"><img src="https://agentmods.dev/badge/skills/akoliteza/hermes-agent-idea-workflow/idea-to-ui-design-brief/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for idea-to-ui-design-brief

Your own site · 80×15
<a href="https://agentmods.dev/skills/akoliteza/hermes-agent-idea-workflow/idea-to-ui-design-brief"><img src="https://agentmods.dev/badge/skills/akoliteza/hermes-agent-idea-workflow/idea-to-ui-design-brief.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,644 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.01644
Opus 5 $0.00020 $0.00822
Sonnet 5 $0.00008 $0.00329
Haiku 4.5 $0.00004 $0.00164

Measured 12d ago against content hash 6032e1e444e1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

idea-to-ui-design-brief scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

idea-to-ui-design-brief/SKILL.md · 191 lines

How it starts

The opening of the file, as written. The whole thing — 191 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Idea to UI Design Brief

Overview

Use this skill as an optional Full-mode stage inside the idea workflow. It converts a product/design direction into a practical UI design brief that can guide image-generation concepts, HTML prototypes, or later Superpowers implementation work.

This skill should not run in Lite mode unless the user explicitly asks for UI design. Lite mode should keep the previous simple idea-capture behavior.

The UI brief is a bridge between product thinking and implementation. It should define what the interface should look, feel, and behave like without forcing premature code architecture.

When to Use

Use when the user asks to:

  • explore possible UI designs for an idea;
  • add a dedicated UI/design stage to the idea workflow;
  • generate image prompts for app screenshots, dashboards, landing pages, or product surfaces;
  • create a UI brief before giving the idea to a coding agent;
  • critique or redesign an already-built app after screenshots exist;
  • turn a design doc into screen-by-screen UI requirements.

Do not use when:

  • the user only wants a quick Lite idea note;
  • the idea is not yet clear enough to identify target users and core behavior;
  • the user wants production frontend code immediately — use implementation skills after the UI direction is chosen;
  • the user wants a formal token spec only — use design-md if available.

Artifact Placement

For Full mode idea packages, add this artifact after the design doc and before implementation planning:

ideas/<idea-slug>/
  README.md
  00-idea-capture.md
  01-design-doc.md
  02-ui-design-brief.md
  03-implementation-spec.md
  04-agent-build-handoff.md
  05-spec-review.md

Fallback rule: if the user skips this stage, preserve the old workflow numbering and behavior, or mark UI decisions as assumptions in the implementation spec. Do not block the workflow merely because no UI brief exists.

Required Inputs

Before writing the UI brief, collect or infer:

  • product purpose and target user;
  • core user flow;
  • main screens or surfaces;
  • platform target: web, desktop, mobile web, native mobile, or multi-surface;
  • desired feel: calm, command-center, playful, professional, dense, minimal, etc.;
  • visual constraints: brand, existing repo/design system, accessibility needs, dark/light mode;
  • important states: empty, loading, error, success, first-run, repeat-use.

Read the full file on GitHub · 191 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 191 lines · 40 tokens per session scan A 6032e1e444e1

Subscribe to this mod's changes

idea-to-ui-design-brief is a skill published in the GitHub repository AkoliteZA/hermes-agent-idea-workflow (267 stars, last pushed 4mo ago), licensed MIT. It adds 40 tokens to every session and 1,644 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

architecture-diagram

Generate architecture diagrams as fully editable SVG with native AWS, Azure, and GCP icons for cloud diagrams, or hand-drawn generic icons for everything else. Optionally deliver a self-contained editable draw.io mxGraph companion. Deterministic layout computes zone nesting and orthogonal routing instead of…

Mathews-Tom/armory · 162 tokens

concept-to-image

Turn concepts into static HTML visuals exported as PNG or SVG files via HTML/CSS/SVG. Triggers on: "create an image of", "export as PNG", "save as SVG", "concept to image", "screenshot this HTML". NOT for interactive HTML, use static-web-artifacts-builder.

Mathews-Tom/armory · 66 tokens

tldraw

Generate hand-drawn whiteboard-style diagrams (.tldr) from natural language and export to PNG/SVG via tldraw-cli, with vision-based self-check and an iterative review loop. Covers flowcharts, sequence diagrams, ERDs, UML sketches, and ML model diagrams. Triggers on: "whiteboard diagram", "sketch this out", "tldraw…

Mathews-Tom/armory · 128 tokens

ux-expert

UX design expert for auditing and redesigning pages, dashboards, and data-dense interfaces via 4-phase collaborative reviews across 8 UX dimensions. Triggers on: "review UX", "audit this page", "redesign the dashboard", "UX review", "improve the layout", "dashboard UX audit", "component recommendations".

Mathews-Tom/armory · 71 tokens

static-web-artifacts-builder

Build self-contained static HTML artifacts opened in a browser: interactive diagrams, dashboards, infographics. Pure HTML5+CSS3+inline SVG, zero toolchain. Triggers on: "interactive HTML", "open in browser", "HTML artifact", "visual dashboard", "HTML infographic". NOT for PNG/SVG output, use concept-to-image.

Mathews-Tom/armory · 76 tokens

taste

Use when improving the visual taste, positioning, polish, trust, and conversion clarity of a website or product UI. Runs a category-first visual audit, applies a decisive design pass, and verifies the result with screenshots rather than subjective vibes.

tryproduck/produck-skills · 49 tokens