gantt-chart-visualization

작성자: openai

Gantt 차트 및 일정 시각화를 설계, 비평, 라우팅, 구현합니다. 사용자가 Gantt 차트, 프로젝트 일정, 작업이 포함된 로드맵을 언급할 때 사용하세요.

npx skills add https://github.com/openai/plugins --skill gantt-chart-visualization

Gantt Chart Visualization

Overview

Use this skill when work is organized around time spans, milestones, dependencies, resources, or schedule risk. A Gantt chart is a product surface as much as a chart: it usually combines a task grid, a calendar axis, bars, milestones, dependency links, editing rules, and integration with a project-management source of truth.

Default assumption: recommend a Gantt chart only when the schedule itself is the evidence. If the user mainly needs flow state, task ownership, ranking, issue status, or calendar booking, consider Kanban, tables, milestone timelines, dependency graphs, resource timelines, or uncertainty views first.

Gantt charts are wide by nature. Use ../../references/foundations/mobile-first-responsive-visualization.md so mobile portrait gets a usable summary or focused slice, and mobile landscape is considered when horizontal schedule inspection matters.

Core Workflow

  1. Classify the scheduling question:
    • planned schedule, actual lifecycle timeline, roadmap, resource plan, capacity view, baseline variance, critical-path review, or stakeholder snapshot
    • whether the user needs read-only explanation, exploratory analysis, or editable project planning
  2. Inspect the source before designing:
    • true schedule engine, task tracker, roadmap view, resource calendar, static export, or visual artifact
    • native fields, custom fields, date-only versus datetime values, timezone policy, hierarchy, dependency semantics, calendars, and permissions
    • provenance for every mapped field and any inferred value
  3. Normalize into a Gantt model:
    • tasks, hierarchy or WBS, start, end, duration, progress, status, assignee or resource, milestones, dependencies, baselines, calendars, constraints, estimates, actuals, source IDs, and source confidence
  4. Decide whether Gantt is the right surface:
    • use Gantt when time spans and dependency or resource reasoning drive the decision
    • use a milestone timeline for executive summaries with few dates
    • use Kanban for workflow state and throughput
    • use a table when lookup and exact fields dominate
    • use a dependency graph when structure matters more than dates
    • use a calendar or resource timeline for booking without project dependencies
    • use uncertainty views when date risk is probabilistic or estimates are still unstable
  5. Design the default view:
    • frozen task grid plus calendar axis
    • today marker, visible scale, weekends or non-working time when meaningful
    • clear bars, milestones, dependency links, baselines, progress, and critical-path or risk styling
    • row grouping, hierarchy, and direct labels that work without hover
    • mobile portrait summary or focused default that does not shrink every row into illegibility
    • mobile landscape behavior when wide timeline reading, dependency tracing, or editing is important
  6. Define the interaction contract:
    • zoom and pan, row virtualization, expand/collapse, search, filter, sort, hover preview, committed selection, keyboard navigation, drag/resize, dependency editing, undo/redo, export, and deep links
    • touch targets, drag alternatives, keyboard-open search/filter behavior, and settings-return behavior on mobile
  7. Choose the renderer and library against real scale:
    • rows, visible time range, dependency count, editability, instance count, export requirements, and source-system sync needs
  8. Plan testing and release gates:
    • data adapter tests, date/time fixtures, dependency graph validation, visual states, accessibility, export, and E2E scheduling workflows

When To Use Gantt

  • Project schedules with tasks that have start and finish dates.
  • Work breakdown structures, phases, releases, epics, construction schedules, manufacturing plans, implementation plans, launch plans, and migration cutovers.
  • Dependency chains where slippage affects downstream work.
  • Critical-path, float, baseline, deadline, or variance analysis.
  • Resource allocation, capacity planning, or workload conflicts over time.
  • Cross-team roadmaps when the question is "what happens when" rather than "what status is this in."
  • Schedule imports from MS Project, Primavera P6, Jira Advanced Roadmaps, GitHub Projects, Smartsheet, monday.com, Asana, ClickUp, Azure DevOps, or CSV/XLSX exports.

