A project timeline you can paste anywhere
Heavyweight Gantt tools are overkill for many plans. This builder turns a list of tasks — with owners, dates, dependencies, and milestones — into a clean, chronological text outline that drops straight into a doc, ticket, or status email, with durations computed for you.
How it works
Each task records a name, owner, start date, end date, an optional dependency, and a milestone flag. The tool parses the start and end dates and computes the inclusive duration in calendar days. It then sorts all tasks by start date so the timeline reads in order, and renders each line with its dates, duration, owner, and any dependency. Milestones are marked distinctly because they represent checkpoints rather than work spans. The output is plain text, so it survives copy-paste into any tool without formatting loss.
Tips and example
- Use ISO dates like
2026-07-01for unambiguous parsing across locales. - Name dependencies exactly as the predecessor task so the critical path is easy to trace.
- Mark sign-offs and launches as milestones to make the key dates jump out.
- A task running
2026-07-01to2026-07-05shows a duration of5 days(both ends counted).