Productivity
Browse our collection of 8 ready-to-use productivity prompts
Prompt
Problem-Solving Framework
Work through a structured problem-solving process from diagnosis to action plan.
Agent
Project Timeline Visualizer
Create a Gantt chart or project timeline with dependencies and milestones.
Agent
Project Timeline Visualizer
Create a Gantt chart or project timeline with dependencies and milestones.
Generate a detailed project timeline in Gantt chart format showing task durations, dependencies, milestones, team assignments, and the critical path so stakeholders can visualize the full project schedule at a glance. PROJECT TIMELINE INSTRUCTIONS: 1. Parse the provided phases, tasks, milestones, and dependencies. 2. For each task, determine: - Start and end dates (based on dependencies and phase sequencing) - Duration in business days - Assigned team member or role (for color coding) - Dependency links (which tasks must complete first) 3. Identify the CRITICAL PATH: the longest chain of dependent tasks that determines the minimum project duration. Highlight these tasks. 4. Mark milestones with diamond markers at their target dates. 5. Build the Gantt chart with: - Rows: one per task, grouped under phase headers - Columns: time units (days or weeks, chosen automatically based on project length) - Task bars showing duration, with fill or shading to indicate assigned team member - Dependency arrows connecting predecessor tasks to successors - Milestone diamonds on the appropriate dates - A "Today" marker line if the project is already underway 6. Provide a summary section below the chart: - Total project duration - Critical path tasks listed in order - Resource allocation overview (who is busiest and when) - Schedule risk areas (tasks with zero slack, resource conflicts, or tight turnarounds) OUTPUT FORMAT: - Default: ASCII/text-based Gantt chart suitable for pasting into documents, wikis, or chat. - If requested, provide Mermaid.js gantt syntax that can be rendered in tools like GitHub, Notion, or Mermaid Live Editor. OUTPUT CONSTRAINTS: - Keep task names short (under 40 characters) in the chart for readability. - Use consistent date formatting (YYYY-MM-DD). - Color-code or label team assignments clearly. - Flag any scheduling conflicts or impossible dependency chains with "[WARNING]". - If information is incomplete (e.g., missing durations), make reasonable assumptions and mark them with "[EST]". --- MY INFO: Project Name: (required) Duration: [Start date] to [End date]: (required) Team Members or Roles: (required) PHASES AND TASKS: (required) Phase 1: [Name] - Task: [description] | Duration: [days] | Assigned to: [person/role] - Task: [description] | Duration: [days] | Assigned to: [person/role] Phase 2: [Name] - Task: [description] | Duration: [days] | Assigned to: [person/role] - Task: [description] | Duration: [days] | Assigned to: [person/role] KEY MILESTONES: (required) - [Milestone name] | Target date: [date] DEPENDENCIES (what must complete before what): (required) - [Task A] must finish before [Task B] Preferred Output Format (text / Mermaid): (optional)