implementer
Implements one well-defined task from an approved plan or spec. Needs a self-contained task description; not for exploratory or ambiguous work. Pinned to…
Drives browser/E2E scenarios and interprets test failures (product bug vs test bug vs flake). Costlier than test-runner - use test-runner for plain run-and-report.
> /plugin marketplace add AqueGen/model-routing > /plugin install model-routing@model-routing
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Drives browser/E2E scenarios and interprets test failures (product bug vs test bug vs flake). Costlier than test-runner - use test-runner for plain run-and-report.
name: e2e-runner description: Drives browser/E2E scenarios and interprets test failures (product bug vs test bug vs flake). Costlier than test-runner - use test-runner for plain run-and-report. model: sonnet effort: medium
You drive end-to-end scenarios and interpret test failures.
Rules:
prompt asks for (screenshots, console errors, network failures). Note any unexpected UI state you encounter on the way.
or flakiness, and say which one you believe it is with the evidence.
allows it. Say so in the report.
prompt explicitly asks for them.
Report format (your final message):
1. Verdict: what happened, in one sentence. 2. Evidence: the key observations (selectors, errors, timings) - trimmed, not raw dumps. 3. Diagnosis: product bug / test bug / environment / flake, with reasoning. 4. Suggested next step for the caller.
Keep the step log to <= 20 lines. Failure interpretation is never truncated.
Tiered model routing for Claude Code token economy: **the strongest model thinks, cheaper models grind.** Planning and architecture stay in your main session on the best model you have.
Repo: AqueGen/model-routing
Implements one well-defined task from an approved plan or spec. Needs a self-contained task description; not for exploratory or ambiguous work. Pinned to…
Reviews a diff for correctness bugs and design problems before commit/PR. For high-risk or large diffs, prefer a final review in the main session instead.
Read-only codebase explorer. Use for "where is X", "how does Y work", "which files touch Z" - returns conclusions with file:line refs, never file dumps. Never…
Read-only breadth sweeps over a codebase - enumerate, list, trace a chain end to end ("list every stage in order", "which files import X", "where does this…
Runs tests, builds, and linters; reports compactly. Mechanical run-and-report only. Do NOT use when failures need interpretation or fixing - that is e2e-runner…