From orchestrator-supaconductor
Executes written implementation plans: loads/reviews file, runs tasks autonomously (agentic mode) or in batches with pauses (human-in-loop), verifies, reports progress, completes branch.
npx claudepluginhub ibrahim-3d/orchestrator-supaconductor --plugin orchestrator-supaconductorThis skill uses the workspace's default tool permissions.
Load plan, review critically, execute all tasks autonomously to completion.
Executes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Executes written implementation plans: loads and reviews critically, processes task batches with verifications, reports for feedback, iterates, completes via sub-skill.
Executes written implementation plans in isolated sessions: loads plan, reviews critically, follows steps with verifications, handles blockers by asking for help, finishes with branch completion.
Share bugs, ideas, or general feedback.
Load plan, review critically, execute all tasks autonomously to completion.
Core principle: Execution behavior depends on conductor/config.json → "mode":
"agentic": Autonomous execution — never stop for human feedback. Resolve all issues by consulting lead agents or best-judgment."human-in-the-loop": Stop at blockers and report to user. Wait for feedback between batches of 3 tasks.Announce at start: "I'm using the executing-plans skill to implement this plan."
"agentic" mode: Resolve autonomously — consult lead agents (Architecture Lead, Tech Lead) via subagent dispatch. NEVER ask the user."human-in-the-loop" mode: Raise concerns with the user before starting."agentic" mode — Execute ALL tasks sequentially without stopping:
For each task:
"human-in-the-loop" mode — Execute in batches of 3 tasks, then pause:
For each batch (3 tasks at a time):
After tasks complete:
"agentic" mode: Show any autonomous decisions made; do NOT wait for feedback — proceed to completion"human-in-the-loop" mode: Say "Ready for feedback." and waitAfter all tasks complete and verified:
If mode = "agentic": Resolve all blockers autonomously. NEVER stop.
If mode = "human-in-the-loop": STOP and ask the user for help on any blocker.
completed-with-warnings, continueReturn to Review (Step 1) when:
"agentic" mode: Execute ALL tasks without stopping — resolve blockers autonomously, log all decisions"human-in-the-loop" mode: Execute in batches of 3 — stop at blockers and ask the user, wait for feedback between batchesWhen invoked with --plan, --track-dir, and --metadata parameters (from Conductor orchestrator):
--plan path"agentic" mode: Execute ALL tasks without stopping — run autonomously"human-in-the-loop" mode: Execute in batches of 3 — stop at blockers, wait for user feedback between batches[x] in plan.md with commit SHA--metadata checkpoint to EXECUTE: PASSED{"verdict": "PASS", "tasks_completed": N}--resume-from is provided, skip tasks before that task IDWhen these parameters are absent, fall back to the standalone mode-aware workflow above.
Required workflow skills: