← Back to list

execution-roadmaps
by dralgorhythm
A More Effective Agent Harness for Claude
⭐ 4🍴 0📅 Jan 22, 2026
SKILL.md
name: execution-roadmaps description: Create execution roadmaps for projects. Use when planning multi-phase projects or feature rollouts. Covers phased delivery and milestone planning. allowed-tools: Read, Write, Glob, Grep
Execution Roadmaps
Workflows
- Define Phases: Break work into logical phases
- Set Milestones: Define measurable checkpoints
- Identify Dependencies: Map critical path
- Assign Ownership: Who is responsible
- Save Artifact: Save to
./artifacts/roadmap_[project].md
Roadmap Structure
Phase 1: Foundation
- Core infrastructure
- Basic functionality
- Initial testing
Phase 2: MVP
- Key features
- User testing
- Feedback integration
Phase 3: Enhancement
- Additional features
- Performance optimization
- Scale preparation
Phase 4: Launch
- Production deployment
- Monitoring
- Documentation
Phase 5: Iteration
- User feedback
- Bug fixes
- Continuous improvement
Milestone Definition
Each milestone should have:
- Name: Clear, descriptive
- Criteria: What defines completion
- Date: Target completion
- Owner: Who is accountable
- Dependencies: What must be done first
Example Milestone
## Milestone: Authentication MVP
**Target**: Week 4
**Criteria**:
- [ ] Login/logout working
- [ ] Password reset implemented
- [ ] Session management secure
- [ ] Integration tests passing
- [ ] Security review complete
**Owner**: Auth Team
**Dependencies**:
- Database schema complete
- API framework selected
Resources
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


