Agent skill
orchestrate
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/orchestrate-etroxtaran-conductor-2
SKILL.md
Orchestrate
When to use
- Running the full Conductor workflow
- Coordinating between multiple agents
- Managing phase transitions
Workflow Phases
- Discovery: Understand requirements
- Planning: Create task breakdown
- Validation: Review plan with agents
- Implementation: Execute tasks (TDD)
- Verification: Verify all tests pass
Instructions
Phase 1: Discovery
- Run
/discoverskill - Summarize requirements
- Identify gaps
Phase 2: Planning
- Run
/planskill - Create task breakdown
- Define dependencies
Phase 3: Validation
- Request reviews from agents
- Check thresholds (score >= 6.0)
- Address blocking issues
Phase 4: Implementation
- Execute tasks in dependency order
- Use TDD approach
- Record progress
Phase 5: Verification
- Run all tests
- Collect agent approvals (score >= 7.0)
- Document completion
State Management
Store state in SurrealDB:
- Current phase
- Task status
- Agent responses
- Blocking issues
Commands
# Start workflow
python -m orchestrator --project <name> --start
# Check status
python -m orchestrator --project <name> --status
# Resume
python -m orchestrator --project <name> --resume
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?