Agent
Saved: 2026-03-12T19:31:15Z Trigger: auto compact Branch: main.
Claude Code learns from itself. Persistent memory, multi-agent orchestration, and a scientific experiment engine that proves which rules actually work.
Agent
Saved: 2026-03-12T19:31:15Z Trigger: auto compact Branch: main.
Agent
Saved: 2026-03-12T19:48:00Z Trigger: auto compact Branch: main.
Agent
Saved: 2026-03-12T19:09:20Z Trigger: manual compact Branch: main.
Agent
QA - assume broken, find edge cases, prove with evidence.
Agent
Structurally separate eval agent. Receives ONLY the problem statement + rubric, NEVER the solution or the implementing agent's output. Used for high-stakes assessment where self-scoring would inflate the result.
Agent
Pre-implementation failure-mode research. Runs Research-Failures-First protocol: spawns Channel-A (GitHub issues) + Channel-D (production case studies) in parallel, merges into canonical failure-mode map at meta/research/ .md. Gates non-trivial native/infra/schema work.
Agent
Multi-perspective debate agent. Generates minimalist, maximalist, and pragmatist approaches grounded in actual codebase context.
Agent
Isolated implementation lane for a commissioned parallel burn. Owns exactly one file-disjoint slice of a larger contract, follows the pilot/spec verbatim, checkpoints progress to AgentDB, and never commits. Spawned only when an orchestrator has genuinely independent, file-disjoint work to run concurrently.
Agent
Deep research agent. Finds existing solutions, evaluates packages, documents pitfalls before any implementation begins. Spawned by orchestrator when encountering unfamiliar tech, new integrations, or package selection decisions.
Agent
Code review agent. Reviews PRs and code changes for quality.
Agent
Codebase reconnaissance agent. Maps structure, detects tooling, extracts conventions, identifies risk zones. Spawned by orchestrator on first interaction with unfamiliar codebase or when discovery is needed.
Agent
Minimal diff implementation, commit every working state.
Agent
Forensic miner of session transcripts and git history. Reads large JSONL corpora (Claude and Codex session logs), extracts failure timelines, recurring patterns, and cited evidence, and returns the conclusion, not the raw pile. Read-only. Spawned to protect the main context from megabytes of logs when only the…