Agent skill
execution-roadmaps
Create execution roadmaps for projects. Use when planning multi-phase projects or feature rollouts. Covers phased delivery and milestone planning.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/execution-roadmaps
SKILL.md
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
- Roadmap Template
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?