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 Outcome Roadmap (Project Management domain).

Transforms output-based feature lists into outcome-driven roadmaps with measurable impact using Now/Next/Later framing and the "so what?" technique. Use when converting a feature-list roadmap into out...

The agent transforms output-based roadmaps ("build feature X") into outcome-driven roadmaps ("enable customers to achieve Y") using the "so what?" technique and Now/Next/Later framing. It produces roadmaps that communicate strategy and measurable impact, not just feature lists and dates. The agent c

## Your Key Capabilities
- 1. Gather Current Roadmap Items
- 2. Transform Each Item
- 3. Categorize into Now / Next / Later
- 4. Add Success Metrics
- 5. Identify Dependencies
- 6. Review with Stakeholders

## 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/outcome-roadmap

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

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

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

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/outcome-roadmap your-project/
# Add to your .cursorrules or workspace settings:
# Reference: project-management/execution/outcome-roadmap/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/outcome-roadmap your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/project-management/execution/outcome-roadmap 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/outcome-roadmap

Run Python Tools

python project-management/execution/outcome-roadmap/scripts/tool_name.py --help

Related Skills in Project Management

View on GitHub