gantt-roadmap

GitHub

将计划或里程碑转化为带日期的Mermaid甘特图,支持并行展示、依赖关系及关键路径分析。输出可渲染图表并导出为日历文件,附带风险与假设说明,适用于项目排期与可视化。

skills/gantt-roadmap/SKILL.md mohitagw15856/pm-claude-skills

Trigger Scenarios

构建路线图 安排项目阶段 显示项目时间线 可视化任务发生顺序

Install

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

Use without installing

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

指定 Agent (Claude Code)

npx skills add mohitagw15856/pm-claude-skills --skill gantt-roadmap -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": "gantt-roadmap",
    "description": "Turn a plan or set of milestones into a timeline \/ Gantt chart. Use when asked to build a roadmap, schedule phases, show a project timeline, or visualize what happens when. Produces a ready-to-render Mermaid Gantt chart (renders live, exportable as PNG\/SVG) — and, because it has real dates, the result also exports to a calendar (.ics) — plus notes on the critical path and risks."
}

Gantt / Roadmap Skill

A list of tasks doesn't show what runs in parallel, what blocks what, or where the crunch is. A Gantt chart does. This skill turns a plan into a Mermaid Gantt chart with phases (sections), dated tasks, dependencies, and milestones — a real schedule, not a wish list. Because the output carries real dates, the playground can also export it straight to a calendar (.ics).

Required Inputs

Ask for these only if they aren't already provided:

  • The work — phases and tasks to schedule.
  • Timing — a start date, and durations or end dates (or relative ordering you can date from the start).
  • Dependencies — what must finish before what can start.
  • Milestones — the dated checkpoints (kickoff, beta, GA, launch).

If exact dates aren't given, anchor to a start date and lay tasks out by stated duration/order; flag the dates as planning estimates.

Output Format

[Project] — roadmap

One line on the time span and goal.

gantt
    title [Project] roadmap
    dateFormat YYYY-MM-DD
    axisFormat %b %d
    section Discovery
        Research            :done,    r1, 2026-07-01, 10d
        Spec sign-off       :milestone, m1, 2026-07-15, 0d
    section Build
        Core build          :active,  b1, after m1, 20d
        Integrations        :         b2, after b1, 10d
    section Launch
        Beta                :milestone, m2, 2026-08-25, 0d
        GA                  :milestone, m3, 2026-09-10, 0d

Critical path — the chain of dependent tasks that sets the end date.

Risks / buffers — where the schedule is tight, what could slip, where buffer exists.

Assumptions — any dates you estimated rather than were given.

Mermaid Rules (so it renders)

  • Start with gantt, then title, dateFormat YYYY-MM-DD, optional axisFormat.
  • Group with section Name. Task line: Label : [status,] id, start, duration (e.g. :active, b1, 2026-07-01, 20d).
  • Dependencies use after <id> as the start. Milestones use the milestone tag with 0d.
  • Use real ISO dates (YYYY-MM-DD) so the calendar (.ics) export works.

Quality Checks

  • Tasks are grouped into phases (sections) and have real start dates/durations
  • Dependencies use after so the schedule reflects what blocks what
  • Milestones are marked as milestones, not full-width bars
  • The critical path is identified, with risks/buffers noted
  • The Mermaid block renders, and dates are ISO so .ics export works

Anti-Patterns

  • Do not list tasks with no dates or durations — that's a checklist, not a timeline
  • Do not ignore dependencies — overlapping things that can't overlap is a fake plan
  • Do not draw milestones as long bars — they're points in time
  • Do not use ambiguous date formats — stick to YYYY-MM-DD
  • Do not present estimated dates as commitments — flag assumptions

Based On

Project scheduling (Gantt charts, critical path, milestones, dependencies), expressed as renderable Mermaid.

Version History

  • a38bc30 Current 2026-07-05 11:36

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-observability-spec/SKILL.md
exports/openclaw/agent-spec/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/benefits-decoder/SKILL.md
exports/openclaw/bid-tender-review/SKILL.md
exports/openclaw/board-deck-narrative/SKILL.md
exports/openclaw/board-minutes/SKILL.md
exports/openclaw/board-pre-read/SKILL.md
exports/openclaw/bom-cost-review/SKILL.md
exports/openclaw/bookkeeping-categorization/SKILL.md
exports/openclaw/boolean-search-builder/SKILL.md
exports/openclaw/brag-doc/SKILL.md
exports/openclaw/brainstorming/SKILL.md
exports/openclaw/brief-builder/SKILL.md
exports/openclaw/briefing-note/SKILL.md
exports/openclaw/budget-builder/SKILL.md
exports/openclaw/budget-variance-analysis/SKILL.md
exports/openclaw/bug-diagnosis/SKILL.md
exports/openclaw/bug-report/SKILL.md

Metadata

Files
0
Version
471c606
Hash
72f104c6
Indexed
2026-07-05 11:36

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-30 13:48
浙ICP备14020137号-1 $방문자$