Agent
Resource leaks, N+1 queries, unbounded growth, timeouts, algorithmic issues.
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.
Agent
React hook rules violations, stale closures in useEffect, missing dependency arrays, setState-during-render, subscription leaks.
Agent
Assesses refactoring opportunities after tests pass (TDD REFACTOR phase), distinguishing semantic duplication from structural similarity.
Agent
Design-time threat modeling and secure-architecture guidance before code exists — dispatch when a task touches authentication, authorization, cryptography, session management, or secrets handling, introduces a new external integration or API surface, or the user asks to "threat model this", "design this securely", or…
Agent
Injection, auth/authz, data exposure, security headers, crypto.
Agent
Map an aggregated session digest to probable plugin causes and ranked, tagged improvement suggestions.
Agent
Full-stack development, code generation, implementation, and refactoring.
Agent
Verify implementation matches specification before quality review agents run.
Agent
Verifies a freshly-implemented unit of work against its acceptance criteria and Gherkin scenarios before quality review runs.
Agent
SRP violations, DRY, coupling, nesting depth, cognitive load, async-pattern judgment, file organization.
Agent
Project documentation, terminology consistency, and ubiquitous language enforcement.
Agent
Test quality, coverage gaps, assertion quality, and test hygiene.
Agent
Agent "test-smell-review" from bdfinst/agentic-dev-team, covering test smell review, remedyfamily and suggestedfix — the two-field contract, smell → family mapping, scope and knowledge files.
Agent
Token usage optimization, file length, CLAUDE.md size, LLM anti-patterns.