agent-factory
Creates specialized worker agents dynamically from templates. Use when orchestrator needs to spawn task-specific workers for parallel execution. Handles agent…
Use when you have a written implementation plan to execute in a separate session with review checkpoints
$ npx -y skills add Ibrahim-3d/orchestrator-supaconductor --skill executing-plans --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/executing-plansContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
name: executing-plans description: Use when you have a written implementation plan to execute in a separate session with review checkpoints
Load plan, review critically, execute all tasks autonomously to completion.
**Core principle:** Execution behavior depends on `conductor/config.json` → `"mode"`:
**Announce at start:** "I'm using the executing-plans skill to implement this plan."
1. read_file plan file 2. Review critically - identify any questions or concerns about the plan 3. If concerns:
4. Create TodoWrite and proceed
**`"agentic"` mode** — Execute ALL tasks sequentially without stopping:
For each task: 1. Mark as in_progress 2. Follow each step exactly (plan has bite-sized steps) 3. Run verifications as specified 4. If verification fails: attempt fix autonomously (max 3 retries per task), log the issue, continue to next task 5. Mark as completed
**`"human-in-the-loop"` mode** — Execute in batches of 3 tasks, then pause:
For each batch (3 tasks at a time): 1. Mark tasks as in_progress 2. Follow each step exactly 3. Run verifications as specified 4. If verification fails: STOP and ask the user for help before continuing 5. After each batch completes: report progress, say "Ready for feedback.", and wait before proceeding to next batch
After tasks complete:
After 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.
**Return to Review (Step 1) when:**
When invoked with `--plan`, `--track-dir`, and `--metadata` parameters (from Conductor orchestrator):
When these parameters are absent, fall back to the standalone mode-aware workflow above.
**Required workflow skills:**
Multi-agent orchestration system for Claude Code with parallel execution, automated quality gates, Board of Directors, and bundled Superpowers skills
Repo: Ibrahim-3d/orchestrator-supaconductor
Creates specialized worker agents dynamically from templates. Use when orchestrator needs to spawn task-specific workers for parallel execution. Handles agent…
Simulate a 5-member expert board deliberation for major decisions. Use when evaluating plans, architecture choices, feature designs, or any decision requiring…
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Ensures all business strategy, pricing, and product documents stay synchronized when product decisions change during any track execution or evaluation.
Master coordinator for the Evaluate-Loop workflow v3. Supports GOAL-DRIVEN entry, PARALLEL execution via worker agents, BOARD OF DIRECTORS deliberation, and…
Use this skill when working with Conductor's context-driven development methodology, managing project context artifacts, or understanding the relationship…