Agent
Utility agent for pulling benchmark data, evaluating cost vs performance, and recommending which models to use for which agents. Use on-demand for model assignment reviews.
A three-tier training curriculum and ready-to-copy pipeline for building multi-agent AI workflows in Cursor and Claude Code.
Agent
Utility agent for pulling benchmark data, evaluating cost vs performance, and recommending which models to use for which agents. Use on-demand for model assignment reviews.
Agent
Multi-causal analysis with cross-module tracing and architecture-level diagnosis.
Agent
Failure classifier and diagnostician. Analyzes test failures and produces fix instructions.
Agent
Handles branching, conventional commits, and PR creation. Use after reviewer passes. Does not merge.
Agent
Coordinates the implementation pipeline with tiered agent routing. Classifies task complexity and dispatches to appropriate agent tiers.
Agent
Scope check and lint-level review for trivial changes.
Agent
Deep review with architecture analysis, security implications, and backward compatibility checks.
Agent
Quality gate before commit. Reviews diff for scope creep, overengineering, and unnecessary complexity. Use after tests pass.
Agent
Decomposes complex issues with dependency graphs, risk analysis, and rollback strategies.
Agent
Decomposes issues into structured implementation plans with ordered steps and acceptance criteria mapping. Use when breaking down a complex issue into actionable tasks.
Agent
Phase 1 verification only (lint, typecheck, unit tests). For trivial changes.
Agent
Two-phase verification gate. Phase 1: lint, typecheck, unit tests. Phase 2: integration and E2E.
Agent
Implements single-file edits and simple changes. Escalates if task exceeds scope.
Agent
Implements code and tests per plan; reports completion to the planner.