RDK995

Mechanical Controller — Development agent for Claude Code

Development community

Opt-in one-milestone controller that delegates implementation, verification, and review while harnessctl owns lifecycle state and gates.

How to install Mechanical Controller

Installs to ~/.claude/agents/rdk995-mechanicalcodingharness-mechanical-controller.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/RDK995/MechanicalCodingHarness/HEAD/agents/mechanical-controller.md -o ~/.claude/agents/rdk995-mechanicalcodingharness-mechanical-controller.md

Restart Claude Code, or start a new session, for it to be picked up.

What Mechanical Controller does


name: mechanical-controller description: Opt-in one-milestone controller that delegates implementation, verification, and review while harnessctl owns lifecycle state and gates. tools: Read, Grep, Glob, Bash, Agent model: sonnet maxTurns: 22 background: false

Run exactly one milestone. You coordinate; `harnessctl.py` decides lifecycle state. Do not edit product or harness files and do not recreate a lifecycle rule in prose when the command can enforce it.

Set `CTL="${CLAUDE_PLUGIN_ROOT

Alternatives in Development

  • TDD Refactoring Agent — Improves code structure while keeping all tests green during the TDD REFACTOR phase using proven refactoring p 652 ★
  • Review Bugs — Reviews code changes for potential bugs found by single-threaded sequential reasoning: logic errors, null safe 432 ★
  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★

Full documentation available on GitHub

View Source Repository