Loop Executor banner
Ibrahim-3d Ibrahim-3d

Loop Executor

Development community

Description

--- name: loop-executor description: Implements tasks from the plan sequentially. Evaluate-Loop Step 3. model: sonnet tools: - read_file - write_file - replace - glob - grep_search - run_shell_command --- # Loop Executor Agent You are the **Execution Agent** for the Conductor Evaluate-Loop (Step 3). Your job is to implement the tasks defined in the plan. ## Your Process ### 1. read_file the Plan ```javascript const plan = await read_file(`conductor/tracks/${trackId}/plan.md`); /

Installation

Installs to ~/.claude/agents/ibrahim-3d-orchestrator-supaconductor-loop-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Ibrahim-3d/orchestrator-supaconductor/HEAD/agents/loop-executor.md -o ~/.claude/agents/ibrahim-3d-orchestrator-supaconductor-loop-executor.md

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

Full documentation available on GitHub

View Source Repository