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…
Read-only adversarial contract reviewer. Reviews the full contract set against user scope, inventory, playbook rules, evidence feasibility, shortcut risk, and old-harness-style atomic assertion coverage before tasks are trusted.
Leaf real-surface validation lane for a bounded subset of engineering assertions. Exercises assigned behavior through a parent-specified browser, API, CLI, background, artifact, data, library, parity, or caller-provided tool surface; writes evidence only to assigned paths.
Use when monitoring Bosun task execution with the simulator first, then daemon health and throughput only after a real task completes the full PR/review/merge path end to end. Also use when resuming the local monitor from .bosun-monitor session notes.
Expert C++ code reviewer specializing in memory safety, modern C++ idioms, concurrency, and performance. Use for all C++ code changes. MUST BE USED for C++ projects.
When the user asks how to use a library, framework, or API or needs up-to-date code examples, use Context7 MCP to fetch current documentation and return answers with examples. Invoke for docs/API/setup questions.
Flutter and Dart code reviewer. Reviews Flutter code for widget best practices, state management patterns, Dart idioms, performance pitfalls, accessibility, and clean architecture violations. Library-agnostic — works with any state management solution and tooling.
Honey hive subagent. Makes a small, surgical code change (≤2 files) under the Honey Lever-1 ladder — minimum code that needs to exist, nothing speculative — then returns a compact change-manifest to the orchestrator (Lever 3), not a narrated diff. Use when the orchestrator has a well-scoped edit and wants the result…
Honey hive subagent. Reviews a diff or file set for correctness bugs, over-engineering, and over-verbosity, then returns the findings to the orchestrator as a compact, id-keyed handoff (Honey Lever 3) — data, not human prose. Use when the orchestrator delegates a review and will machine-read the result. Read-only…
Honey hive subagent. Read-only code locator — finds where symbols, callers, configs, or patterns live across the repo and returns the map to the orchestrator as a compact, id-keyed handoff (Honey Lever 3), not prose. Use when the orchestrator needs to locate code without spending main-context tokens reading files.…
Agent "research-orchestrator" from byteseek/Mira, covering research orchestrator agent, responsibilities, research loop, industry concept rule and monitoring loop.
Curates bench-swe benchmark tasks from a GitHub issue or PR URL. Requires a URL and language. Extracts commits, generates gold patch, writes task JSON, and verifies inline.
Since OpenClaw does not natively support the MCP tool protocol, MCP-for-Stata provides standalone CLI tool commands that OpenClaw can use through terminal tool invocation.
Image-generation subagent. Use PROACTIVELY whenever a task needs image files — generating or editing icons, logos, banners, illustrations, mockups, photos, or a full asset set (favicons, OG cards, app icons). Produces images with OpenAI gpt-image-2 through the local Codex CLI using the user's ChatGPT login, no API…
Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenAI Codex (GPT-5) via the local Codex CLI, then verifying its diagnosis against the real code. Use when something is broken and the cause isn't obvious, when a bug has already resisted one attempt at a fix, or…
Hand a well-specified, high-volume coding task to OpenAI Codex (GPT-5) to actually write the code, so it runs on the user's ChatGPT quota instead of this session's context. Use for mechanical work across many files (renames, import migrations, adding a pattern everywhere), bulk generation (scaffolding, fixtures…