<h1 align="center">
<a href="https://prompts.chat">
Execute all sprints in project with parallel orchestration
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
You are executing the /execute-all command to run all sprints defined in the project.
Execute all sprints in the project with intelligent parallel orchestration, respecting system resources (max_parallel_tasks configuration), followed by cross-sprint comparative analysis.
Read config/project-config.yml for:
Read config/sprint-config.yml to:
Check:
If validation fails, guide user to complete setup.
Calculate total tasks: N sprints × 6 tasks per sprint
Example for 10 sprints:
Initialize all as pending status.
Use Task tool to invoke sprint-executor skill with context: "Execute all sprints defined in config/sprint-config.yml with max parallelism"
Sprint executor manages:
Example execution flow for 10 sprints, max_parallel=8:
Wave 1: Launch sprints 01-08 simultaneously
Wait for any to complete...
Sprint 03 completes → Launch sprint 09
Sprint 01 completes → Launch sprint 10
Continue until all complete
Track completion across all sprints with VERY DETAILED real-time updates.
Display startup message:
🚀 MULTI-SPRINT EXECUTION STARTING
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Total Sprints: [N]
Total Tasks: [N × 6]
Parallel Execution: Up to [max_parallel_tasks] sprints simultaneously
Expected Duration: 2-4 hours
This will run completely autonomous - you can safely:
• Close this window (progress logged to file)
• Check back periodically for updates
• Monitor log file: tail -f [logfile]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Update progress tracking as tasks and sprints complete.
Display detailed progress updates every 30 seconds:
⏱️ PROGRESS UPDATE [HH:MM:SS elapsed]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Overall: 28% complete (17/60 tasks)
Sprints: 1 complete, 3 in progress, 6 pending
Active Sprints:
Sprint 01 [Research Complete]:
✓ Tasks 1-5 complete, synthesizing final report...
Sprint 02 [In Progress]:
✓ Technical (8 files) ✓ Market (6 files) ⏳ Architecture...
Sprint 03 [Starting]:
⏳ Launching research agents...
Recent Activity:
[12:05:28] Sprint 01 → Task 05 complete (roadmap)
[12:05:15] Sprint 02 → Task 02 complete (market analysis)
[12:04:52] Sprint 03 → Started execution
Files Created: 127 research files so far
Estimated Time Remaining: 2h 15m
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⏳ Execution continuing... (next update in 30 seconds)
When each sprint completes, output:
✅ SPRINT [XX] COMPLETE
→ Duration: [MM:SS]
→ Files: [count]
→ Score: [score]/100
→ Recommendation: [GO/NO-GO]
After all sprints complete, invoke comparative-analyzer skill:
Create comprehensive summary with:
If git_enabled in config:
git flow release start v1.0-complete
git add temp/ reports/ config/
git commit -m "Complete: All sprint executions and comparative analysis
Sprints Executed: N
Total Research Files: [count]
Total Reports: N
Top Opportunity: [Sprint XX] - Score: YY/100"
git flow release finish -m "Strategic Research Complete - v1.0" v1.0-complete
git push origin master --tags
git push origin develop
Display final summary:
✅ ALL SPRINTS EXECUTED SUCCESSFULLY
📊 Project Statistics:
Sprints: N completed
Research Files: [count] total
Total Words: YYY,YYY
Execution Time: HH:MM
🎯 Top 3 Opportunities (by score):
1. Sprint XX: [Name] - Score: YY/100 (STRONG GO)
2. Sprint YY: [Name] - Score: ZZ/100 (GO)
3. Sprint ZZ: [Name] - Score: AA/100 (GO)
📈 Aggregate Market Opportunity:
Total TAM: $XXB across all opportunities
Total SAM: $YYB
Strategic Focus: [Key themes]
🚀 Recommended Execution Phasing:
Phase 1 (0-6 months): Sprints XX, YY
Phase 2 (6-12 months): Sprints ZZ, AA
Phase 3 (12-24 months): Remaining sprints
📄 Deliverables Created:
✓ reports/00-cross-sprint-analysis.md
✓ N sprint reports in reports/
✓ Git release: v1.0-complete
🎉 Strategic research project complete!
Next Steps:
1. Review cross-sprint analysis: reports/00-cross-sprint-analysis.md
2. Review top opportunity reports
3. Export key findings: /export-findings [sprint-num] pdf
4. Present to stakeholders
If no sprints defined:
ERROR: No sprints defined in config/sprint-config.yml
Create sprints first:
- Option 1: /discover-opportunities (auto-generate)
- Option 2: /create-sprint 01 "Name" "Description" (manual)
If sprint execution fails:
ERROR: Sprint [XX] execution failed
Details: [Error message]
Options:
1. Review and fix sprint [XX] definition
2. Re-execute failed sprint: /execute-sprint [XX]
3. Continue with remaining sprints (skip failed)
Partial results saved. Review temp/[XX]-*/ for diagnostics.
User receives comprehensive project completion summary with statistics, top opportunities, strategic roadmap, and deliverables confirmation.
Execution time: 2-4 hours for 10 sprints (with 8-core parallelism).