scoobydrew83

Conductor Route — Development skill for Claude Code

Development community

Read Conductor state and report the one next legal lifecycle action.

How to install Conductor Route

Installs to ~/.claude/commands/scoobydrew83-skills-conductor-route.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/scoobydrew83/skills/HEAD/.claude/commands/conductor-route.md -o ~/.claude/commands/scoobydrew83-skills-conductor-route.md

Restart Claude Code, or start a new session, for it to be picked up.

What Conductor Route does


name: conductor-route description: Read Conductor state and report the one next legal lifecycle action.

/conductor-route

Use the portable `conductor-router` contract; this command is a Claude adapter, not a second loop implementation.

  1. Set skills_root="${CLAUDE_PLUGIN_ROOT:-.}/skills". When this command runs from the repository rather than the installed plugin, use skills_root=".agents/skills" instead.
  2. Run `python3 "$skills_root/conductor-doctor/scripts/doctor.py"

Alternatives in Development

  • Maestro Next — Unified entry for all development intents — classify intent, assess complexity, route to the correct execution 530 ★
  • Aod.Run — Run the full AOD lifecycle orchestrator — chains all 6 stages (Discover → Define → Plan → Build → Deliver → Do 89 ★
  • Continue Session — Quickly continue work by loading context from SESSION.md, showing current state, and continuing from "Next Act 88 ★

Full documentation available on GitHub

View Source Repository