Roadmap Communicator
Use when preparing roadmap narratives, release notes, changelogs, or stakeholder updates tailored for executives, engineering teams, and customers.
Install
Quick install
npx skills add https://github.com/alirezarezvani/claude-skills/tree/main/product-team/skills/roadmap-communicatornpx skills add alirezarezvani/claude-skills --skill roadmap-communicator --agent claude-codenpx skills add alirezarezvani/claude-skills --skill roadmap-communicator --agent cursornpx skills add alirezarezvani/claude-skills --skill roadmap-communicator --agent codexnpx skills add alirezarezvani/claude-skills --skill roadmap-communicator --agent opencodenpx skills add alirezarezvani/claude-skills --skill roadmap-communicator --agent github-copilotnpx skills add alirezarezvani/claude-skills --skill roadmap-communicator --agent windsurfMore install options
Shorthand — useful for multi-skill repos:
npx skills add alirezarezvani/claude-skills --skill roadmap-communicatorManual — clone the repo and drop the folder into your agent's skills directory:
git clone https://github.com/alirezarezvani/claude-skills.gitcp -r claude-skills/product-team/skills/roadmap-communicator ~/.claude/skills/Roadmap Communicator
Create clear roadmap communication artifacts for internal and external stakeholders.
When To Use
Use this skill for:
- Building roadmap presentations in different formats
- Writing stakeholder updates (board, engineering, customers)
- Producing release notes (user-facing and internal)
- Generating changelogs from git history
- Structuring feature announcements
Roadmap Formats
- Now / Next / Later
- Best for uncertainty and strategic flexibility.
- Communicate direction without false precision.
- Timeline roadmap
- Best for fixed-date commitments and launch coordination.
- Requires active risk and dependency management.
- Theme-based roadmap
- Best for outcome-led planning and cross-team alignment.
- Groups initiatives by problem space or strategic objective.
See references/roadmap-templates.md for templates.
Stakeholder Update Patterns
Board / Executive
- Outcome and risk oriented
- Focus on progress against strategic goals
- Highlight trade-offs and required decisions
Engineering
- Scope, dependencies, and sequencing clarity
- Status, blockers, and resourcing implications
Customers
- Value narrative and timing window
- What is available now vs upcoming
- Clear expectation setting
See references/communication-templates.md for reusable templates.
Release Notes Guidance
User-Facing Release Notes
- Lead with user value, not internal implementation details.
- Group by workflows or user jobs.
- Include migration/behavior changes explicitly.
Internal Release Notes
- Include technical details, operational impact, and known issues.
- Capture rollout plan, rollback criteria, and monitoring notes.
Changelog Generation
Use:
python3 scripts/changelog_generator.py --from v1.0.0 --to HEAD
Features:
- Reads git log range
- Parses conventional commit prefixes
- Groups entries by type (
feat,fix,chore, etc.) - Outputs markdown or plain text
Feature Announcement Framework
- Problem context
- What changed
- Why it matters
- Who benefits most
- How to get started
- Call to action and feedback channel
Communication Quality Checklist
- [ ] Audience-specific framing is explicit.
- [ ] Outcomes and trade-offs are clear.
- [ ] Terminology is consistent across artifacts.
- [ ] Risks and dependencies are not hidden.
- [ ] Next actions and owners are specified.
SKILL.md source
--- name: roadmap-communicator description: Use when preparing roadmap narratives, release notes, changelogs, or stakeholder updates tailored for executives, engineering teams, and customers. --- # Roadmap Communicator Create clear roadmap communication artifacts for internal and external stakeholders. ## When To Use Use this skill for: - Building roadmap presentations in different formats - Writing stakeholder updates (board, engineering, customers) - Producing release notes (user-facing and internal) - Generating changelogs from git history - Structuring feature announcements ## Roadmap Formats 1. Now / Next / Later - Best for uncertainty and strategic flexibility. - Communicate direction without false precision. 2. Timeline roadmap - Best for fixed-date commitments and launch coordination. - Requires active risk and dependency management. 3. Theme-based roadmap - Best for outcome-led planning and cross-team alignment. - Groups initiatives by problem space or strategic objective. See `references/roadmap-templates.md` for templates. ## Stakeholder Update Patterns ### Board / Executive - Outcome and risk oriented - Focus on progress against strategic goals - Highlight trade-offs and required decisions ### Engineering - Scope, dependencies, and sequencing clarity - Status, blockers, and resourcing implications ### Customers - Value narrative and timing window - What is available now vs upcoming - Clear expectation setting See `references/communication-templates.md` for reusable templates. ## Release Notes Guidance ### User-Facing Release Notes - Lead with user value, not internal implementation details. - Group by workflows or user jobs. - Include migration/behavior changes explicitly. ### Internal Release Notes - Include technical details, operational impact, and known issues. - Capture rollout plan, rollback criteria, and monitoring notes. ## Changelog Generation Use: ```bash python3 scripts/changelog_generator.py --from v1.0.0 --to HEAD ``` Features: - Reads git log range - Parses conventional commit prefixes - Groups entries by type (`feat`, `fix`, `chore`, etc.) - Outputs markdown or plain text ## Feature Announcement Framework 1. Problem context 2. What changed 3. Why it matters 4. Who benefits most 5. How to get started 6. Call to action and feedback channel ## Communication Quality Checklist - [ ] Audience-specific framing is explicit. - [ ] Outcomes and trade-offs are clear. - [ ] Terminology is consistent across artifacts. - [ ] Risks and dependencies are not hidden. - [ ] Next actions and owners are specified.
Related skills 6
to-prd
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
to-issues
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.
C Level Agents
Founder-mode executive team. 8 cs-* C-suite agents (CFO, CMO, CRO, CPO, COO, CHRO, CISO, Chief of Staff) and 17 /cs:* slash commands for forcing-question office hours, multi-role boardroom delibera...
Boardroom
/cs:boardroom <brief> — 6-phase multi-role deliberation across the C-suite with Phase 2 isolation, critic pre-screen, and synthesis. Outputs a board memo.
Brief
/cs:brief <topic> — Generate a one-page strategy brief from an office-hours intake. First step in the strategic sprint pipeline.
Caio Review
/cs:caio-review <plan> — Eval-demanding Chief AI Officer interrogation of any plan that involves AI: model selection, risk classification, cost economics, or AI hiring.