← Back to list

sprint-orchestrator
by mjohnson518
⭐ 5🍴 1📅 Jan 16, 2026
SKILL.md
name: sprint-orchestrator description: "Manage multi-project sprints with daily planning, progress tracking, and context switching. Use when coordinating work across multiple repositories."
Sprint Orchestrator
Coordinate development across multiple projects with systematic tracking.
Critical Rule
Never execute git commands. Always output git commands for manual execution.
Daily Workflow
Morning: Generate Tasks
## Today's Focus: Day [X] of [Total]
### Primary Project: [Name]
**Tasks:**
1. [P0] [Task]
2. [P1] [Task]
### Secondary Project: [Name]
**Tasks:**
1. [P1] [Task]
During Work: Log Progress
## Progress: [Project] - [Date]
### Completed
- [x] Task description
### Next Steps
- [ ] Remaining task
### Git Commands to Run
```bash
git add .
git commit -m "feat: description"
### Project Switch: Context Handoff
```markdown
# Handoff: [From] → [To]
## Exiting [From]
- **Summary:** What was done
- **State:** Current status
- **Resume:** Instructions for continuing
## Git Commands Before Switch
```bash
git add .
git commit -m "wip: in progress"
Entering [To]
- Last session: Previous state
- Today's focus: Priority tasks
### End of Day: Summary
```markdown
# Daily Summary: Day [X]
| Project | Tasks Done | Time |
|---------|-----------|------|
| project | task list | Xh |
## Tomorrow
1. Primary: [Project] - [Focus]
2. Secondary: [Project] - [Focus]
Best Practices
- Never switch mid-task—complete or checkpoint first
- Log progress immediately after completing work
- Generate handoff document before every switch
- All git commands output only, never executed
See references/templates.md for full templates.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon