Skip to content
Development
Command

/loop-planner

The track ID to create a plan for

From plugin
orchestrator-supaconductor
37139 skills15 agents39 commands1 hook
Install
> /plugin marketplace add Ibrahim-3d/orchestrator-supaconductor
> /plugin install orchestrator-supaconductor@ibrahim-plugins

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/loop-planner

Context preview

What this command does when you run it.

The track ID to create a plan for

Command definition

loop-planner.md
name: loop-planner
description: "Create execution plan from specification. Evaluate-Loop Step 1."
model: opus
arguments:
  - name: track_id
    description: "The track ID to create a plan for"
    required: true
user_invocable: true

/orchestrator-supaconductor:loop-planner — Create Execution Plan

Evaluate-Loop Step 1: Create a detailed, phased execution plan from the track's specification.

Usage

/orchestrator-supaconductor:loop-planner <track-id>

Your Task

You ARE the loop-planner agent. Execute the planning process directly:

1. **Read the spec**: `conductor/tracks/{track_id}/spec.md` 2. **Check for overlap**: Read `conductor/tracks.md` for completed work 3. **Create plan.md** with:

  • Phased tasks with `[ ]` checkboxes
  • DAG section for parallel execution
  • Clear acceptance criteria per task

4. **Update metadata.json**:

  • Set `current_step = "EVALUATE_PLAN"`
  • Set `step_status = "NOT_STARTED"`

Output

When complete, output:

PLAN CREATED: conductor/tracks/{track_id}/plan.md
TASKS: {count} tasks in {phase_count} phases
VERDICT: PASS

Message Bus (for orchestrator coordination)

After completion, write event file:

echo "PASS" > .message-bus/events/PLAN_COMPLETE_{track_id}.event

Reference

Full agent instructions: `.claude/agents/orchestrator-supaconductor:loop-planner.md`

Ships withorchestrator-supaconductor

Multi-agent orchestration system for Claude Code with parallel execution, automated quality gates, Board of Directors, and bundled Superpowers skills

Get the whole plugin