/loop-planner
The track ID to create a plan for
> /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.mdname: 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: PASSMessage Bus (for orchestrator coordination)
After completion, write event file:
echo "PASS" > .message-bus/events/PLAN_COMPLETE_{track_id}.eventReference
Full agent instructions: `.claude/agents/orchestrator-supaconductor:loop-planner.md`
Multi-agent orchestration system for Claude Code with parallel execution, automated quality gates, Board of Directors, and bundled Superpowers skills
Repo: Ibrahim-3d/orchestrator-supaconductor
Other commands on orchestrator-supaconductor.
- /board-meeting
The proposal, plan, or decision to deliberate on
Open command - /board-review
The proposal, plan, or decision to review
Open command - /brainstorm
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores requirements and design before implementation.
Open command - /brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores requirements and design before implementation.
Open command - /ceo
Your business question or topic to discuss
Open command - /close-track
Skip quality gate — use for abandoned or superseded tracks
Open command

