malakhov-dmitrii

Executor V3 — Development agent for Claude Code

Development community

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

Terminal
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 Repository