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#
bootspring orchestrator <command> [options]Commands#
| Command | Description |
|---|---|
analyze [context] | Analyze context and suggest agents |
suggest [context] | Alias for analyze |
workflow <name> | Show workflow details |
workflows | List available workflows |
start <workflow> | Start a workflow |
next | Advance to next workflow step |
checkpoint [w] [s] | Mark workflow completion signal |
status | Show orchestrator status |
agents | List available agents |
help | Show help |
Options#
| Option | Description |
|---|---|
--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#
| Workflow | Description |
|---|---|
feature-development | End-to-end feature development |
bug-fix | Bug investigation and fix |
code-review | Comprehensive code review |
security-audit | Security assessment |
performance-optimization | Performance improvements |
launch-pack | Product launch workflow |
fundraising-pack | Fundraising preparation |
growth-pack | Growth optimization |
enterprise-pack | Enterprise readiness |
Examples#
1# Analyze context for suggestions
2bootspring orchestrator analyze "building authentication api"
3
4# List workflows
5bootspring orchestrator workflows
6
7# Show workflow details
8bootspring orchestrator workflow feature-development
9
10# Start a workflow
11bootspring orchestrator start feature-development
12
13# Advance to next step
14bootspring orchestrator next
15
16# Mark checkpoint
17bootspring orchestrator checkpoint launch-pack 1
18
19# Check status
20bootspring orchestrator status
21
22# List agents
23bootspring orchestrator agentsWorkflow Lifecycle#
[Start] → [Phase 1] → [Phase 2] → ... → [Complete]
↓
checkpoint
- Start - Initialize workflow with context
- Phases - Execute each phase in order
- Checkpoints - Mark phase completion
- Complete - All phases finished
Intelligent Suggestions#
The orchestrator analyzes your context and suggests:
- Relevant workflows
- Appropriate agents
- Next actions
- Quality gates
Related Commands#
bootspring loop- Autonomous executionbootspring agent- Agent managementbootspring suggest- AI recommendations