When Not To Use Gantt

  • Small or highly fluid work where a simple list, table, or Kanban board is clearer.
  • Issue queues where status, priority, owner, or SLA matters more than planned span.
  • Executive summaries with only releases or launch dates; use a milestone timeline or roadmap.
  • Booking, appointments, or shift planning without task dependencies; use a calendar or resource timeline.
  • Pure dependency reasoning without reliable dates; use a graph or matrix.
  • Probabilistic schedules or early estimates where uncertainty is the main story; use interval, scenario, or risk views.
  • Actual lifecycle analysis based only on created, started, and closed timestamps unless the user explicitly asks for actual flow history instead of a planned schedule.

Stack Selection

  • Enterprise editable schedule: use Bryntum Gantt, DHTMLX Gantt, Kendo UI Gantt, Syncfusion Gantt, or a comparable scheduling component when dependency editing, calendars, baselines, critical path, resource views, undo, import/export, and scheduling rules are product requirements.
  • Lightweight display or reporting: use Highcharts Gantt, Frappe Gantt, Plotly timelines, Observable Plot, or similar when the view is mostly read-only and the schedule semantics are already computed.
  • Resource booking or team availability: use FullCalendar resource timeline or a scheduler-style component when resources and calendar slots matter more than WBS scheduling.
  • Small editorial schedule: use D3/SVG or a declarative grammar when labels, annotation, vector export, and precise composition matter.
  • Large dense product surface: use a virtualized hybrid layout with HTML for grid text, SVG or Canvas for bars and dependency links, and Canvas for dense bar/link layers when DOM cost dominates.
  • Avoid raw WebGL unless mark count, continuous pan/zoom, GPU picking, or custom shader effects make Canvas and DOM impractical.

Reference Guide

  • Read references/gantt-chart-design-and-use-cases.md for chart-fit decisions, use cases, and alternatives.
  • Read references/gantt-interaction-patterns.md for interactive product behavior and editing contracts.
  • Read references/gantt-api-and-export-format-ingestion.md before mapping MS Project, Primavera, Jira, GitHub Projects, Smartsheet, monday.com, Asana, ClickUp, Azure DevOps, CSV, TSV, XLSX, JSON, PDF, or image exports.
  • Read references/gantt-data-contracts-and-integrations.md when defining adapters, normalized schemas, source provenance, sync, or product API contracts.
  • Read references/gantt-performance-and-rendering.md before choosing SVG, Canvas, hybrid rendering, virtualization, or enterprise libraries for large schedules.
  • Read references/gantt-accessibility-export-and-testing.md for keyboard navigation, screen-reader fallbacks, export, fixtures, and release gates.

Output Expectations

  • State whether Gantt is the primary recommendation or name the better alternative.
  • State whether the source is planned schedule data, actual lifecycle data, a roadmap snapshot, a resource calendar, or a static visual artifact.
  • Identify which fields are trusted, mapped, inferred, or missing.
  • Include the canonical schedule model, minimum interactions, stack choice, performance assumptions, accessibility plan, and export path.
  • For external sources, preserve source IDs and call out ambiguous custom fields instead of silently treating them as schedule truth.
  • For editable schedules, call out validation and conflict behavior for drag, resize, dependency changes, calendars, baselines, and sync failures.
  • For mobile, call out portrait summary or focused slice, landscape support if needed, touch/editing alternatives, keyboard behavior, and offline/stale sync behavior for remote schedules.

Shared References

  • ../../references/foundations/mobile-first-responsive-visualization.md

