Agent Skillsmohitagw15856/pm-claude-skills › roadmap-narrative

roadmap-narrative

GitHub

将优先级排序的产品举措转化为具有战略背景的路径图叙事,连接公司目标,为高管或非技术利益相关者生成可分享的季度演进故事及执行摘要。

exports/openclaw/roadmap-narrative/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

编写路径图叙事 向非技术人员解释产品路线 将路线图项目与公司目标关联 制作高管可分享的故事

Install

npx skills add mohitagw15856/pm-claude-skills --skill roadmap-narrative -g -y
More Options

Non-standard path

npx skills add https://github.com/mohitagw15856/pm-claude-skills/tree/main/exports/openclaw/roadmap-narrative -g -y

Use without installing

npx skills use mohitagw15856/pm-claude-skills@roadmap-narrative

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill roadmap-narrative -a claude-code -g -y

安装 repo 全部 skill

npx skills add mohitagw15856/pm-claude-skills --all -g -y

预览 repo 内 skill

npx skills add mohitagw15856/pm-claude-skills --list

SKILL.md

Frontmatter
{
    "name": "roadmap-narrative",
    "homepage": "https:\/\/mohitagw15856.github.io\/pm-claude-skills\/skill\/roadmap-narrative.html",
    "metadata": {
        "openclaw": {
            "emoji": "🗺"
        }
    },
    "description": "Transform a prioritised initiative list into a compelling strategic roadmap narrative. Use when asked to write a roadmap narrative, explain the product roadmap to non-technical stakeholders, connect roadmap items to company goals, or produce an exec-shareable roadmap story. Produces a themed narrative with strategic context, quarter progression arc, an executive summary, and a 'what's not on the roadmap' section."
}

Roadmap Narrative Skill

Convert a ranked list of product initiatives into a clear, strategic narrative that connects individual items to company goals and communicates a coherent product direction.

Working from a brief

You will often get a short brief (a few themes, an audience) without a full initiative list or OKRs. Always deliver the complete narrative anyway — do not stop to ask questions and do not leave bracketed placeholders like [Theme Name]. Where detail is missing, infer specific, realistic themes, initiatives, and metrics from the brief and the domain, and mark any inferred fact or number as (assumed — confirm). Fill every section with concrete content, not template brackets.

Inputs (infer any not provided — label assumptions)

  • Prioritised initiative list (with rough timelines or quarters)
  • Company OKRs or strategic priorities (to connect roadmap to company goals)
  • Audience (all-hands, board, investors, sales team — changes tone and depth)
  • Items explicitly NOT on the roadmap (optional but strengthens credibility)

Where this sits — the spine's terminus

Last in the product-decision spine: /assumption-mapper/prd-template/rice-prioritisationroadmap-narrative. It receives the ranked initiatives with their RICE scores and turns them into a theme-level story leadership can repeat. It adds no new priorities — the ranking is upstream's job; this skill narrates it. Theme and provenance are defined once in docs/craft/product-decisions.md: a roadmap narrates in themes, and it may not launder an upstream [hunch] into a confident promise.

The loop

