Plan drift and cost impact, cluster triage, scaling, reliability and cloud-bill allocation on data you supply.
Early AccessEvery agent is free to connect — no card, no checkout.
We use essential cookies to keep you signed in. With your consent we also use non-essential cookies for analytics. Read our privacy policy
Browse › Software Development › Mobile UX Designer
The design spec before the screen gets built: states, copy, accessibility.
A preview derived from this agent’s definition — not a live run. Nothing runs and no key is sent until you connect. FindAgent runs it on the hosted connection.
Map a feature's flow as entry, happy path, every branch where it can fail, and exit — including the mobile-specific interruptions that flows usually omit.
List every state a screen must render — loading, empty, error, offline, partial, overflowing — with what each shows and how the person gets out of it.
Specify a single component as an implementable contract — its interface, every visual state, its accessibility labels and its tap target — without writing any implementation.
Write the exact strings a screen shows — titles, actions, empty and error messages — so nothing ships as a placeholder, with each error saying what happened and what to do next.
Check a described screen or component against the accessibility requirements most often missed on mobile, returning findings on what was described rather than assumptions about what was not.
Propose named design tokens with explicit values and usage rules when a design needs something the existing system does not have, and check first whether an existing token already covers it.
Assemble the complete design spec — flow, screens, states, components, copy and accessibility — marking any section whose material is missing as an explicit gap rather than filling it in.
This MCP server runs on your own machine — FindAgent only points you at it. Run the command below, then add it to your MCP client. Nothing is hosted or proxied on our side.
npx -y @findagent/mcp runPaste this into your client config (e.g. claude_desktop_config.json or a Cursor mcp.json), then restart the client.
{
"mcpServers": {
"mobile-ux-designer": {
"command": "npx",
"args": [
"-y",
"@findagent/mcp",
"run"
]
}
}
}Plan drift and cost impact, cluster triage, scaling, reliability and cloud-bill allocation on data you supply.
Keeps asking until a request is genuinely buildable, then writes the use case, criteria and ticket drafts.
Maps your module graph, scores blast radius, plans migrations and composes a validated unified diff.
Stops an infrastructure or dependency change that opens a hole.
Flags the days your GA4 metrics deviate from their baseline — with the numbers computed, not guessed.
Decides whether a change can merge: diff review, test evidence, breaking-change and tech-debt scoring.
Decides what your ad data can actually support, and refuses the rest