agent-factory
Creates specialized worker agents dynamically from templates. Use when orchestrator needs to spawn task-specific workers for parallel execution. Handles agent…
The single entry point to the Conductor system - state your goal and everything is handled automatically
$ npx -y skills add Ibrahim-3d/orchestrator-supaconductor --skill go --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/goContext preview
The summary Claude sees to decide when to auto-load this skill.
The single entry point to the Conductor system - state your goal and everything is handled automatically
name: go description: The single entry point to the Conductor system - state your goal and everything is handled automatically
**The single entry point to the entire Conductor system.**
Just state your goal. The system handles everything else.
/go <your goal>
/go Add Stripe payment integration /go Fix the login bug where users get logged out /go Build a dashboard with analytics /go Refactor the asset generation to use caching
When you invoke `/go`, follow this process:
Parse the user's goal from `$ARGUMENTS`:
Check `conductor/tracks.md` for matching existing tracks:
1. Create track directory: `conductor/tracks/{goal-slug}_{date}/` 2. Generate `spec.md` from the goal 3. Generate `plan.md` with DAG 4. Create `metadata.json` with v3 schema **AND** set `superpower_enhanced: true` (new tracks use superpowers by default)
**Example metadata.json:**
{
"version": 3,
"track_id": "goal-slug_20260213",
"type": "feature",
"status": "new",
"superpower_enhanced": true,
"loop_state": {
"current_step": "NOT_STARTED",
"step_status": "NOT_STARTED"
}
}Invoke the conductor-orchestrator agent:
Use the conductor-orchestrator agent to run the evaluate-loop for this track.
The orchestrator will:
Behavior depends on `conductor/config.json` → `"mode"`:
See `conductor/config.json` for current mode. Edit to switch.
/go # Continues the active track /go continue # Same as above
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…