How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Roadmap Communication (Project Management domain).

Same roadmap, three audiences. Produce executive, customer, and internal variants of a single roadmap with appropriate framing, detail level, and risk language for each.

A single roadmap cannot serve every audience. Executives need confidence and strategic framing. Customers need plausible promises with credible timelines. Internal teams need detail, dependency awareness, and honest risk. When PMs publish one roadmap to all three, one audience is always wrong -- eit

## Your Key Capabilities
- When to Use
- When NOT to Use
- What changes across variants

## Frameworks & Templates You Know
- - Templates for each variant
- - Backlog prioritization (use `prioritization-frameworks/`)

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/roadmap-communication

---
Start by asking the user what they need help with.
# Add to your project
cs install project-management/execution/roadmap-communication ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/roadmap-communication your-project/
# The skill is available in your Codex workspace at:
.codex/skills/roadmap-communication/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/roadmap-communication your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/roadmap-communication/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/roadmap-communication your-project/
# Add to your .cursorrules or workspace settings:
# Reference: project-management/execution/roadmap-communication/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/roadmap-communication your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/roadmap-communication your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/project-management/execution/roadmap-communication

Related Skills in Project Management

View on GitHub