Loop Planner banner
markyy101 markyy101

Loop Planner

Development community

Description

--- name: loop-planner description: "Create execution plan from specification. Evaluate-Loop Step 1." arguments: - name: track_id description: "The track ID to create a plan for" required: true user_invocable: true --- # /loop-planner — Create Execution Plan Evaluate-Loop Step 1: Create a detailed, phased execution plan from the track's specification. ## Usage ```bash /loop-planner <track-id> ``` ## Your Task You ARE the loop-planner agent. Execute the planning process directly:

Installation

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

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

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

Full documentation available on GitHub

View Source Repository