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.
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
Company Organisation Chart TemplateThree-level company organisation chart: a general manager, five departments (R&D, marketing, sales, finance, HR) and two teams under each. Rename the boxes for company profiles and employee handbooks and export PNG, Word or PowerPoint for free.
Engineering Department Org Chart TemplateEngineering department chart with a head of engineering, product, frontend, backend, QA and operations teams, and headcount on each role. For team introductions, hiring material and reports, exported as PNG, Word or PowerPoint for free.
Updated 2026-09-05