Agents

5 specialized agents for different engineering tasks.

Overview

Coding Friend includes 5 specialized agents, each optimized for specific engineering workflows. Agents are automatically selected based on the skill you invoke.

Agent Reference

AgentModelPurpose
code-reviewerClaude Opus 4.6Multi-layer code review with deep reasoning
implementerClaude Opus 4.6TDD-driven implementation with test-first approach
plannerClaude Opus 4.6Exploration, task breakdown, and implementation planning
writerClaude HaikuLightweight document writing and markdown generation
writer-deepClaude Opus 4.6Deep reasoning for nuanced technical documentation

When Each Agent Is Used

code-reviewer

Invoked by /cf-review [target]. Reviews code for correctness, performance, security, and maintainability.

implementer

Invoked by /cf-fix [bug] and used in TDD workflows. Implements features with red-green-refactor discipline.

planner

Invoked by /cf-plan [task]. Breaks down complex tasks into implementation steps with exploration.

writer

Used for quick document generation, skill documentation, and lightweight markdown files.

writer-deep

Invoked by /cf-learn [topic] with deep reasoning enabled. Extracts nuanced knowledge and creates comprehensive technical documentation.