Agent
CLAUDE.md completeness, rules, skills, path accuracy, and agent frontmatter schema compliance.
Agent
CLAUDE.md completeness, rules, skills, path accuracy, and agent frontmatter schema compliance.
Agent
Reconnaissance agent that surveys a codebase's structure, entry points, dependencies, security surface, and git history. Produces a contract-conformant RECON artifact at .claude/memory/recon- .{md,json} that other agents consume.
Agent
Reusable component extraction and frontend duplication — repeated UI patterns, prop drilling, component granularity, inconsistent component APIs.
Agent
Race conditions, async pitfalls, idempotency, shared state safety.
Agent
Functional/behavioral defects where implementation diverges from evident intent (missing assignments, wrong operators, inverted conditions, missing guard clauses, off-by-one/boundary errors, unverified runtime/library claims, error-signalling divergence).
Agent
Traces a use case through all architecture layers, mapping data access patterns, caching, external integrations, and identifying gaps. Read-only analysis agent — it never edits code; its one execution grant is a scoped Bash(graphify ) for running the Graphify CLI's read-only query commands.
Agent
Documentation accuracy, README staleness, API doc alignment, inline comment drift, ADR update triggers.
Agent
Domain boundaries, abstraction leaks, business logic placement.
Agent
Adversarially reviews freshly-derived or freshly-authored Gherkin scenarios for coverage gaps and positive/negative balance, immediately after generation.
Agent
Array mutations, parameter mutations, global state, impure side effects, and point-free/composition opportunities in JS/TS.
Agent
Autonomous mutation survivor-reduction loop — runs a scoped mutation tool, generates targeted tests for survivors in priority order, verifies they compile and pass, commits, and repeats until survivors stop decreasing. Gates on hard kills only (timeouts excluded). Complements the advisory /mutation-testing skill.
Agent
Naming clarity, conventions, magic values, and consistency.
Agent
Central dispatcher that routes tasks to specialized agents and coordinates multi-agent collaboration.
Agent
Resource leaks, N+1 queries, unbounded growth, timeouts, algorithmic issues.
Agent
Adversarially critiques an implementation plan's acceptance criteria, Gherkin scenarios, and step traceability before the human plan-review gate.
Agent
Adversarially critiques an implementation plan's technical design — coupling, abstraction boundaries, structural risks, and pattern adherence — before the human plan-review gate.
Agent
Verifies that an implementation plan's declared same-wave concurrency is real — no file collisions, no disjoint-file behavioral coupling, no residual graph mis-layering — before the human plan-review gate.
Agent
Adversarially critiques an implementation plan's problem-solution fit, scope, risk, and opportunity cost before the human plan-review gate.
Agent
Adversarially critiques an implementation plan's usability, accessibility, and error experience before the human plan-review gate; self-skips for plans with no user-facing surface.
Agent
CI/CD pipeline design, deployment strategy (blue-green, canary, rolling), rollback planning, observability (SLOs, alerting, dashboards), and reliability/incident-mode design — dispatch when the user asks "how should we deploy this", "design the pipeline", "what's our rollback plan", "make this observable", or a plan…
Agent
Requirements clarification, priority management, and stakeholder alignment.
Agent
Tracks plan step completion, enforces commit discipline, and gates plan changes through human approval.
Agent
Senior SDET — partner on acceptance criteria, coach teams on test design and CD-aligned test architecture, dispatch test-health and test-design skills; non-gatekeeping. Champions pipeline-as-product and DORA-driven feedback.
Agent
Coordinates code quality review agents and drives the fix loop for a freshly-implemented unit of work.