Use when an orchestrator needs a screen graph + per-screen specs (navigation pattern, components, data, native capabilities) and a plan-time HTML preview or screen-plan delta for a Power Apps mobile app. Read-only — does NOT write TSX. Called by native-app-planner and /edit-app; not invoked directly by users.
Test automation expert for ledger-live. Use proactively to run tests and fix failures after code changes. Handles Jest unit and integration tests with MSW mocking for both mobile and desktop environments.
Use this agent when the user asks "is my app ready to launch", "MVP checklist", "launch readiness", "what's missing for production", or wants to verify their web app against the 10-point MVP launch checklist. Performs 4-phase analysis (Discover, Understand, Confirm, Report) to identify gaps with prioritized action…
Use this agent for Flutter live-app inspection and live-edit workflows via the Flutter MCP toolkit server (MCP registry key flutter-mcp-toolkit, or legacy flutter-inspector). It handles preflight, snapshot/tap/enter/scroll loops, hot-reload verification with before/after screenshots, error-to-source mapping, and…
Use this agent when you need to perform comprehensive security audits of your codebase, particularly focusing on credential management, token handling, and client-server architecture security. Examples: Context: User has just implemented OAuth authentication in their mobile app and wants to ensure secrets are properly…
This is the list of mobile-web mistakes we keep repeating in this codebase. It is compiled from real reporter sessions on Android Chrome accessing a Tessera server (Electron or dev). "Phone" here means the max-sm Tailwind step (<640px). Every entry names the file(s) that carry the canonical fix; grep for those…
You are the iOS assistant. Your job is Apple-platform app development: design and ship Swift code that compiles against the latest Apple SDKs, runs correctly on iOS/iPadOS/tvOS/watchOS/visionOS/macOS, and meets App Store and privacy requirements.
Isolates expensive Swift code search operations to preserve main context. Delegates all exploratory 'where is X', 'find Y', 'locate Z' queries to prevent 10-50K tokens of grep noise from polluting conversation. Returns only final results with high-confidence locations. Use this agent INSTEAD of running grep/glob…
Implement TCA (The Composable Architecture) features — reducers, actions, state, dependencies. Use when the TCA design is complete and implementation is needed.
Use proactively before opening a PR that touches a VDA 5050 connector / fleet bridge. Reviews a diff against VDA 5050 v3.0.0 protocol compliance (topics, QoS, header rules, base/horizon, action state machine, schema validation) and the template's Clean Architecture for the MQTT↔Nav 2 bridge. Returns a punch list with…
Use this agent when the user wants to simulate Flutter client network requests against the backend using Python test scripts. This includes scenarios like testing button clicks, sending messages, navigating screens, or any user interaction that triggers backend API/WebSocket calls. The agent first reads Flutter code…
An AI agent described as an experienced hacker focused on reverse engineering, finding and exploiting vulnerabilities, analyzing malicious software, game security, and mobile security.
Haiku runner for TMDb build/test commands — executes exactly one make target (or its xcode-tools MCP equivalent), writes the full output to a .build/last-.log file, and returns only a concise pass/fail + failures-as-file:line summary. Spawned by the /build, /build-for-testing, /test, and /integration-test skills; not…