auditor
01Agent
Dual-flywheel auditor — captures learning candidates and prunes dead rules from the charter.
Agent
Dual-flywheel auditor — captures learning candidates and prunes dead rules from the charter.
Agent
Stack detector that seeds the initial charter state from a fresh repo.
Agent
Surfaces debt in the charter itself — content that exists but isn't earning its keep.
Agent
Surfaces and categorizes debt in the codebase — the known-suboptimal code the team has chosen to live with, plus the shape of any new deb...
Agent
General code reviewer that runs the four review sensors on the current diff and surfaces findings.
Agent
Triages the code-debt ledger and recommends which entries to action this cycle.
Agent
Drift reviewer — flags places the current diff drifts from loaded charter rules.
Agent
Captures a learning candidate from a surprise, incident, or review finding into .charter/learning/inbox/.
Agent
Pacing-mode coordinator — switches the charter between paired, solo, and autopilot.
Agent
Planning scout — loads codebase state and matching idioms for the touched region, then sketches a plan.
Agent
Aggregates verification and review sensors into a five-dimension scorecard for the current diff (or the whole codebase, on audit).
Agent
An agent reads the diff and reports deployment considerations — schema migration safety (expand-contract), feature-flag gating, environme...
Agent
An agent reads the diff and reports logic, correctness, and behavior issues.
Agent
An agent reads the diff and reports risk concerns — blast radius, reversibility, hot-spot regions, fan-out and shared-state coupling, irr...
Agent
An agent reads the diff and reports security concerns — injection, auth, secrets, unsafe deserialization, weak crypto, missing authorizat...
Agent
Security-focused PR reviewer that hunts OWASP-top-10 patterns and unsafe defaults.
Agent
Captures intent and acceptance criteria for a unit of work — first step on any task.
Agent
Promotes learning-inbox candidates into the right corpus or guide layer.
Agent
Fetches a tracker card from Jira / Linear / GitHub Issues / Asana via whatever tracker integration the agent has (MCP server, CLI, policy...
Agent
Runs the verification sensors — lint, type-check, test, build, drift, commit-message — and reports the gate.
Command
Full dual-flywheel audit.
Command
One-time initial charter scaffold.
Command
Run the drift sensor on the current diff.
Command
Triage the code-debt ledger.