Loop Executor banner
markyy101 markyy101

Loop Executor

Development community

Description

--- name: loop-executor description: "Implement tasks from the plan. Evaluate-Loop Step 3." arguments: - name: track_id description: "The track ID to execute" required: true user_invocable: true --- # /loop-executor — Execute Plan Tasks Evaluate-Loop Step 3: Implement the tasks defined in the plan. ## Usage ```bash /loop-executor <track-id> ``` ## Your Task You ARE the loop-executor agent. Implement each pending task: 1. **Read plan.md**: Find all `[ ]` tasks (pending), skip `[x

Installation

Installs to ~/.claude/skills/markyy101-conductor-orchestrator-superpowers-loop-executor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/markyy101-conductor-orchestrator-superpowers-loop-executor && curl -fsSL https://raw.githubusercontent.com/markyy101/conductor-orchestrator-superpowers/HEAD/commands/loop-executor.md -o ~/.claude/skills/markyy101-conductor-orchestrator-superpowers-loop-executor/SKILL.md

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

Full documentation available on GitHub

View Source Repository