Agent
Drafts and revises implementation plans. Used by the make-detail-plan skill in a planner/reviewer discussion loop.
Self-driving dev harness for Claude Code — hook-enforced workflow, two-AI-provider review loop, Windows-native PowerShell support (macOS and Linux too)
Agent
Drafts and revises implementation plans. Used by the make-detail-plan skill in a planner/reviewer discussion loop.
Agent
Critically reviews implementation plans produced by the detail-planner agent. Thorough — surfaces minor issues as well as major ones. Used by the make-detail-plan skill.
Agent
3-pass GitHub issue dedupe survey. Classifies verdict (none/reopen/sub-of/make-parent/sibling) and writes a JSON artifact. Read-only — no issue creation, no comments.
Agent
Proposes 2-3 mutually-exclusive high-level approaches for a task. Used by the make-outline-plan skill. Inspired by Aider's architect/editor split and GitHub Spec Kit's /specify stage.
Agent
Reviews high-level approaches proposed by outline-planner. Checks direction and coverage only — never implementation details. Used by the make-outline-plan skill.
Agent
CC fallback security-plan reviewer for review-plan-security; invoked when codex CLI is unusable.
Agent
LLM judge for /refactor-prompts. Classifies hot regions from the lexical scan and emits an edit plan JSON.
Agent
Scan code for security anti-patterns across three axes. Read-only, no web access. Used by review-code-security.
Agent
Verifies whether a speculative skip (outline or detail) is safe based on session intent and outline artifacts.
Agent
EM Supervisor — audit mode review agent. Invoked by Stop-hook block at stage boundaries (CONFIRMINTENT/OUTLINE/DETAIL) or when cumulative severity reaches the audit threshold. Reviews cross-stage coherence and writes a verdict (CONTINUE/WARN/BLOCK) to the supervisor state file.
Agent
EM Supervisor — alert mode review agent. Invoked by Stop-hook block when C1 sentinel hang, C2 scheduled-review, or C3 off-proposal is detected. Reviews the active session against JD checklist and writes findings to the supervisor state file.
Agent
Investigate the codebase to understand existing patterns, constraints, and relevant files. Writes a session-scoped survey-code.md artifact.
Agent
Investigate git history and GitHub issue/PR timeline since the relevant issue opened, to surface changes that may invalidate the issue's premises.
Agent
CC fallback test-coverage reviewer for review-tests; invoked when codex CLI is unusable.
Agent
Research an external topic via WebSearch and WebFetch. Read-only. Used by deep-research.