Codebase explorer for understanding project structure, finding relevant files, tracing dependencies, and answering specific questions about code. Dispatched by cf-plan before planning, by cf-fix before diagnosing bugs, and by cf-ask for gathering code context. Trigger this agent when you need codebase context before…
Implementation agent — direct coding by default, TDD opt-in. Use this agent when you need to implement code changes. Dispatched by cf-tdd for substantial implementations (3+ files, complex algorithms, multi-step features), by cf-plan for executing plan tasks, and by cf-fix for bug fixes. Trigger this agent when the…
Task decomposition and approach brainstorming agent. Use this agent when you need to break down a complex task into actionable steps, compare implementation approaches, or design a plan before coding. Dispatched by cf-plan for approach analysis. Trigger this agent when the task requires evaluating multiple strategies…
Plan alignment review specialist. Checks whether code changes match the implementation plan. Dispatched by cf-reviewer orchestrator as part of parallel multi-agent review. Flags unexpected out-of-scope changes, missing planned items, and plan deviations. Skipped in QUICK review mode.
Review reducer agent. Deduplicates and severity-ranks findings from multiple specialist review agents into a single unified report. Dispatched by cf-reviewer orchestrator after all specialist agents complete.
Project rules compliance specialist. Checks code changes against AGENTS.md project rules. Only flags violations of rules with MUST/SHOULD/ALWAYS/NEVER language. Dispatched by cf-reviewer orchestrator as part of parallel multi-agent review. Skipped in QUICK review mode.
Security review specialist. Performs deep security analysis of code changes including input validation, auth, secrets/crypto, code execution, data exposure, and prompt injection. Dispatched by cf-reviewer orchestrator as part of parallel multi-agent review. Includes exploit scenarios for Critical findings. Traces data…
Test coverage review specialist. Checks whether new code paths are tested, test quality, edge case coverage, and regression prevention. Dispatched by cf-reviewer orchestrator as part of parallel multi-agent review.
Code review orchestrator. Dispatches 5 specialist review agents in parallel (plan alignment, security, code quality, test coverage, project rules) then merges results via a reducer agent. Dispatched by cf-review and cf-ship for thorough review before merge. Trigger this agent when the user asks to review code changes…
Deep reasoning document writer for nuanced technical content, complex multi-concept synthesis, or very long context. Dispatched by cf-learn when deep reasoning is enabled, and by skills needing thorough technical explanations. Trigger this agent instead of cf-writer when the content involves advanced architecture…
Lightweight document writer for skills that generate markdown files. Dispatched by cf-learn, cf-remember, cf-scan, cf-fix, and cf-ask for writing docs, memory files, and notes. Trigger this agent when a skill needs to write or update markdown documents — e.g. "write the doc", "save to memory", "create a note", "write…