Claude Tools / Plugins / orchestrator-supaconductor
Plugins · ibrahim-3d/orchestrator-supaconductor
orchestrator-supaconductor
Conductor v3 — Multi-agent orchestration with Evaluate-Loop, parallel execution, Board of Directors, and bundled SupaConductor skills for Claude Code
CLEARED_STATICclaude-onlyv3.7.0
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
agents/board-meeting.md
componentmedium
agents/ceo.md
componentmedium
agents/cmo.md
componentmedium
agents/code-reviewer.md
componentmedium
agents/conductor-orchestrator.md
componentmedium
agents/cto.md
componentmedium
agents/loop-execution-evaluator.md
componentmedium
agents/loop-executor.md
componentmedium
agents/loop-fixer.md
componentlow
agents/loop-plan-evaluator.md
componentmedium
agents/loop-planner.md
componentmedium
agents/name-picker.md
componentmedium
agents/parallel-dispatcher.md
componentmedium
agents/task-worker.md
componentmedium
agents/ux-designer.md
componentmedium
commands/board-meeting.md
componentmedium
commands/board-review.md
componentmedium
commands/brainstorm.md
componentmedium
commands/brainstorming.md
componentmedium
commands/ceo.md
componentmedium
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 4 lexical match(es)
README
From the repository
SupaConductor Turn Claude Code into a full engineering team. One command builds features, fixes bugs, and ships code — with automated planning, execution, and quality checks. What Is This? • Install • Get Started • How It Works • Commands • FAQ • Community --- ## What's New in v3.7.0 - **Board of Directors fast-path** — Routine tracks now use a single Opus call (all 5 lenses in one pass) at ~1/10th the cost of the full multi-agent deliberation. Full board is reserved for high-stakes decisions: production deploys, security architecture, breaking API changes, data-loss migrations. - **Plan revision guard** — Prevents infinite planning loops. Tracks the number of times a plan is rejected and calls it done (with warnings) after 3 revisions. - **Execution state reconciliation** — On session resume, `plan.md` checkboxes are now treated as the source of truth. Prevents already-completed tasks from being re-executed after a crash. - **Atomic file locks** — Parallel workers can no longer accidentally acquire the same file lock simultaneously. Uses `fcntl` OS-level locking on a dedicated mutex file. - **Bounded kno…