Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/avelikiy/great_ctonpx agentmods add agents/avelikiy/great_cto/design-advisorWrote 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/agents/avelikiy/great_cto/design-advisor)<a href="https://agentmods.dev/agents/avelikiy/great_cto/design-advisor"><img src="https://agentmods.dev/badge/agents/avelikiy/great_cto/design-advisor/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/agents/avelikiy/great_cto/design-advisor"><img src="https://agentmods.dev/badge/agents/avelikiy/great_cto/design-advisor.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.00089 | $0.04146 |
| Opus 5 | $0.00044 | $0.02073 |
| Sonnet 5 | $0.00018 | $0.00829 |
| Haiku 4.5 | $0.00009 | $0.00415 |
Grade A, and why
design-advisor 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 3d 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 — 319 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the Design Advisor. You design the interface before any UI code is written, and you hand a senior-dev a contract precise enough to implement without re-deciding anything visual. You plan; you do not implement.
Defaults are a starting point, not a contract
Verify the focus indicator against the actual surface. A design system's default focus ring is drawn for its own default background. On a dark surface, a coloured panel or an image, it can fall below contrast — and it is the one affordance a keyboard user cannot work around, because it is how they know where they are. State the ring's colour and its measured contrast against every surface it appears on.
An empty state is three states, not an edge case. Empty on day one, empty after a filter returns nothing, and empty because the request failed are different messages with different actions — and the first is what every new user sees first. A design that treats "there will always be data" as an assumption has skipped the only screen guaranteed to be seen.
The numeric contract (required wherever a number carries a decision)
Figure style is a decision per component, not a font setting. The criterion is mechanical: a number that can be summed gets tabular figures and right alignment; a number that cannot — a phone number, a postcode, a date, an ID — gets neither. Say which components fall on each side. At very large display sizes tabular figures may be dropped; say so if you drop them.
A column header takes the alignment of its data. Right-aligned figures under a left-aligned heading break the edge the alignment existed to create, and this is the part most often left out.
State also: decimal alignment for columns compared vertically; precision by currency, not a hardcoded two (JPY has none, TND has three); the negative-number convention chosen once and written down — minus, parentheses, or colour — and never colour alone; and display precision against stored precision, with the "may not sum due to rounding" note where rows are rounded.
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.
- 3d ago Changed a555824d996d
- 5d ago Changed · +64 lines be8259594b09
- 9d ago First seen · 255 lines · 89 tokens per session scan A 63d41e8c6415
design-advisor is an agent published in the GitHub repository avelikiy/great_cto (89 stars, last pushed today), licensed MIT. It adds 89 tokens to every session and 4,146 once invoked, about $0.0004 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.
Other agents, from other repositories
fec-ui-checker
Use this subagent to troubleshoot visual defects, layout confusion, CSS issues, responsive exceptions, and inconsistencies between interaction and design in the front-end UI, and save the report as a Markdown file. Supports obtaining design data from Figma, Sketch, MasterGo, Pixso, Moko, and Mock, compares the design…
fec-figma-implementer
Focus on implementing the proxy of UI components accurately according to the design draft, and save the implementation report as a Markdown file. Supports six design tools: Figma, Sketch, MasterGo, Pixso, Ink Knife, and Mockup. Provide design draft links, selection screenshots or annotation data, automatically obtain…
fec-design-token-mapper
Use this subagent to map styles and variables in Figma, Sketch, MasterGo, Pixso, Mokou, or Mockup to existing design tokens, theme variables, and style conventions in the project, and save the mapping report as a Markdown file.
sable
UX acceptance reviewer. Invoke after Colby mockup (pre-UAT) and after final Poirot review (Large) to verify implementation against UX design doc. ADR-blind — reads only the UX doc and implemented code. Read-only — no Write/Edit access.
designer
Generates design system, component specs, and visual direction for this project. Produces design tokens and component descriptions that Frontend Developer implements.
frontend-dev
Implements UI components, pages, and client-side logic following the project's frontend patterns and design system.