Diagramate

Project Team Organisation Chart Template

Project organisation chart with a sponsor, a project manager and four workstreams (analysis, development, testing, rollout and training) with their roles. For project charters, proposals and thesis reports, exported as PNG, Word or PowerPoint for free.

Project sponsor

Project manager

Analysis

Development

Testing

Rollout and training

Business analyst

Product owner

Architect

Developers ×4

Test engineers ×2

Implementation consultant

Trainer

Previewed in the “Cinnabar” theme; you can switch themes in the editor
Open in the editorFree · No sign-up · No watermark

Edit the text, pick a theme, export Word / PowerPoint / PDF

When to use it

Project charters, technical proposals, and the "project organisation" section of a software project report or thesis. The sponsor sits at the top, the project manager coordinates four workstreams, and each workstream lists its roles.

Making it yours

  • Edit roles and headcount inside the square brackets; delete a workstream together with its role lines.
  • Insert a steering committee or a QA function as an extra level between sponsor and project manager.
  • Show part-time members with a dashed connector: T2 -.- T2c[External consultant].

Mermaid code

flowchart TB
    S[Project sponsor]
    S --- M[Project manager]
    M --- T1[Analysis]
    M --- T2[Development]
    M --- T3[Testing]
    M --- T4[Rollout and training]
    T1 --- T1a[Business analyst]
    T1 --- T1b[Product owner]
    T2 --- T2a[Architect]
    T2 --- T2b[Developers ×4]
    T3 --- T3a[Test engineers ×2]
    T4 --- T4a[Implementation consultant]
    T4 --- T4b[Trainer]

Ask an AI for one with this structure

Send the prompt below to ChatGPT or Claude, then paste the whole reply into the editor; the code inside is detected automatically.

Draw a project organisation chart in Mermaid flowchart TB syntax: a project sponsor above a project manager, who leads Analysis, Development, Testing, and Rollout and training workstreams; list the roles under each (for example Architect, Developers ×4). Use plain connectors --- without arrowheads between levels. Output only the mermaid code block.

FAQ

How is this different from a company org chart?

A project chart is organised by project roles (sponsor, project manager, workstreams) and members may come from different departments; a company chart follows reporting lines. The drawing technique is the same.

Can I note which department each person comes from?

Add a second line inside the label: T2a[Architect<br/>from Platform team]. <br/> is a line break.

The chart looks small in Word

Switch the export scale to 3x before downloading so it stays sharp when scaled to page width, or insert the SVG export, which scales without loss.

More in this category

All templates

Updated 2026-09-05