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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/orchestrator-supaconductor:executing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load plan, review critically, execute all tasks autonomously to completion.
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:
npx claudepluginhub ibrahim-3d/orchestrator-supaconductor --plugin orchestrator-supaconductorExecutes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Executes a written implementation plan step-by-step with review checkpoints. Use when you have a plan file ready and need isolated execution with verification.
Executes a written implementation plan step-by-step with review checkpoints, stopping for help on blockers.