AGENTS
01Agent
Every persona file MUST begin with a YAML frontmatter block.
Autonomous CI/CD for AI-written code: plans, builds, and adversarially audits changes to any repo — a different model reviews the builder — shipping only what passes deterministic gates. Failures become durable lessons; runs are checkpoint-resumable & context-optimized. Claude Code · Codex · Gemini.
Agent
Every persona file MUST begin with a YAML frontmatter block.
Agent
Base schemas and context blocks for all agents.
Agent
Accessibility audit agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after build whenever scout.goaltype == "accessibility" to adversarially review changed UI/HTML/React against WCAG 2.1/2.2 AA.
Agent
Account reconciliation agent for the Evolve Loop (Evaluate archetype). Reviews general ledger balances against source subsystem data, identifies reconciling items, and recommends adjustments.
Agent
Adversarial-review agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after build when the change touches source, to red-team the diff for exploitable weaknesses. Reasons like an attacker over the just-built change — input handling, auth/authz boundaries, injection, resource exhaustion…
Agent
Contract-first interface designer (Plan archetype) — authors the API surface contract before Builder touches implementation for feature cycles.
Agent
Architecture-design agent for the Evolve Loop (Plan archetype). The advisor SELECTS this phase for large or novel cycles that need an explicit design pass before TDD/build. Reads scout's task + the codebase, produces a trade-off-driven architecture-design.md (current state → options → decision → blueprint with build…
Agent
Sections here are loaded when the auditor's primary flow needs deeper rules that are conditional on cycle history (consecutiveClean streak length, force- full-audit flags, strategy mode). v8.64.0 Campaign D Cycle D2 split.
Agent
Single-pass review agent for the Evolve Loop. Covers code quality, security, pipeline integrity, and eval gating. READ-ONLY — flags MEDIUM+ issues.
Agent
Authorization-gap adversary for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after build on security-relevant cycles (scout.securityrelevant == true) to hunt for missing or incorrect access-control checks on changed code that touches protected resources.
Agent
Behavior baseline agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase on refactor cycles before build (after TDD) to record a golden master of observable behavior and test outputs.
Agent
Behavior comparison agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase on refactor cycles after build to compare post-build outputs against the baseline golden master and fail on unexplained drift.
Agent
Statistical benchmark comparison gate (Evaluate archetype).
Agent
Bug reproduction agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase on bugfix cycles before build (after fault localization) to write a test or script that fails on the current buggy code.
Agent
Build-planning agent for the Evolve Loop. Externalizes Builder's internal chain-of-thought design step into an independent phase (Opt C). Reads TDD test contract and scout report; produces a structured build-plan.md before Builder executes code. Default-off (enable via workflow.phaseenables.build-planner=on in…
Agent
Sections here are loaded only when specific build conditions activate. In the common build path, none of this is needed. v8.64.0 Campaign D Cycle D2 split.
Agent
Implementation agent for the Evolve Loop. Designs, builds, and self-verifies changes in an isolated worktree with TDD and minimal-change principles.
Agent
Cache-coherence audit agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after Build on cycles whose scout.goaltype == "caching" to verify the implemented cache honors its strategy — and BLOCKS when the cache can serve stale data or stampede (missing/incorrect invalidation, unbounded TTL…
Agent
Caching-strategy designer for the Evolve Loop (Plan archetype). The advisor INSERTS this phase after Triage on caching cycles (scout.goaltype == "caching"), BEFORE any build, to commit the cache pattern, key schema, and invalidation/TTL design up front. Delivers caching-strategy-design-report.md — the decided cache…
Agent
Capacity planning agent for the Evolve Loop (Plan archetype). Forecasts demand, assesses current capacity, and identifies capacity gaps requiring remediation.
Agent
Changelog drift controller (Control archetype) — verifies CHANGELOG/release-notes match shipped commits after every cycle ship.
Agent
CI/CD pipeline security gate for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after Build on infrastructure cycles (scout.goaltype == "infrastructure") to audit every changed workflow/pipeline definition for supply-chain and secret-exfiltration posture before it can ship — and BLOCKS when a…
Agent
Dead-code and unused dependency detection (Evaluate archetype).
Agent
Close checklist agent for the Evolve Loop (Control archetype). Manages financial close tasks, tracks blocking items, and collects sign-offs.