bootspring orchestrator

Intelligent agent coordination and workflow management.

Overview#

The orchestrator command provides intelligent workflow coordination, suggesting agents and managing complex multi-step workflows.

Usage#

Loading code block...

Commands#

CommandDescription
analyze [context]Analyze context and suggest agents
suggest [context]Alias for analyze
workflow <name>Show workflow details
workflowsList available workflows
start <workflow>Start a workflow
nextAdvance to next workflow step
checkpoint [w] [s]Mark workflow completion signal
statusShow orchestrator status
agentsList available agents
helpShow help

Options#

OptionDescription
--access-mode <m>Entitlement mode: local or server
--entitled <bool>Entitlement override for premium workflows
--tier <tier>Tier override: free, pro, team, enterprise

Available Workflows#

WorkflowDescription
feature-developmentEnd-to-end feature development
bug-fixBug investigation and fix
code-reviewComprehensive code review
security-auditSecurity assessment
performance-optimizationPerformance improvements
launch-packProduct launch workflow
fundraising-packFundraising preparation
growth-packGrowth optimization
enterprise-packEnterprise readiness

Examples#

Loading code block...

Workflow Lifecycle#

[Start] → [Phase 1] → [Phase 2] → ... → [Complete] ↓ checkpoint
  1. Start - Initialize workflow with context
  2. Phases - Execute each phase in order
  3. Checkpoints - Mark phase completion
  4. Complete - All phases finished

Intelligent Suggestions#

The orchestrator analyzes your context and suggests:

  • Relevant workflows
  • Appropriate agents
  • Next actions
  • Quality gates