Transform your development workflow with AI experts - From PM to ship to secure, all in one command.
# Instant start - no installation required
npx conductor-cli@latest init
# Or for existing projects
npx conductor-cli@latest init --quick# Install globally for easy access
npm install -g conductor-cli
# Initialize in any project
cd your-project
conductor init# Add to your project
npm install conductor-cli --save-dev
# Add to package.json scripts
{
"scripts": {
"conductor": "conductor",
"ai-team": "conductor dashboard",
"consult": "conductor ask"
}
}After installation, try these natural language commands:
# Ask your AI development team anything
conductor ask "How should I structure my React authentication?"
# Explain complex problems
conductor explain "My state management is getting messy"
# Get expert code review
conductor review --staged
# Professional consultation with context
conductor consult "Why isn't my useEffect working?"
# Launch live AI team dashboard
conductor dashboardclaude --dangerously-skip-permissions https://github.com/user/repo/blob/main/README.md# Interactive setup wizard
conductor init
# Quick setup with smart defaults
conductor init --quick
# Then start using your AI team
conductor ask "help me plan this feature"# Full-featured dashboard with real-time updates
conductor dashboard
# Minimal dashboard for smaller screens
conductor dashboard --minimal
# Focus on specific agent
conductor dashboard --focus @frontend# All commands now show beautiful progress indicators:
$ conductor ask "optimize my database queries"
Consulting with AI experts...
📋 @pm - Analyzing requirements ████████░░ 80%
⚙️ @backend - Database review ██████████ 100% ✓
🛡️ @security - Security check ███████░░░ 70%
Expert consultation complete!When active, Conductor shows a non-intrusive status bar:
[Conductor Active] ~/project $
| Traditional | Enhanced | Description |
|---|---|---|
multi-agent recommend |
conductor ask |
Natural conversation |
multi-agent status |
conductor health |
Quick team status |
| Complex flags | conductor explain --simple |
User-friendly options |
| No context | conductor consult "problem" |
Professional consultation focus |
# These all work:
conductor ask "question"
conductor consult "question" # Professional consultation
conductor explain "topic"
conductor review
conductor audit # Review alias
conductor ship "feature"
conductor watch # Dashboard aliasconductor initWalks you through:
- Project type detection
- AI team selection (@pm, @design, @frontend, etc.)
- VS Code integration setup
- Dashboard preferences
- Experience level adaptation
.conductor/
├── conductor.config.json # Main configuration
├── pm-context.json # @pm agent context
├── frontend-context.json # @frontend agent context
├── security-context.json # @security agent context
└── README.md # Your personalized guide
- Agent-specific terminals pre-configured
- Command palette integration
- Status bar indicators
- Launch buttons in sidebar
// .vscode/settings.json (auto-generated)
{
"conductor.agents.enabled": true,
"conductor.dashboard.autoStart": true,
"conductor.statusBar.show": true
}- Before: Complex Claude Code flags and URLs
- After: Single
conductor initcommand with guided setup
- Before: Technical flags and complex syntax
- After: Natural language commands (
ask,explain,consult)
- Before: No indication of AI activity
- After: Real-time progress bars, status indicators, live dashboard
- Before: Trial and error
- After: Interactive wizard, contextual help, experience levels
- Before: Cryptic error messages
- After: Helpful suggestions and recovery options
# Quick team status
conductor status
# Detailed health report
conductor health --verbose
# JSON output for scripts
conductor health --json
# Live monitoring
conductor dashboard --watch# Contextual help for any command
conductor ask "help with authentication"
# Traditional help
conductor --help
conductor ask --help
# Interactive help in dashboard
conductor dashboard
# Press 'h' for help# When things go wrong:
❌ Command failed: Invalid project structure
Try running: conductor ask "help fix my project setup"
Or run: conductor init --resetAfter installation, your terminal will show:
🎉 SUCCESS! Your AI development team is ready!
📋 What you can do now:
• conductor ask "explain my project structure"
• conductor review --help
• conductor dashboard
• conductor consult "help me plan my next feature"
• conductor ship --help
Pro tip: Run conductor dashboard for a live view of your AI team!
Happy professional consultation with your AI experts!
- Start with questions:
conductor ask "what should I work on first?" - Explore the dashboard:
conductor dashboard - Get code review:
conductor review - Plan features:
conductor ask @pm "define user stories for auth" - Ship with confidence:
conductor ship "my-feature" --security-scan
Your complete AI development team is ready for professional consultation on any challenge!