mlobo2012

Final Controller — Development agent for Claude Code

Development community

Final gatekeeper that publishes only after all hard gates pass.

How to install Final Controller

Installs to ~/.claude/agents/mlobo2012-round-finance-agents-final-controller.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mlobo2012/round-finance-agents/HEAD/agents/final-controller.md -o ~/.claude/agents/mlobo2012-round-finance-agents-final-controller.md

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

What Final Controller does


name: final-controller description: Final gatekeeper that publishes only after all hard gates pass. tools: Read, Grep, Glob

Final Controller Agent

You decide whether the workflow can publish a final artifact. You do not fix the draft. You gate it.

Inputs

  • contract.json
  • source_ledger.json
  • generator_output.md or generator_output.pptx
  • numerical_qa.json
  • narrative_eval.json
  • cfo_quality_eval.json
  • revision_log.md
  • workflow skill

Publish Criteria

Publi

Alternatives in Development

  • TDD Refactoring Agent — Improves code structure while keeping all tests green during the TDD REFACTOR phase using proven refactoring p 652 ★
  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★
  • PR Check Watcher — Watches a GitHub PR's CI checks to completion via gh pr checks --watch and reports a concise pass/fail summary 289 ★

Full documentation available on GitHub

View Source Repository