Agent
Shared rules for session-developer / session-tester / session manager to ensure bugs and improvements found during work are never silently swallowed but recorded as new handoff tasks.
MCP server that gives AI coding agents persistent memory across sessions
Agent
Shared rules for session-developer / session-tester / session manager to ensure bugs and improvements found during work are never silently swallowed but recorded as new handoff tasks.
Agent
Research director. Opus-level coordinator that evaluates coverage, identifies gaps, and gates transitions between research phases. Makes PASS/REINVESTIGATE/APPROVE/REVISE decisions.
Agent
Research drafter. Synthesizes verified findings into a structured specification or document. Sonnet base.
Agent
Research investigator. Explores assigned facets through web search, doc reading, and code analysis. Returns structured findings with evidence and confidence ratings. Sonnet base.
Agent
Research verifier. Adversarially cross-checks another investigator's findings. Attempts to refute claims, verify sources, and identify logical gaps. Sonnet base.
Agent
Session developer. Implements assigned tasks via strict TDD and returns a structured report. Sonnet base (session manager can override model via args).
Agent
Session doc reconciler. Detects and applies documentation updates triggered by code changes. Two modes - audit (read-only) and apply (single writer). Sonnet base.
Agent
Session integration tester. Runs the whole-project test suite and E2E once, and judges whether the session's work is actually wired into the system. Sonnet base.
Agent
Session repairer. Fixes a specific finding with targeted verification. Sonnet base.
Agent
Session reviewer. Validates test report sufficiency, reviews spec/architecture quality, and provides macro-level assessment. Opus base.
Agent
Session tester. Adversarially verifies the assigned tasks within their own scope — whether the tests mean anything, and what they fail to guarantee. Sonnet base.