The failure mode is a narrative that overstates certainty or orphans an initiative. Phase 1 sets the honesty ceiling; every later claim inherits it.

  1. Inherit priorities and provenance — don't re-rank. Read the RICE output and the OKRs. Carry each initiative's confidence through: a low-confidence bet is narrated as a bet ("we believe"), not a commitment ("we will"). Done when: every claim's certainty matches its upstream provenance tag, and no [hunch] has been promoted to a promise.
  2. Group into 2–3 themes that ladder to strategy. Themes are the unit of the story; RICE rows are their evidence. For each theme name the problem it addresses, the customer it serves, and the metric it moves (the PRDs' success metrics). Done when: every ranked initiative maps to exactly one theme — no orphans; an orphan is either a missing theme or a flagged narrative gap, never ignored.
  3. Draw the progression. Write the quarter/half arc that shows how earlier work sets up later work — why this order, not just this list. Then the executive summary: 3–4 sentences a non-technical stakeholder can repeat verbatim. Done when: the sequence has a stated reason beyond RICE order, and the summary survives being repeated by someone who wasn't in the room.
  4. Name what's not on the roadmap. The deliberate no's are half the strategy; state them, so the narrative reads as choices made, not everything attempted. Done when: the "not now" section exists and each entry has a one-line why.

Output Structure

Product Roadmap: [Quarter/Half/Year]

Strategic Context: [1 paragraph: market moment, key challenge, our response]

Theme 1: [Theme Name]

  • Strategic rationale
  • Initiatives included
  • Primary metric impacted
  • Dependencies

[Repeat for each theme]

What's Not on the Roadmap (and Why): [2-3 items with rationale — shows strategic discipline, not just prioritisation]

Executive Summary (shareable): [3-4 sentences that could be shared in an all-hands or board update]

Tone Guidelines

  • Write for a CFO, not an engineer
  • Lead with customer outcomes, not features
  • Be honest about what's NOT on the roadmap and why

Timeline, drawn

When the themes have a sequence or dates, also render the roadmap as a Mermaid Gantt chart so the shape of the plan is visible (it renders live in the playground; with real ISO dates it also exports to a calendar .ics). Use section per theme/quarter and mark key checkpoints as milestones.

gantt
    title Roadmap
    dateFormat YYYY-MM-DD
    section Theme 1
        Initiative      :2026-07-01, 30d
        Checkpoint      :milestone, 2026-07-31, 0d
    section Theme 2
        Initiative      :2026-08-01, 45d

Scoring Rubric (0–40)

Score any output of this skill before handing it over; 32+ is ship-quality.

Dimension 0 5 10
Thematic coherence A feature list with dates relabelled as a "narrative"; no themes Themes exist but one or more initiatives are orphaned without being flagged Every initiative maps to a theme; anything that doesn't fit is explicitly flagged as a narrative gap, not smuggled in
Causal progression Quarters are a chronological listing with no connection between them Sequence is stated but the "Q1 enables Q2 because…" reasoning is missing or asserted without evidence Each period visibly enables the next, with the causal dependency argued in prose and reflected in the timeline
Strategic candour No "what's not on the roadmap" section One exclusion with thin rationale ("not a priority right now") ≥2 named exclusions with defensible strategic rationale — including at least one idea someone actually wants
Executive repeatability Jargon-heavy; no standalone summary; a CFO couldn't retell any of it Summary exists but is too long, too technical, or reads as compression rather than a story 3–4 sentence summary a non-technical stakeholder could repeat correctly after one reading, zero engineering jargon

Quality Checks

  • Every initiative in the input maps to a strategic theme
  • The executive summary can stand alone and be repeated correctly after one reading
  • Progression narrative shows causal links between quarters (not just chronological listing)
  • "What's not on the roadmap" section includes at least 2 items with clear rationale
  • Language throughout is free of engineering jargon — tested by asking: "could a CFO repeat this?"

Anti-Patterns

  • Do not produce a list of features with dates and call it a narrative — every initiative must connect to a strategic theme
  • Do not omit the "what's not on the roadmap" section — without it, the narrative lacks strategic discipline
  • Do not write progression as a chronological list — show causal links between quarters (Q1 enables Q2 because…)
  • Do not write the executive summary last and treat it as a summary — write it as the version stakeholders will repeat
  • Do not let orphaned initiatives appear without a theme — either create a theme or flag the gap explicitly

Version History

  • a462f61 Current 2026-08-12 14:00

    升级产品决策主线至旗舰质量,引入分阶段循环与完成标准,明确上游依赖关系(读取而非重新推导),并共享词汇参考文档。

  • 54fad50 2026-07-19 12:31

Same Skill Collection

exports/openclaw/360-feedback-template/SKILL.md
exports/openclaw/401k-plan-decoder/SKILL.md
exports/openclaw/ab-test-planner/SKILL.md
exports/openclaw/ab-test-readout/SKILL.md
exports/openclaw/accessibility-audit/SKILL.md
exports/openclaw/account-plan/SKILL.md
exports/openclaw/acquirer-red-team/SKILL.md
exports/openclaw/ad-copy/SKILL.md
exports/openclaw/aeo-optimizer/SKILL.md
exports/openclaw/agenda-or-cancel/SKILL.md
exports/openclaw/agent-design-review/SKILL.md
exports/openclaw/agent-hiring-panel/SKILL.md
exports/openclaw/agent-observability-spec/SKILL.md
exports/openclaw/agent-severance/SKILL.md
exports/openclaw/agent-spec/SKILL.md
exports/openclaw/agm-in-a-box/SKILL.md
exports/openclaw/ai-ethics-review/SKILL.md
exports/openclaw/ai-eval-plan/SKILL.md
exports/openclaw/ai-feature-prd/SKILL.md
exports/openclaw/ai-product-canvas/SKILL.md
exports/openclaw/air-quality/SKILL.md
exports/openclaw/altitude-shifter/SKILL.md
exports/openclaw/ambiguity-resolver/SKILL.md
exports/openclaw/analyst-relations-brief/SKILL.md
exports/openclaw/announcement-card/SKILL.md
exports/openclaw/api-docs-writer/SKILL.md
exports/openclaw/api-test-plan/SKILL.md
exports/openclaw/api-versioning-strategy/SKILL.md
exports/openclaw/apology-letter/SKILL.md
exports/openclaw/architecture-decision-record/SKILL.md
exports/openclaw/architecture-diagram/SKILL.md
exports/openclaw/archive-strategy/SKILL.md
exports/openclaw/assumption-bounty/SKILL.md
exports/openclaw/assumption-mapper/SKILL.md
exports/openclaw/async-update-format/SKILL.md
exports/openclaw/auto-repair-estimate-decoder/SKILL.md
exports/openclaw/autopilot-charter/SKILL.md
exports/openclaw/awkward-message-helper/SKILL.md
exports/openclaw/behavior-intervention-plan/SKILL.md
exports/openclaw/benefits-decoder/SKILL.md
exports/openclaw/bennett-time-audit/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-game-designer/SKILL.md
exports/openclaw/board-game-night-planner/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/body-double-session/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md

Metadata

Files
0
Version
a462f61
Hash
992518bc
Indexed
2026-07-19 12:31

Home - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-14 12:24
浙ICP备14020137号-1 $Map of visitor$