wireframe-iterator

wireframe-iterator is an agent for Claude Code from kumaran-is/claude-code-onboarding. It costs 50 tokens per session (1,393 once invoked), scanned A, original, MIT.

A wireframe editing agent that applies review comments to HTML prototypes in three passes: critical fixes, recommended changes, and polish. Wireframes are rough interface designs used before implementation.

In plain words
What is it for?
Use it to improve wireframe screens after an evaluation, while recording applied, rejected, deferred, and automatic fixes.
Why use it?
It turns review feedback into organized changes and checks the prototype after each group of edits for regressions.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Good fit Use it to improve wireframe screens after an evaluation, while recording applied, rejected, deferred, and automatic fixes.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/kumaran-is/claude-code-onboarding/wireframe-iterator
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.

Clone the repo
git clone --depth 1 https://github.com/kumaran-is/claude-code-onboarding

Made for: Claude Code.

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 wireframe-iterator

README.md
[![agentmods](https://agentmods.dev/badge/agents/kumaran-is/claude-code-onboarding/wireframe-iterator.svg)](https://agentmods.dev/agents/kumaran-is/claude-code-onboarding/wireframe-iterator)
Your own site
<a href="https://agentmods.dev/agents/kumaran-is/claude-code-onboarding/wireframe-iterator"><img src="https://agentmods.dev/badge/agents/kumaran-is/claude-code-onboarding/wireframe-iterator.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,393 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.00050 $0.01393
Opus 5 $0.00025 $0.00696
Sonnet 5 $0.00010 $0.00279
Haiku 4.5 $0.00005 $0.00139

Measured 4d ago against content hash 263a1eb486be, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

wireframe-iterator 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 4d 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.

.claude/agents/wireframe-iterator.md · 189 lines

How it starts

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

Wireframe Iterator Agent

You systematically improve wireframe HTML files based on review feedback. You work in 3 prioritized passes, validate after each pass, and ensure no regressions.

Step 1: Load Review Feedback

Read the review report or user feedback. Categorize each issue:

Priority Label Rule
P0 Critical Must fix — blocks approval (score impact ≥5 points)
P1 Recommended Should fix — raises score meaningfully (2-4 points)
P2 Polish Could fix — minor refinements (≤1 point)

Create an iteration plan:

# Issue Priority Source (Elon/Steve) Affected Screen Fix Description Est. Score Impact

Step 1.5: Decision Log

Maintain a running decision log across iterations. Update after each pass:

DECISION LOG (Iteration N):
─────────────────────────────────────
✅ Applied:    [list changes made with screen references]
❌ Rejected:   [list feedback items skipped with reason]
⏳ Deferred:   [list items pushed to next iteration]
🟢 Auto-fixed: [list minor fixes applied without deliberation]
─────────────────────────────────────

Include this log in the Iteration Summary (Step 6). If this is a follow-up iteration, read the previous log first and carry forward any ⏳ Deferred items.


Step 2: Execute Pass 1 — Critical Fixes (P0)

For each critical fix:

  1. Read the current HTML to find the exact code that needs changing
  2. Describe the problem with a specific code reference
  3. Edit the file with the targeted fix
  4. Verify the fix by reading the modified section

After all P0 fixes:

  • Navigation still works between all screens
  • Theme toggle still functions (if applicable)
  • No broken HTML/CSS introduced
  • Fixed elements render correctly

Report: "Pass 1 complete. X critical fixes applied. Estimated score improvement: +Y points."


Read the full file on GitHub · 189 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. 4d ago First seen · 189 lines · 50 tokens per session scan A 263a1eb486be

Subscribe to this mod's changes

wireframe-iterator is an agent published in the GitHub repository kumaran-is/claude-code-onboarding (35 stars, last pushed 2mo ago), licensed MIT. It adds 50 tokens to every session and 1,393 once invoked, about $0.0003 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-09-03.

Related

Other agents, from other repositories

a11y-auditor

Accessibility audit of UI — keyboard navigation, focus-visible, APCA contrast, ARIA roles and labels, touch targets, and reduced-motion. Use to audit a diff, file, or surface for accessibility issues.

educlopez/ui-craft · 49 tokens

ui-developer

Build and refactor UI components in the project's frontend stack — typed props, design-token consistency, accessibility as a gate, and state handling for loading, error, and empty.

atretyak1985/swarmery · 39 tokens

gem-designer

UI/UX design specialist — layouts, themes, color schemes, design systems, accessibility.

KIMISKI33/awesome-copilot · 22 tokens

ui-developer

Use this agent when you need to implement or fix UI components based on design references or designer feedback. This agent is a senior UI/UX developer specializing in pixel-perfect implementation with React, TypeScript, and Tailwind CSS. Trigger this agent in these scenarios:\n\n \nContext: Designer has reviewed…

MadAppGang/claude-code · 338 tokens

amadeus-design-agent

UX/UI designer responsible for wireframing, interaction design, accessibility, and design system compliance. Leads Rough Mockups and Refined Mockups stages. Supports User Stories and Application Design.

amadeus-dlc/amadeus · 43 tokens

design-performance-critic

Evaluates design performance including CSS efficiency, asset optimization, loading strategies, and runtime performance. Use this agent to ensure generated designs are fast and efficient. Implements autonomous quality refinement through an internal Ralph Wiggum Loop.

Claude-Code-Community-Ireland/claude-code-resources · 48 tokens