All templates
Gantt template

Financial quarter planning timeline

Quarterly planning milestones from strategy through close-out.

Financial quarter planning is a rhythm: every 90 days you review the last quarter's results, set strategy and budget for the new quarter, execute against it, and close out the books before starting again. This timeline maps the full cycle from review through close-out, showing the thinking phase up front, execution running all quarter, and the reconciliation at the end.

The key is visibility — every department (finance, product, engineering, HR) needs to see when decisions lock (budget is set on day 12), when they need to report (headcount reconciliation on day 83), and what overlaps with what (hiring happens in parallel with project launches, both within the same spend envelope).

When to use this template

  • All-hands or board meeting prep — show the full planning calendar so everyone knows what's due when and sees themselves in the timeline.
  • Onboarding finance or operations teams — answer "what happens at the end of a quarter?" and "when do we lock the budget?" with a visual everyone agrees on.
  • Scaling the business — as you grow, this timeline gets more detail (weekly check-ins, bi-weekly forecasts). Use this as the skeleton and add your layers.

How to adapt it

Customize the dates, milestones, and sections to match your company's fiscal calendar and review cycles:

  • Change the start date to your actual Q1/Q2/Q3/Q4 and adjust the 90-day span.
  • Add domain-specific phases: marketing might add campaign planning, product might add feature gates, HR might add talent reviews.
  • Insert checkpoints: many large orgs do a mid-quarter health check (day 45) to catch forecast misses early.
  • Layer in deadlines for reporting (to board, to investors, to tax authorities) if you have external commitments.

Visual edits regenerate clean Mermaid code, so you can shift dates, rename sections, and adjust task dependencies by dragging — no syntax required — and still export version-control-friendly text for your wiki or handbook.

Mermaid code

Copy it anywhere Mermaid is supported — GitHub, Notion, or your docs.

gantt
    title Q3 Financial Planning & Execution
    dateFormat YYYY-MM-DD

    section Strategy
    Review prior quarter :qrev, 2026-07-01, 5d
    Set OKRs & headcount :okr, 2026-07-06, 7d
    Finalize budget :budget, 2026-07-13, 3d

    section Execution
    Hiring & onboarding :hire, 2026-07-16, 60d
    Project launches :proj, 2026-07-20, 45d
    Spend tracking :spend, 2026-07-01, 62d

    section Close-out
    Variance analysis :var, 2026-09-21, 3d
    Headcount reconcile :hc, 2026-09-22, 2d
    Close books :close, 2026-09-24, 2d
    Debrief & lessons :debrief, 2026-09-26, 2d

Frequently asked questions

What should a quarterly planning timeline include?
The full cycle from thinking to closing: strategy phase (reviewing the previous quarter, setting OKRs, locking the budget), execution phase (hiring, projects, spend tracking running in parallel all quarter), and close-out phase (reconciling actual to plan, variance analysis, lessons learned). This diagram squeezes 90 days into one view so every stakeholder sees the critical path and the overlaps.
Why do we plan quarterly instead of monthly or annually?
Quarterly planning balances stability with agility. Twelve-month plans are stale by month 3; monthly cycles are admin overhead with no room for execution. Quarterly gives you enough time to hire, ship features, and see results, while staying close enough to reality to adjust for market changes, churn, or unexpected wins.
What is a variance analysis and when does it happen?
Variance analysis compares what you planned (budget, headcount, customer metrics) to what actually happened, and asks why — if you budgeted $500k for marketing but spent $350k, did you underestimate, or did you hold back? It happens at the end of the quarter before the new quarter starts, so you can correct the next quarter's plan and spot systemic problems (e.g., you're always over in one category).
How do I customize this for a smaller or larger organization?
Shrink or expand the timeline and tasks to match your pace. A startup might compress everything to 4 weeks (review, set OKRs, execute, close); a large org might start planning 4 weeks before the quarter ends. Add domain-specific tasks: product teams add feature gates and launch reviews; finance teams add audit prep; HR adds attrition reviews.

Related templates