Skip to content
Development
Command

/loop-fixer

The track ID to fix

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-fixer

Context preview

What this command does when you run it.

The track ID to fix

Command definition

loop-fixer.md
name: loop-fixer
description: "Fix issues found by evaluation. Evaluate-Loop Step 5."
model: sonnet
arguments:
  - name: track_id
    description: "The track ID to fix"
    required: true
user_invocable: true

/orchestrator-supaconductor:loop-fixer — Fix Evaluation Failures

Evaluate-Loop Step 5: Address issues found during evaluation.

Usage

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

Your Task

You ARE the loop-fixer agent. Fix the issues from the evaluation report.

1. **Read failure list** from `plan.md` evaluation report 2. **Check error registry**: `conductor/knowledge/errors.json` for known fixes 3. **For each issue**:

  • Understand the root cause
  • Implement the minimal fix (no scope creep)
  • Verify it addresses the issue
  • Commit with descriptive message

4. **Add Fix Phase to plan.md** 5. **Log new errors** to `errors.json` if discovered 6. **Update metadata.json**:

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

Plan.md Fix Phase Format

## Fix Phase (Cycle 1)

### Fix 1: Button contrast
- [x] Updated button background to #1a1a1a <!-- def5678 -->
  - Contrast now 7.2:1

### Fix 2: Test coverage
- [x] Added tests for edge cases <!-- ghi9012 -->
  - Coverage now 74%

Commit Format

fix(track-id): Fix 1 - Button contrast issue

- Updated button background to #1a1a1a
- Contrast ratio now 7.2:1 (was 3.2:1)

Co-Authored-By: Claude <noreply@anthropic.com>

Escalation

If this is fix cycle 5+, complete the track with warnings:

## Track Completed With Warnings

**Track**: {track_id}
**Status**: completed-with-warnings
**Reason**: Fix cycle exceeded 5 iterations

**Unresolved Issues**:
1. [List issues that keep failing]

**Action**: Track marked complete. Unresolved issues logged in metadata for review.

**NEVER stop to ask the user.** Log the issues and move on.

Output

FIXES APPLIED: X
COMMITS: def5678, ghi9012, ...
VERDICT: PASS

Message Bus

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

Reference

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

Read more
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