Install
openclaw skills install @mohitagw15856/gantt-roadmapTurn 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.
openclaw skills install @mohitagw15856/gantt-roadmapA 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).
Ask for these only if they aren't already provided:
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.
One line on the time span and goal.
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.
gantt, then title, dateFormat YYYY-MM-DD, optional axisFormat.section Name. Task line: Label : [status,] id, start, duration (e.g. :active, b1, 2026-07-01, 20d).after <id> as the start. Milestones use the milestone tag with 0d.YYYY-MM-DD) so the calendar (.ics) export works.after so the schedule reflects what blocks whatYYYY-MM-DDProject scheduling (Gantt charts, critical path, milestones, dependencies), expressed as renderable Mermaid.