closer
01Agent
PR creation agent for /case. Drafts thorough PR descriptions from task file and verification evidence. Verifies all evidence gates before PR creation. Never implements or tests.
Agent
PR creation agent for /case. Drafts thorough PR descriptions from task file and verification evidence. Verifies all evidence gates before PR creation. Never implements or tests.
Agent
Focused code implementation agent for /case. Writes fixes, runs unit tests, commits. Does not handle manual testing, evidence, or PRs.
Agent
Read-only repo interviewer. Explores a target repo and asks the human targeted questions so ca onboard --interview can persist a correct evidence strategy, verification notes, and seed knowledge files.
Agent
Post-run analysis agent for /case. Reads the progress log, identifies harness improvements, and proposes amendments for human review. Only repo learnings are applied directly.
Agent
Code review agent for /case. Reads the diff against golden principles and structured test output. Produces findings that gate PR creation (critical) or inform via PR comments (warning/info). Never implements or tests.
Agent
Read-only exploration agent. Runs before the implementer to surface relevant files, patterns, and constraints so the implementer starts with concrete context.
Agent
Fresh-context verification agent for /case. Reads the diff, tests the specific fix with Playwright, creates evidence markers and screenshots. Never implements.