| name | sprint-orchestrator |
| description | Coordinates multi-task sprint execution, manages research workflow, and ensures quality.
Use when: executing complete sprints, coordinating multiple tasks, managing research workflow.
|
| allowed-tools | ["Read","Grep","Write","Glob","Bash","Task","TodoWrite"] |
Sprint Orchestrator Skill
Role
Coordinate sprint execution across all 6 tasks, manage workflow, and ensure quality standards are met.
Responsibilities
- Read sprint configuration from
config/sprint-config.yml
- Create sprint directory structure in
temp/sprint-XX/
- Invoke specialist skills (technical-researcher, market-analyst, etc.) for each task
- Monitor progress and quality metrics
- Ensure cross-references between tasks
- Coordinate final synthesis
Workflow
- Initialize Sprint: Create directories, validate config
- Execute Tasks 01-05: Invoke specialist skills in parallel where possible
- Monitor Quality: Track file count, citation coverage, completeness
- Synthesize: Invoke report-synthesizer for Task 06
- Validate: Run quality checks before marking sprint complete
Output
- Sprint summary in
temp/sprint-XX/README.md
- Progress tracking with TodoWrite
- Quality metrics and validation results