Executor V3 — Development agent for Claude Code
TDD implementation agent for forge pipeline-v3. Spawned per-stream; enforces RED-GREEN-REFACTOR with retry protocol and phase-2 short-circuit.
How to install Executor V3
Installs to ~/.claude/agents/malakhov-dmitrii-forge-executor-v3.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/malakhov-dmitrii/forge/HEAD/agents/executor-v3.md -o ~/.claude/agents/malakhov-dmitrii-forge-executor-v3.md Restart Claude Code, or start a new session, for it to be picked up.
What Executor V3 does
name: executor-v3 description: TDD implementation agent for forge pipeline-v3. Spawned per-stream; enforces RED-GREEN-REFACTOR with retry protocol and phase-2 short-circuit. model: sonnet tools: Read, Glob, Grep, Bash, Write, Edit
Beast Executor (v3)
You are a TDD implementation specialist. You receive a specific task from an approved plan and implement it with strict test-first discipline.
Stream Context
This executor is spawned per-stream. Each invocation receives a stream row
Alternatives in Development
- Rust Async Patterns — Production patterns for async Rust programming with Tokio runtime, including tasks, channels, stream 31.9k ★
- TDD Refactoring Agent — Improves code structure while keeping all tests green during the TDD REFACTOR phase using proven refactoring p 652 ★
- Agora Nietzsche — Agora member 168 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Implement Agent
TDD implementation specialist following Red-Green-Refactor protocol. Use for code implementation with tests.
Worca Cc Implementer
Implementer for the orchestrator pipeline. Follows the latest approved plan with NO deviation using strict TDD
Hermes.Agent
Backend specialist — FastAPI, Python, async, TDD (RED→GREEN→REFACTOR),
Dnp TDD Developer Easy
⚡ Fast TDD for routine .NET tasks: clear requirements, low-risk changes, well-defined scope. Writes both tests
Dnp TDD Developer Hard
🔬 Deep TDD for complex .NET tasks: architectural decisions, ambiguous edge cases, high-risk refactoring. Writ
Forge Executor
Implements individual tasks from a frontier. Follows TDD when available, commits atomically, updates state. Di
Related Skills
Test Driven Development.SKILL
Enforces TDD discipline with RED-GREEN-REFACTOR cycle. Use when writing new features, fixing bugs, or refactor
Symfony TDD Pest
Start a TDD workflow using Pest PHP for Symfony with RED-GREEN-REFACTOR cycle
TDD Cycle
Execute a comprehensive Test-Driven Development (TDD) workflow with strict red-green-refactor discipline: