skills/executing-plans/SKILL.md
Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skillsauth add Ibrahim-3d/orchestrator-supaconductor executing-plansInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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:
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
data-ai
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
tools
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions