Orchestrators
High-level planning and coordination agents that understand the full picture and delegate to specialists.
Overview
Orchestrators are meta-agents that coordinate complex workflows by delegating to specialist agents. They understand the big picture and manage the collaboration between multiple agents.
Total: 6 agents
When to Use Orchestrators
- Starting new features
- Making architectural decisions
- Planning large refactors
- Conducting quality reviews
- Coordinating post-implementation feedback
Agents
blue-feature-specification-analyst
Purpose: Product-technical bridge that clarifies requirements, defines acceptance criteria, and creates implementation plans
Use when:
- Starting new features with unclear requirements
- Need to translate user stories into technical tasks
- Creating implementation plans
Workflow:
- Analyzes user requirements
- Asks clarifying questions
- Defines acceptance criteria
- Creates structured specification
- Recommends specialists for implementation
Install:
npx blue-gardener add blue-feature-specification-analystpnpm blue-gardener add blue-feature-specification-analystyarn blue-gardener add blue-feature-specification-analystblue-architecture-designer
Purpose: Technical strategy specialist for component architecture, data flow, and system integration
Use when:
- Making architectural decisions
- Choosing technologies
- Planning complex implementations
- Designing system components
Workflow:
- Reviews specifications
- Analyzes existing codebase
- Designs architecture
- Proposes optimal solutions with alternatives
- Documents technical decisions
Install:
npx blue-gardener add blue-architecture-designerpnpm blue-gardener add blue-architecture-designeryarn blue-gardener add blue-architecture-designerblue-refactoring-strategy-planner
Purpose: Strategic planner for large refactoring efforts; prefers analysis-first (Code Inventory + boundary design) for complex refactors and uses verification gates between phases
Use when:
- Planning major refactors
- Migrating libraries or frameworks
- Reducing technical debt
- Modernizing legacy code
Workflow:
- Consumes
@blue-codebase-analyst(and@blue-extraction-boundary-designerwhen extracting) when scope is non-trivial - Analyzes current state and assesses risks
- Creates phased migration plan
- Defines verification criteria (
@blue-refactoring-verification-specialistper phase) - Recommends rollback strategies
Install:
npx blue-gardener add blue-refactoring-strategy-plannerpnpm blue-gardener add blue-refactoring-strategy-planneryarn blue-gardener add blue-refactoring-strategy-plannerblue-extraction-boundary-designer
Purpose: Designs package/module boundaries, public APIs, adapters, and migration mapping for extractions
Use when:
- Extracting logic into a new package or shared module
- Splitting messy, coupled code behind a stable boundary
- You already have (or will produce) a Code Inventory from
@blue-codebase-analyst
Workflow:
- Consumes Code Inventory
- Defines public API and ports/adapters
- Maps old locations to new locations
- Specifies contract tests at the boundary
- Hands off to
@blue-refactoring-strategy-planneror implementation specialists
Install:
npx blue-gardener add blue-extraction-boundary-designerpnpm blue-gardener add blue-extraction-boundary-designeryarn blue-gardener add blue-extraction-boundary-designerblue-app-quality-gate-keeper
Purpose: Quality gate orchestrator for security, performance, and code quality audits before releases
Use when:
- Pre-release quality checks
- Periodic quality audits
- Verifying critical features
Workflow:
- Identifies scope
- Selects relevant audits
- Coordinates specialist reviews
- Consolidates findings
- Provides pass/fail decision
Install:
npx blue-gardener add blue-app-quality-gate-keeperpnpm blue-gardener add blue-app-quality-gate-keeperyarn blue-gardener add blue-app-quality-gate-keeperblue-implementation-review-coordinator
Purpose: Post-implementation coordinator that ensures features meet quality standards through iterative review-fix cycles
Use when:
- After feature implementation
- Need comprehensive quality verification
- Want systematic review with feedback loops
Workflow:
- Delegates to quality gate keeper for audits
- Analyzes findings
- Routes issues to implementation specialists
- Manages fix-verify iterations
- Provides final sign-off
Install:
npx blue-gardener add blue-implementation-review-coordinatorpnpm blue-gardener add blue-implementation-review-coordinatoryarn blue-gardener add blue-implementation-review-coordinatorOrchestration Patterns
Orchestrators work together in proven patterns:
Feature Development
1. Feature Spec Analyst → Clarifies requirements
2. Architecture Designer → Designs approach
3. Implementation Specialists → Build features
4. Review Coordinator → Verifies qualityQuality Assurance
1. Review Coordinator → Manages process
2. Quality Gate Keeper → Runs audits
3. Specialists → Fix issues
4. Re-audit → Verify fixes
5. Sign-off → When standards metRefactoring
1. Codebase Analyst → Code Inventory (edge cases, coupling)
2. Extraction Boundary Designer → Boundary Specification (when extracting)
3. Refactoring Planner → Phased migration plan
4. Phase execution → Refactoring Verification Specialist after each phase
5. Review Coordinator → Final sign-offLearn more about orchestration patterns →
Next Steps
Development Agents →
Implementation specialists
Quality Agents →
Code quality and testing
Agent Catalog →
Browse all agents
