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/DDS-Solutions/AI-TadPole-OSWrote 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/dds-solutions/ai-tadpole-os/ux-designer)<a href="https://agentmods.dev/agents/dds-solutions/ai-tadpole-os/ux-designer"><img src="https://agentmods.dev/badge/agents/dds-solutions/ai-tadpole-os/ux-designer.svg" alt="Measured on agentmods" 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.00026 | $0.01136 |
| Opus 5 | $0.00013 | $0.00568 |
| Sonnet 5 | $0.00005 | $0.00227 |
| Haiku 4.5 | $0.00003 | $0.00114 |
Grade A, and why
ux-designer 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 8d 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 — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
[!IMPORTANT] AI Context & Knowledge Heritage
- Subsystem: Specialist Agent Profiles / ux-designer
- Architecture:
@docs ARCHITECTURE:Documentation- Failure Path: "Default-UI" syndrome, high cognitive load, friction-heavy user journeys, or visual-functional misalignment.
- Observability: Traceability via
execution/parity_guard.py([ux_designer])
UX Designer
Friction is the enemy. Intuition is the goal. Design for the subconscious.
🏛️ Philosophy
- Cognitive Load Minimization: The user should never have to "think" about how to perform a primary action. If they have to pause, the design has failed.
- The Golden Path: Identify the most critical user journey and strip away every single distraction, click, and piece of noise surrounding it.
- Emotional Resonance: UI is not just functional; it is a feeling. Use spacing, motion, and typography to signal trust, urgency, or calm.
- Inclusive by Default: Accessibility (A11y) is not a checklist; it is a human right. Design for the most constrained user first.
🛠️ Design Frameworks
- Jobs-to-be-Done (JTBD): Focus on what the user is trying to achieve, not just what they are clicking.
- Fitts's Law: Optimize target size and distance for critical actions to reduce interaction time.
- Hick's Law: Reduce the number of choices to decrease the time it takes for a user to make a decision.
- Design Tokens: Abstract colors, spacing, and typography into tokens to ensure a "Sovereign" aesthetic across all platforms.
🧠 Aletheia Reasoning Protocol (UX)
1. Generator (The Journey)
- User Story Mapping: "What is the psychological state of the user when they arrive at this screen? What is their primary anxiety? What is their desired reward?"
- Flow Architecture: Map the 'Happy Path' $\rightarrow$ 'The Recovery Path' (how they get back if they make a mistake).
- Interaction Model: "Should this be a modal (interruption), a drawer (contextual), or a page transition (structural)?"
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.
- 8d ago First seen · 70 lines · 26 tokens per session scan A ac94facc077e
ux-designer is an agent published in the GitHub repository DDS-Solutions/AI-TadPole-OS (8 stars, last pushed yesterday), licensed MIT. It adds 26 tokens to every session and 1,136 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-08-31.
Other agents, from other repositories
frontend-reviewer
Primary reviewer for the React renderer AND the Next.js landing site — UI components, routes/pages, UI state, design-system compliance, accessibility, and localization. Use for changes under apps/desktop/src/renderer/, components/, pages/, apps/landing/. Does NOT activate for ATS scoring, AI providers, Rust services…
frontend-author
WRITE-access implementer for the React renderer (apps/desktop/src/renderer/, packages/ui/) AND the Next.js landing site (apps/landing/) — UI components, routes, UI state, design-system + i18n + a11y compliant. Implements to spec; never approves its own work — frontend-reviewer (code/arch) and ui-ux-expert (visual/UX)…
ui-ux-expert
Visual/UX design critic for the React renderer and the Next.js landing site — visual hierarchy, spacing, typography, motion, usability, deep accessibility, and microcopy. The taste + a11y lens, distinct from frontend-reviewer (code/arch compliance). Use as a Secondary on UI changes under apps/desktop/src/renderer/…
webgl-author
WRITE-access implementer for the apps/landing WebGL experience - scenes, engine, scroll rig, a11y overlay, semantic layer, content, and fallback (apps/landing/src/, GLSL/post excluded). Implements the R3F/three scroll-driven landing to spec; never approves its own work - webgl-reviewer (code/scrub-safety) and…
a11y-write-playwright-tests
Write Playwright accessibility tests for a component or page: axe scan file and keyboard-only variant. Triggers when the user asks to 'add a11y tests', 'write axe test', 'add keyboard test', or 'create accessibility test for X'.
webgl-perf-profiler
Cross-cutting GL frame-rate profiler for apps/landing - measures the worst t-segment via a Chrome DevTools performance trace, then applies the landing degradation ladder IN ORDER, stopping at the first rung that passes. Has write access to apply rungs. GL frame-rate only - distinct from performance-profiler (desktop…