Audits DashClaw's drift-prone hardcoded counts and version stamps — SDK method counts (Node/Python), MCP tool/resource counts, route counts, and the unified platform+SDK version — against the live source of truth, and reports every mismatch with file:line. Use before shipping, after route/SDK changes, or whenever…
Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the failures plus a pass/fail verdict. Use to verify a change without dragging multi-hundred-line build/test logs into the main thread. Delegate gate-running here instead of running it inline.
Read-only security reviewer specialized for the DashClaw stack (Next.js 16 App Router, Neon/Postgres via repositories, API-key auth, x402 spend, webhooks, org/tenant scoping). Invoke before merging or shipping any diff that touches auth, API keys, x402/spend, webhooks, secrets/env, or database access. Reports findings…
Platform administration agent for user management, analytics, log debugging, service operations, database queries, job scheduling, and agent management via the systemprompt CLI.
Frontend implementation agent. Writes and fixes JavaScript, CSS, and HTML following standards, handles bundle registration, event hub integration, and accessibility.
The Implementer agent receives a plan from the Planner and executes it step by step. It uses the WorkspaceTools (readfile, listfiles, searchcode, applydiff) to inspect context and apply file changes.