Reconcile Agent banner
dujar dujar

Reconcile Agent

Development community

Description

--- name: reconcile-agent description: Reads the findings from finished steps and works out what they change for the steps not yet built — stale paths, a helper others should now reuse, an assumption that no longer holds. Updates the affected plan.md files, has plan-judge-agent check the result, and commits. Run it from the orchestrating session before spawning implement-agents, never from inside one. tools: Read, Glob, Grep, Bash, Write, Edit, Agent(agent-workbench:plan-judge-agent) model: opus

Installation

Installs to ~/.claude/agents/dujar-agent-workbench-reconcile-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dujar/agent-workbench/HEAD/agents/reconcile-agent.md -o ~/.claude/agents/dujar-agent-workbench-reconcile-agent.md

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

Full documentation available on GitHub

View Source Repository