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.
git clone --depth 1 https://github.com/navraj007in/architecture-cowork-pluginWrote 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.
[](https://agentmods.dev/commands/navraj007in/architecture-cowork-plugin/wireframes)<a href="https://agentmods.dev/commands/navraj007in/architecture-cowork-plugin/wireframes"><img src="https://agentmods.dev/badge/commands/navraj007in/architecture-cowork-plugin/wireframes/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.
<a href="https://agentmods.dev/commands/navraj007in/architecture-cowork-plugin/wireframes"><img src="https://agentmods.dev/badge/commands/navraj007in/architecture-cowork-plugin/wireframes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00023 | $0.01314 |
| Opus 5 | $0.00012 | $0.00657 |
| Sonnet 5 | $0.00005 | $0.00263 |
| Haiku 4.5 | $0.00002 | $0.00131 |
Grade A, and why
wireframes 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/architect:wireframes
CRITICAL — Output Format
You MUST write .json files only. This is not optional.
| ✅ Correct | ❌ Wrong |
|---|---|
dashboard.json |
dashboard.html |
users-list.json |
wireframes.html |
_manifest.json |
Any .html, .css, .tsx, .jsx file |
If you are about to write an HTML file, STOP. This command does not generate HTML. Archon renders the JSON natively — no HTML is needed or wanted.
Why JSON (not HTML)
JSON specs are ~20 lines per screen. Archon renders them as polished wireframes natively. Generating HTML would:
- Exceed the output token limit (15 screens × 200 lines HTML = 3,000 lines)
- Produce files Archon cannot render
- Defeat the purpose of this command
Each screen = one .json file, ~20-30 lines. 15 screens = ~400 lines total. All in one run.
Workflow
Step 1: Check Manifest
Check if architecture-output/wireframes/_manifest.json exists with a non-empty generated array. If all screens already exist, output [WIREFRAMES_DONE] and stop.
Step 2: Read Context
First, check for architecture-output/_state.json. If it exists, read it in full and extract:
project.name→ appNamedesign→primary,secondary,accent,personality,heading_font,body_font,mono_font,border_radius,shadow,component_library— use all of these in thethemefield of each specdesign.tokens_file→ if present, read that file (e.g.architecture-output/design-system/design-tokens.json) to get precise token values for spacing, border radius, shadows, and motion — use these values in thethemeobject for complete fidelityentities→ field names for realistic placeholder values in specs
If _state.json.entities is absent, read domain.entities[] from SDL as the entity list fallback (check solution.sdl.yaml first; if absent, check sdl/data.yaml or the relevant sdl/ module). This provides entity names for generating data-display wireframe screens.
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.
- 6d ago First seen · 122 lines · 23 tokens per session scan A 68f116d3233f
wireframes is a command published in the GitHub repository navraj007in/architecture-cowork-plugin (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 23 tokens to every session and 1,314 once invoked, about $0.0001 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.
Other commands, from other repositories
theme-swap
Recolour an extracted site's design around a new brand primary. OKLCH hue rotation preserves perceptual lightness — neutrals, type, spacing, and motion stay untouched. Side-by-side HTML preview + recoloured tokens (DTCG, Tailwind, shadcn, Figma).
studio
Launch the local design Studio — a live token editor over the latest extraction. Edit, preview a wall of real components, toggle dark mode, inspect motion, and export.
design-audit
Audit an existing HTML/CSS design. Deterministic checks only (contrast, fonts, colors, states, dark mode) plus a visual pass. No generation.
design-component
Generate a single component using existing design-system.md tokens. Skips inspiration browsing — fast path for isolated UI elements.
design-page
New page or screen in an existing project. Skips design-system creation — reuses the existing design-system.md tokens.
design
Full design pipeline for a web or web-app target: brief → tokens → generation → motion → review. Use /design:mobile for iOS/Android instead.