go
SKILL.md
/go -- Goal-Driven Entry Point
The single entry point to the entire Conductor system.
Just state your goal. The system handles everything else.
Usage
/go <your goal>
Examples
/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
What Happens
When you invoke /go, follow this process:
1. Goal Analysis
Parse the user's goal from $ARGUMENTS:
- Identify the type (feature, bugfix, refactor, etc.)
- Estimate complexity
- Extract key requirements
2. Track Detection
Check conductor/tracks.md for matching existing tracks:
- If match found: Resume that track from its current state
- If no match: Create a new track
3. For New Tracks
- Create track directory:
conductor/tracks/{goal-slug}_{date}/ - Generate
spec.mdfrom the goal - Generate
plan.mdwith DAG - Create
metadata.jsonwith v3 schema AND setsuperpower_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"
}
}
4. Run the Evaluate-Loop
Invoke the conductor-orchestrator agent:
Use the conductor-orchestrator agent to run the evaluate-loop for this track.
The orchestrator will:
- Detect current step from metadata
- Check
superpower_enhancedflag to determine which agents to use:- If true (new tracks): Dispatch superpowers (superpowers:writing-plans, superpowers:executing-plans, superpowers:systematic-debugging)
- If false/missing (legacy): Dispatch legacy loop agents (loop-planner, loop-executor, loop-fixer)
- Monitor progress and handle failures
- Complete the track or escalate if blocked
Escalation Points
Stop and ask user when:
- Goal is ambiguous
- Multiple interpretations possible
- Scope conflicts with existing tracks
- Board rejects the plan
- Fix cycle exceeds 3 iterations
Resume Existing Work
/go # Continues the active track
/go continue # Same as above
Weekly Installs
3
Repository
ibrahim-3d/cond…erpowersGitHub Stars
271
First Seen
10 days ago
Security Audits
Installed on
cline3
github-copilot3
codex3
kimi-cli3
gemini-cli3
cursor3