Loop Planner

Create execution plan from specification. Evaluate-Loop Step 1.

tools-only cfd5b05 3 files · 3.3 KB Updated 7 repo stars

File contents

/loop-planner — Create Execution Plan

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

Usage

/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/loop-planner.md

tools-only/X-Skills/tree/main/daily-assistant/2606-loop-planner_ba691d88 commit cfd5b0530d

Frequently asked questions

npx skillmds add tools-only/loop-planner-3