
from orchestrator-supaconductor356
A single goal-driven CLI entry that creates or resumes orchestrator tracks: parse a user goal, generate plan/spec, and run an evaluate-loop to execute multi-age
This skill implements a single /go entry point for an agent conductor/orchestrator system. Users state a goal and the skill parses intent, detects or creates a track, generates spec and plan documents, emits track metadata, and dispatches an evaluate-loop that coordinates multiple specialized agents (planning, execution, debugging). It automates track lifecycle: create track directories, produce spec.md and plan.md (DAG), generate metadata.json, and run monitoring and quality gates.
Use /go when you want to convert a high-level request into a managed multi-step project: feature development, bugfixes, refactors, or larger tasks that benefit from an agentic evaluate-loop. It is appropriate when you want autonomous orchestration or to resume existing tracks. Not intended for trivial single-step commands.
Designed for multi-agent orchestration platforms (Claude Code, Claude-based orchestrators) and agents that support running evaluate-loop style workflows and interacting with repo file systems. Works best when integrated with conductor-orchestrator components.
This skill has not been reviewed by our automated audit pipeline yet.