Build product roadmaps with quarterly planning, feature prioritization, dependency mapping, and stakeholder alignment. Create actionable roadmaps that communicate strategy and guide execution.
npx skills add https://github.com/w95/awesome-claude-corporate-skills --skill roadmap-builder
The Roadmap Builder skill enables product managers to create clear, actionable product roadmaps that communicate strategy, align stakeholders, and guide execution. It combines prioritization frameworks, timeline planning, and dependency mapping.
Immediate (Current Quarter - 0-12 weeks)
Near-term (Quarters 2-3 - 3-6 months)
Medium-term (Quarters 4-5 - 6-9 months)
Long-term (6-12+ months)
Theme 1: Platform Performance
Theme 2: AI/ML Integration
Theme 3: Enterprise Compliance
Theme 4: Developer Experience
Themes: [3-4 primary themes]
Team Capacity: [X person-weeks available]
Business Goals: [2-3 key outcomes]
Theme 1: Collaboration Features (8 person-weeks)
Theme 2: Mobile Expansion (6 person-weeks)
Theme 3: Data & Analytics (4 person-weeks)
Unscheduled Capacity: 2 person-weeks (bug fixes, tech debt)
High Impact
↑
│ [Quick Wins] [Major Projects]
│ Do first! Plan carefully
│
Effort ←──────●────────→
│
│ [Fill-ins] [Avoid]
│ Low priority Deprioritize
↓
Low Impact
Quadrant Placement:
Quick Wins (High impact, Low effort)
Major Projects (High impact, High effort)
Fill-Ins (Low impact, Low effort)
Avoid (Low impact, High effort)
Feature 1: Real-time Co-editing
Feature 2: Mobile App Redesign
Feature 3: Dark Mode
Prioritized Ranking: Dark Mode (1,500) > Real-time Co-editing (1,125) > Mobile Redesign (480)
Technical Dependencies (Feature A requires Feature B)
Data Dependencies (Feature requires data or infrastructure)
Organizational Dependencies (Cross-team coordination)
External Dependencies (Third-party or customer)
┌─────────────────────────────────────────────────┐
│ WebSocket Infrastructure (4w) │
│ [Q2, Weeks 1-4] │
└──────────────────┬──────────────────────────────┘
│ Required by
┌──────────────┴──────────────┐
│ │
v v
Real-time Updates (3w) Co-editing Engine (6w)
[Q2, Weeks 5-7] [Q2, Weeks 5-10]
│ │
└──────────┬───────────────────┘
v
Activity Feed (2w)
[Q2, Weeks 11-12]
Critical Path: Longest sequence of dependent activities
WebSocket (4w) → Co-editing Engine (6w) → Activity Feed (2w) = 12 weeks
Non-critical path:
WebSocket (4w) → Real-time Updates (3w) = 7 weeks (5-week float)
Project completion: 12 weeks minimum
Implications:
Q2 (13 weeks)
Work Allocation:
Feature Fit:
W1-4: Foundation Work
W5-8: Feature Development
W9-12: Integration & Polish
Q2 2024 Product Roadmap
Themes:
Capacity: 75 person-weeks available, 18 committed to roadmap
[Include full quarterly roadmap template from above]
FY 2024 Product Vision
Market Opportunity: [Context]
Strategic Pillars: [3-5 key directions]
Year-long themes: [Major initiatives]
Success metrics: [Overall goals]
Quarterly focus areas: [Progression of themes]
Change Request Intake:
Change Categories:
Critical Bugs or Compliance (Expedited)
Customer or Competitive Pressure (Standard)
Nice-to-have Requests (Queue for consideration)
Rejected (Document reasoning)
Weekly: Product team sync (15 min check-in on progress)
Monthly: Stakeholder review (30 min status on completion, blockers)
Quarterly: Planning session (2-hour roadmap setting and approval)
Annually: Strategy review (full-day off-site on vision and direction)
Technical Risk:
Resource Risk:
Market Risk:
Execution Risk:
Q2 2024 Q3 2024
Feature |═══════════════|═══════════════|
W1 W5 W10 W13 W18 W23 W26
Co-editing |──────────────────|
Notifications |─────────────|
Activity Feed |──────────────────────|
Mobile v2 |────────────────|
Analytics |──────────────────────|
Collaboration ████ 8w
├─ Co-editing ██████ 6w
├─ Notifications ███ 3w
├─ Activity feed ██ 2w
Mobile ██████ 6w
├─ iOS redesign ███ 4w
├─ Android parity ███ 3w
Analytics ████ 4w
├─ Reporting ██ 2w
└─ Dashboard ██ 2w
On Track (75%) ✓ Co-editing, Mobile v2, Reporting
At Risk (15%) ⚠ Notifications (blocked on infrastructure)
Not Started (10%) ◯ Activity feed (starts week 10)
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
Comprehensive technology-agnostic prompt for analyzing and documenting project folder structures. Auto-detects project types (.NET, Java, React, Angular, Python, Node.js, Flutter), generates detailed blueprints with visualization options, naming conventions, file placement patterns, and extension templates for maintaining consistent code organization across diverse technology stacks.
Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Ideal for multi-stage analysis, design planning, problem decomposition, or tasks with initially unclear scope.
Multi-agent workflow examples to work together on the OpenServ Platform. Covers agent discovery, multi-agent workspaces, task dependencies, and workflow orchestration using the Platform Client. Read reference.md for the full API reference. Read openserv-agent-sdk and openserv-client for building and running agents.
> Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md.
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
Patterns for automating GitHub workflows with AI assistance, inspired by [Gemini CLI](https://github.com/google-gemini/gemini-cli) and modern DevOps practices.
Groups existing components into logical business domains to plan service-based architecture. Use when asking "which components belong together?", "group these into services", "organize by domain", "component-to-domain mapping", or planning service extraction from an existing codebase. Do NOT use for identifying new domains from scratch (use domain-analysis) or analyzing coupling (use coupling-analysis).
Take w95/roadmap-builder from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.