Representative Prompts

  • "Should this project data be a Gantt chart, roadmap, Kanban board, or calendar?"
  • "Design an interactive Gantt chart for 10,000 construction activities."
  • "Map this MS Project XML export into a web Gantt data model."
  • "Read a Jira Advanced Roadmaps CSV and decide what fields are safe to show in a timeline."
  • "Turn GitHub Projects fields into a release roadmap without inventing dates."
  • "Show critical path, dependencies, and baseline variance for this schedule."
  • "Choose between DHTMLX, Bryntum, Highcharts Gantt, Frappe Gantt, FullCalendar, D3, and Canvas."
  • "Test a Gantt chart with dependency cycles, missing predecessors, timezone edges, and export snapshots."

openai의 다른 스킬

user-context
openai
데이터 분석 플러그인의 지속적인 소스 라우팅 기본 설정, 온보딩 로직, 설정 진행 상황 및 의미 계층 레지스트리를 로드하거나 관리합니다.
official
notion-research-documentation
openai
Notion 콘텐츠를 조사하고 인용문과 함께 구조화된 브리핑, 보고서 또는 비교 자료로 종합합니다. 대상 질의를 사용해 Notion 페이지를 검색하고 가져온 후, 인라인 출처 인용과 참고 문헌 섹션을 포함해 주제별로 결과를 정리합니다. 범위와 사용자 목표에 따라 네 가지 출력 형식(빠른 브리핑, 연구 요약, 비교, 종합 보고서) 중에서 선택합니다. 내장 템플릿을 사용해 Notion 페이지를 생성 및 업데이트하고, 새 정보가 도착하면 출처를 직접 연결하고 변경 사항을 추적합니다...
official
rcsb-pdb-skill
openai
핵심 메타데이터, Search API 쿼리 및 FASTA 다운로드를 위한 간결한 RCSB PDB 요청을 제출합니다. 사용자가 간결한 RCSB 요약을 원할 때 사용하며, 원시 JSON 또는…을 저장합니다.
official
pdf
openai
PDF 읽기, 생성 및 검증 기능을 제공하며, 시각적 렌더링과 프로그래매틱 생성을 지원합니다. Poppler(pdftoppm)를 사용하여 PDF 페이지를 PNG로 렌더링하여 레이아웃, 간격, 타이포그래피를 시각적으로 검사할 수 있습니다. reportlab을 사용하여 프로그래매틱 방식으로 PDF를 생성하여 안정적인 포맷을 보장하며, pdfplumber 또는 pypdf를 통해 텍스트와 메타데이터를 추출합니다. 품질 기준을 준수합니다: 잘린 텍스트, 겹치는 요소, 깨진 표, 렌더링 아티팩트가 없어야 하며, ASCII 하이픈만 사용하고 사람이 읽을 수 있는 인용을 사용합니다.
official
test-coverage-improver
openai
Improve test coverage in the OpenAI Agents JS monorepo: run `pnpm test:coverage`, inspect coverage artifacts, identify low-coverage files and branches, propose…
official
playwright
openai
터미널 기반 브라우저 자동화로 요소 스냅샷 및 대화형 UI 워크플로우 지원. playwright-cli 래퍼 스크립트를 통해 작동하며(npx 필요), 헤드리스 및 헤드 모드 모두 지원하여 시각적 디버깅 가능. 핵심 워크플로우: 페이지 열기, 안정적인 요소 참조를 위한 스냅샷 생성, 참조를 사용한 상호작용, 탐색 또는 DOM 변경 후 재스냅샷. 양식 작성, 클릭, 타이핑, 다중 탭 관리, 스크린샷/PDF 캡처, 흐름 디버깅을 위한 트레이스 기록 포함. 요소 참조(예: e3, e15)...
official
ukb-topmed-phewas-skill
openai
단일 변이에 대한 간결한 UKB-TOPMed PheWAS 요약을 가져오며, rsID, GRCh37 또는 GRCh38 입력을 받아 필요한 GRCh38 쿼리로 변환합니다. 다음과 같은 경우에 사용하세요…
official
code-review-context
openai
모델 가시 컨텍스트
official