Claude Prompt Library

30 Claude Prompts That Build Org Charts

30 copy-paste prompts

Describe your people and reporting lines and Claude returns a ready-to-render org chart as Mermaid code or a clean hierarchy you can paste into any tool. Prompts for company-wide, department, team, matrix, startup, and RACI charts. Not "describe an org chart."

In short: This page contains 30 copy-paste ready prompts, organized into 6 categories with a description and pro tip for each. The first 15 prompts are free instantly โ€” no signup needed. Hand-curated and tested by the AI Academy team.

By Louis Corneloup ยท Founder, Techpresso
Last updated ยทHand-curated & tested by the AI Academy team

Company-Wide Org Charts

5 prompts

Full Company Org Chart

1/30

You are an org-design consultant who turns messy team lists into clean organizational charts. <context> I need a complete top-to-bottom company org chart, delivered as a self-contained Mermaid diagram I can paste into any Mermaid renderer and see instantly, plus a plain-text hierarchy fallback. </context> <inputs> - Company name and size: [NAME, HEADCOUNT] - CEO / top leader: [NAME, TITLE] - C-suite / leadership: [NAMES AND TITLES] - Departments and their heads: [DEPT: HEAD NAME] - Notable sub-teams under each dept: [LIST] - Anyone with a dotted-line report: [PERSON -> SECONDARY MANAGER] </inputs> <task> Build a company-wide org chart from CEO down through the C-suite, then each department and its key sub-teams. Show solid reporting lines and any dotted-line relationships distinctly. Label every node with name and title. </task> <constraints> - Valid Mermaid flowchart TD syntax that renders with no edits; no orphan nodes. - Use subgraphs to group departments; use dotted arrows (-.->) for dotted-line reports. - Keep node labels concise (name + title only); no invented people beyond what I gave you. </constraints> <format> Return the Mermaid code in a code block (renders as a diagram), then an indented plain-text hierarchy as a fallback, and one line on how to swap in more people. </format>

Generates a full CEO-to-teams company org chart as ready-to-render Mermaid code plus a text hierarchy, ready to use.

๐Ÿ’ก

Pro tip: Paste your team roster straight from a spreadsheet; tell Claude which column is the person's manager so the lines connect correctly.

Executive / C-Suite Chart

2/30

You are an executive-team org strategist who maps leadership structures cleanly. <context> I need a focused chart of just the executive layer and their direct reports, delivered as a self-contained Mermaid diagram that renders instantly, plus a short explainer of the structure. </context> <inputs> - CEO: [NAME] - C-level roles and holders: [E.G. CTO, CFO, COO, CMO, CPO WITH NAMES] - Each executive's direct reports (VP/Director level): [EXEC -> REPORTS] - Any shared or co-leadership roles: [DESCRIBE] - Vacant / to-hire roles: [LIST] </inputs> <task> Build an executive org chart showing the CEO, each C-suite officer, and their VP/Director-level direct reports. Mark any vacant roles as "(open)" and clearly distinguish them visually. </task> <constraints> - Valid Mermaid flowchart TD; renders with no edits. - Style open roles with a dashed node border; keep to leadership tiers only, no ICs. - Every executive must connect to the CEO node; no floating nodes. </constraints> <format> Return the Mermaid code in a code block, then a two-sentence read of the span-of-control and any gap you notice. </format>

Produces a clean C-suite-and-direct-reports leadership chart as renderable Mermaid, marking open roles, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude to flag any executive with more than seven direct reports so you can spot overloaded leaders before the chart is final.

Board & Governance Structure

3/30

You are a corporate-governance advisor who diagrams board and committee structures. <context> I need a governance chart showing the board, its committees, and the reporting line to executive management, as a self-contained Mermaid diagram that renders instantly. </context> <inputs> - Board chair and members: [NAMES, ROLES] - Committees: [E.G. AUDIT, COMPENSATION, NOMINATING WITH CHAIRS] - Who each committee reports to: [BOARD] - Link to management: [BOARD -> CEO -> EXEC TEAM] - Any advisors or observers: [LIST] </inputs> <task> Build a governance chart with shareholders/owners at top (if relevant), the board of directors, each standing committee grouped under the board, and the reporting line down to the CEO and executive team. Show advisors as a separate dotted-line group. </task> <constraints> - Valid Mermaid flowchart TD; renders unchanged. - Group committees in a subgraph; use dotted arrows for advisory (non-reporting) relationships. - Keep labels to role + name; no invented committees. </constraints> <format> Return the Mermaid code in a code block, then a short note explaining the difference between the solid governance lines and the dotted advisory lines. </format>

Builds a board, committee, and management governance chart as renderable Mermaid separating reporting from advisory lines, ready to use.

๐Ÿ’ก

Pro tip: Give Claude each committee's exact charter scope and it will add a one-line purpose caption under each committee node.

Multi-Location / Regional Chart

4/30

You are an organizational designer for companies spread across regions and offices. <context> I need an org chart for a company operating in multiple locations, showing how regional structures roll up to global leadership, as a self-contained Mermaid diagram that renders instantly. </context> <inputs> - Global HQ leader: [NAME, TITLE] - Regions / offices: [E.G. NA, EMEA, APAC WITH THEIR HEADS] - Functions repeated per region: [E.G. SALES, OPS, SUPPORT] - Central / shared functions at HQ: [E.G. FINANCE, LEGAL, IT] - Reporting model: [REGIONAL HEADS -> GLOBAL CEO, FUNCTIONS -> ?] </inputs> <task> Build a chart with global leadership at top, each region as a grouped branch containing its local functions, and shared central functions shown once at HQ level. Make clear which regional roles report locally versus into a global function. </task> <constraints> - Valid Mermaid flowchart TD; renders with no edits. - One subgraph per region; central functions in their own subgraph; dotted lines for global-functional reporting. - No duplicate node IDs across regions; keep it readable. </constraints> <format> Return the Mermaid code in a code block, then a two-line summary of how regional and functional reporting coexist in this design. </format>

Creates a multi-region company chart rolling local functions up to global leadership as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Tell Claude your operating model (region-led vs function-led) so it draws the right lines as solid and the other as dotted.

Post-Merger Combined Org Chart

5/30

You are an M&A integration lead who designs combined organizational structures after a merger. <context> We just merged two organizations and I need a combined go-forward org chart, delivered as a self-contained Mermaid diagram that renders instantly, plus a note on the integration decisions. </context> <inputs> - Company A leadership and key teams: [NAMES, TITLES] - Company B leadership and key teams: [NAMES, TITLES] - Combined top leader: [NAME, TITLE] - Overlapping functions to merge: [E.G. TWO SALES TEAMS -> ONE] - Who leads each merged function: [FUNCTION -> LEADER] - Roles being sunset or transitioned: [LIST] </inputs> <task> Build a single combined org chart under the new top leader, merging overlapping functions into one branch each with the chosen leader, preserving distinct teams where they stay separate, and marking transitioning roles clearly. </task> <constraints> - Valid Mermaid flowchart TD; renders unchanged. - Mark merged functions with a note and sunsetting roles with a dashed border. - Do not lose any named person unless I listed them as sunset; no invented roles. </constraints> <format> Return the Mermaid code in a code block, then a short list of the merge decisions you made and any duplicate role that still needs resolving. </format>

Merges two org structures into one go-forward company chart as renderable Mermaid, flagging duplicate and transitioning roles, ready to use.

๐Ÿ’ก

Pro tip: List which company each leader came from and ask Claude to color-code by legacy company so integration gaps are obvious at a glance.

XML tags are just the start. Learn the full Claude workflow.

A growing library of 300+ hands-on AI tutorials covering Claude, ChatGPT, and 50+ tools. New tutorials added every week.

Start 7-Day Free Trial

Department Org Charts

5 prompts

Engineering Department Structure

6/30

You are an engineering-org designer who structures technical teams for clear ownership. <context> I need an org chart for my engineering department, delivered as a self-contained Mermaid diagram that renders instantly, showing leadership, teams, and reporting lines. </context> <inputs> - Head of engineering: [NAME, TITLE] - Teams / squads and their leads: [E.G. PLATFORM, FRONTEND, MOBILE, DATA WITH EM/LEAD] - Roles under each team: [ENGINEERS, SENIORS, ETC] - Shared functions: [E.G. QA, DEVOPS, SECURITY] - Any dotted-line reports (e.g. staff engineers): [LIST] </inputs> <task> Build an engineering org chart from the head of engineering down through each team, showing engineering managers/leads and their reports, with shared functions (QA, DevOps, Security) grouped separately and connected via dotted lines where they support multiple teams. </task> <constraints> - Valid Mermaid flowchart TD; renders with no edits. - Group each squad in a subgraph; dotted arrows for cross-team support roles. - Keep labels to name + role; no floating nodes. </constraints> <format> Return the Mermaid code in a code block, then a two-sentence note on the manager-to-engineer ratio and where it looks stretched. </format>

Builds an engineering department chart with squads, leads, and shared functions as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Tell Claude your target IC-to-manager ratio and it will highlight any team that exceeds it so you can plan the next EM hire.

Sales Organization Chart

7/30

You are a revenue-org architect who structures sales teams by segment and motion. <context> I need a sales org chart, delivered as a self-contained Mermaid diagram that renders instantly, showing leadership down to reps and any specialist roles. </context> <inputs> - Head of sales / CRO: [NAME] - Segments or regions: [E.G. SMB, MID-MARKET, ENTERPRISE OR TERRITORIES] - Managers per segment: [NAMES] - Rep roles: [AE, SDR, BDR COUNTS OR NAMES] - Supporting roles: [SALES ENG, SALES OPS, ENABLEMENT] </inputs> <task> Build a sales org chart from the CRO down through each segment/region, its manager, and the reps beneath, with supporting roles (Sales Engineering, Ops, Enablement) grouped as a shared function connected to leadership. </task> <constraints> - Valid Mermaid flowchart TD; renders unchanged. - One subgraph per segment; group support roles separately; dotted lines where support serves all segments. - If I give rep counts instead of names, represent them as a single labeled node (e.g. "AEs (x6)"). </constraints> <format> Return the Mermaid code in a code block, then a short note on the manager span per segment and any segment that looks under-resourced. </format>

Produces a sales org chart by segment with reps, managers, and support roles as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Give Claude your quota-carrying vs non-carrying roles so it can visually separate the selling line from the support functions.

Marketing Team Structure

8/30

You are a marketing-org designer who structures teams across demand, brand, and content. <context> I need a marketing department org chart, delivered as a self-contained Mermaid diagram that renders instantly, showing sub-teams and reporting lines. </context> <inputs> - Head of marketing / CMO: [NAME] - Sub-teams and leads: [E.G. DEMAND GEN, CONTENT, BRAND, PRODUCT MARKETING, OPS] - Roles under each sub-team: [LIST] - Shared / agency resources: [DESIGN, FREELANCERS, EXTERNAL AGENCY] - Any matrixed roles (e.g. PMM into product): [LIST] </inputs> <task> Build a marketing org chart from the CMO down through each function (demand gen, content, brand, product marketing, marketing ops), showing leads and their reports, with shared design/agency resources grouped and any matrixed roles shown with dotted lines to their secondary owner. </task> <constraints> - Valid Mermaid flowchart TD; renders with no edits. - Subgraph per function; dotted arrows for matrixed or external relationships. - Keep labels to name + role; no invented functions. </constraints> <format> Return the Mermaid code in a code block, then a two-line note on which functions are thin and might be next to hire into. </format>

Creates a marketing department chart across demand, content, brand, and ops as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude to add a small tag on each node showing whether the role is in-house or agency so budget conversations are easier.

HR / People Department Chart

9/30

You are a People-ops org designer who structures HR teams by specialty. <context> I need an org chart for my HR / People department, delivered as a self-contained Mermaid diagram that renders instantly, showing specialties and reporting lines. </context> <inputs> - Head of People / CHRO: [NAME] - Specialties and leads: [E.G. RECRUITING, HRBP, L&D, COMP & BEN, PEOPLE OPS] - Roles under each specialty: [LIST] - HR business partners and who they support: [HRBP -> DEPT] - Shared services / systems roles: [HRIS, PAYROLL] </inputs> <task> Build an HR org chart from the CHRO down through each specialty (Talent Acquisition, HRBP, L&D, Total Rewards, People Ops), showing leads and reports, with HRBPs shown by the business unit they support via dotted lines, and shared services grouped separately. </task> <constraints> - Valid Mermaid flowchart TD; renders unchanged. - Subgraph per specialty; dotted arrows from HRBPs to the departments they serve. - Labels to name + role only; no floating nodes. </constraints> <format> Return the Mermaid code in a code block, then a short note on the HRBP-to-employee coverage and any business unit left without a partner. </format>

Builds a People/HR department chart by specialty with HRBP coverage lines as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Tell Claude your total employee count and it will estimate whether your HRBP-to-headcount ratio is healthy in the note.

Finance & Accounting Chart

10/30

You are a finance-org designer who structures accounting and FP&A teams for control and clarity. <context> I need an org chart for my Finance and Accounting department, delivered as a self-contained Mermaid diagram that renders instantly, showing functions and reporting lines. </context> <inputs> - CFO / head of finance: [NAME] - Functions and leads: [E.G. ACCOUNTING, FP&A, TREASURY, TAX, PROCUREMENT] - Roles under each function: [CONTROLLER, ANALYSTS, AP/AR, ETC] - Segregation-of-duties splits to preserve: [DESCRIBE] - Any outsourced functions: [E.G. PAYROLL, AUDIT] </inputs> <task> Build a finance org chart from the CFO down through Accounting, FP&A, Treasury, and Tax, showing each function's lead and roles, keeping any segregation-of-duties splits visible, and marking outsourced functions as an external dotted-line group. </task> <constraints> - Valid Mermaid flowchart TD; renders with no edits. - Subgraph per function; dotted arrows for outsourced relationships. - Preserve the AP/AR or maker-checker separation I describe; no invented roles. </constraints> <format> Return the Mermaid code in a code block, then a two-line note on any segregation-of-duties risk you notice in the structure. </format>

Produces a finance and accounting department chart preserving segregation-of-duties as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Describe which roles must not overlap (e.g. whoever approves payments cannot record them) so Claude keeps controls visible in the chart.

Team Org Charts

5 prompts

Product Squad Structure

11/30

You are a product-org coach who designs cross-functional squads around clear missions. <context> I need an org chart for a single product squad, delivered as a self-contained Mermaid diagram that renders instantly, showing every member, their function, and reporting lines. </context> <inputs> - Squad name / mission: [NAME AND WHAT IT OWNS] - Product lead / manager: [NAME] - Engineering members: [NAMES OR ROLES] - Design members: [NAMES OR ROLES] - Other functions embedded: [DATA, QA, RESEARCH] - Who each member reports to functionally: [PERSON -> FUNCTIONAL MANAGER] </inputs> <task> Build a squad chart showing the product lead at the center-top with engineering, design, and embedded functions grouped beneath, plus dotted lines from each member to their functional home (e.g. engineers to the EM outside the squad) to make the matrix reality clear. </task> <constraints> - Valid Mermaid flowchart TD; renders unchanged. - Solid lines for squad membership, dotted lines for functional reporting; group the squad in a subgraph. - Labels to name + role; no invented members. </constraints> <format> Return the Mermaid code in a code block, then a short note on whether the squad has the skill coverage to be self-sufficient. </format>

Builds a single cross-functional product squad chart with functional dotted lines as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: List which skills the squad is missing and Claude will add an "(open)" node so the chart doubles as a hiring request.

Customer Support Team Chart

12/30

You are a support-operations designer who structures teams by tier and channel. <context> I need a customer support team org chart, delivered as a self-contained Mermaid diagram that renders instantly, showing tiers, leads, and escalation flow. </context> <inputs> - Support leader: [NAME, TITLE] - Tiers: [E.G. TIER 1, TIER 2, TIER 3 / SPECIALISTS] - Team leads per tier: [NAMES] - Channels covered: [EMAIL, CHAT, PHONE] - Escalation path: [TIER 1 -> TIER 2 -> ENGINEERING] - Shift or region coverage: [DESCRIBE] </inputs> <task> Build a support org chart from the support leader down through each tier and its lead and agents, then show the escalation flow between tiers as a separate labeled path, and note channel or shift coverage where relevant. </task> <constraints> - Valid Mermaid flowchart TD; renders with no edits. - Reporting lines solid; the escalation path drawn with a distinct labeled arrow style. - If I give agent counts, use single nodes like "Tier 1 Agents (x8)"; no floating nodes. </constraints> <format> Return the Mermaid code in a code block, then a two-line note on whether coverage looks adequate across tiers and channels. </format>

Creates a tiered customer support team chart with an escalation path as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Tell Claude your ticket volume per tier and it will flag any tier that looks understaffed relative to the load.

Agile Scrum Team Chart

13/30

You are an agile coach who maps Scrum team structures and their stakeholders. <context> I need a chart of a Scrum team and its surrounding roles, delivered as a self-contained Mermaid diagram that renders instantly, distinguishing core team from stakeholders. </context> <inputs> - Product Owner: [NAME] - Scrum Master: [NAME] - Development team members and roles: [NAMES / ROLES] - Stakeholders: [E.G. BUSINESS SPONSOR, USERS, OTHER TEAMS] - Any scaled-agile layer above (e.g. RTE, chapter lead): [LIST] </inputs> <task> Build a Scrum team chart with the core team (PO, Scrum Master, developers) grouped tightly, stakeholders connected via dotted lines as inputs (not managers), and any scaling role above shown connecting into the team. Make clear the PO and Scrum Master are peers, not manager-report. </task> <constraints> - Valid Mermaid flowchart TD; renders unchanged. - Core team in a subgraph; dotted lines for stakeholders; avoid implying hierarchy inside the core team. - Labels to name + Scrum role; no invented members. </constraints> <format> Return the Mermaid code in a code block, then a short note clarifying which relationships are accountability versus mere collaboration. </format>

Builds a Scrum team chart separating the core team from stakeholders as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude to avoid drawing the Scrum Master above the developers; the whole point is showing a flat, self-organizing team.

Small Team Reporting Lines

14/30

You are an org designer who makes clean charts for small teams and early departments. <context> I have a small team and need a simple, clear reporting chart, delivered as a self-contained Mermaid diagram that renders instantly, plus a plain-text version. </context> <inputs> - Team leader: [NAME, TITLE] - Members and their roles: [NAME: ROLE] - Who reports to whom: [PERSON -> MANAGER] - Anyone shared with another team: [PERSON -> OTHER TEAM] - The team's purpose in one line: [PURPOSE] </inputs> <task> Build a straightforward reporting chart for the team: leader at top, direct reports beneath in a logical order, any sub-lead grouping their people, and shared members shown with a dotted line to their other team. Keep it simple and legible. </task> <constraints> - Valid Mermaid flowchart TD; renders with no edits. - Solid lines for direct reports, dotted for shared members; no unnecessary subgraphs for such a small team. - Labels to name + role; no invented people. </constraints> <format> Return the Mermaid code in a code block, then an indented plain-text hierarchy as a fallback for docs that do not render Mermaid. </format>

Produces a simple small-team reporting chart as renderable Mermaid plus a text fallback, ready to use.

๐Ÿ’ก

Pro tip: For teams under ten people, ask Claude to keep it a single clean tree; subgraphs add clutter you do not need yet.

Cross-Functional Project Team

15/30

You are a project-org designer who assembles temporary cross-functional teams. <context> I need a chart for a cross-functional project team pulled from multiple departments, delivered as a self-contained Mermaid diagram that renders instantly, showing project reporting versus home-department reporting. </context> <inputs> - Project name and goal: [NAME, OUTCOME] - Project lead / sponsor: [NAME, TITLE] - Members and their home departments: [NAME: DEPT / ROLE] - Each member's home manager: [NAME -> HOME MANAGER] - Part-time vs full-time on the project: [MARK EACH] </inputs> <task> Build a project team chart with the project lead at top and all members beneath as the project team, then dotted lines from each member back to their home department manager, and a marker showing part-time versus full-time allocation. </task> <constraints> - Valid Mermaid flowchart TD; renders unchanged. - Solid lines for project reporting, dotted lines to home managers; group the project team in a subgraph. - Annotate allocation (e.g. "50%") on nodes; no invented members. </constraints> <format> Return the Mermaid code in a code block, then a two-line note on total allocated capacity and any role that is stretched too thin across projects. </format>

Builds a cross-functional project team chart showing project vs home-department reporting as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Add each member's allocation percentage in the inputs; Claude will sum them and warn if anyone is committed past 100%.

Matrix Org Charts

5 prompts

Functional + Project Matrix

16/30

You are an org-design consultant who specializes in matrix structures. <context> I need a matrix org chart where people report both into a function and into projects, delivered as a self-contained Mermaid diagram that renders instantly and makes the two reporting axes obvious. </context> <inputs> - Functional managers: [E.G. ENG MANAGER, DESIGN MANAGER, QA MANAGER] - Project / product leads: [E.G. PROJECT A LEAD, PROJECT B LEAD] - People and their function: [NAME: FUNCTION] - Which project(s) each person works on: [NAME -> PROJECT] - Which line is the primary (solid) reporting line: [FUNCTIONAL OR PROJECT] </inputs> <task> Build a matrix chart with functional managers across one axis and project leads across the other, each person connected by a solid line to their primary manager and a dotted line to their secondary. Group functions and projects clearly so the two-axis nature is unmistakable. </task> <constraints> - Valid Mermaid flowchart TD (or LR if it reads better for a matrix); renders with no edits. - Solid line = primary manager, dotted line = secondary; use subgraphs for functions and for projects. - No node connected to two solid lines; that defeats the matrix clarity. </constraints> <format> Return the Mermaid code in a code block, then a short note on who each person's primary manager is and the classic two-boss risks to watch. </format>

Builds a functional-plus-project matrix chart with solid and dotted reporting lines as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Decide up front whether function or project is the solid line; tell Claude, and the whole matrix stays consistent and unambiguous.

Two-Boss (Solid vs Dotted) Chart

17/30

You are an org designer who clarifies dual-reporting relationships. <context> Several of my people have two managers and I need a chart that makes each person's solid-line and dotted-line boss crystal clear, delivered as a self-contained Mermaid diagram that renders instantly. </context> <inputs> - People with dual reporting: [NAME: ROLE] - Each person's solid-line (primary) manager: [NAME -> MANAGER] - Each person's dotted-line (secondary) manager: [NAME -> MANAGER] - What the solid line owns vs the dotted line: [DESCRIBE E.G. CAREER VS DAY-TO-DAY] - Other single-report team members for context: [LIST] </inputs> <task> Build a chart placing each dual-reporting person with a solid arrow to their primary manager and a dotted arrow to their secondary manager, and a small legend node explaining what each line means (who owns reviews, priorities, career growth). Include single-report peers for context. </task> <constraints> - Valid Mermaid flowchart TD; renders unchanged. - Exactly one solid line per person; dotted lines clearly styled; include a legend subgraph. - Labels to name + role; no invented people. </constraints> <format> Return the Mermaid code in a code block, then a two-line note on the most common friction point in each dual-reporting pair. </format>

Creates a dual-reporting chart making each person's solid and dotted-line manager explicit as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Spell out what each line controls (priorities vs performance reviews); Claude bakes that into a legend so nobody guesses.

Product x Region Matrix

18/30

You are an org strategist for companies structured by both product line and geography. <context> I need a matrix org chart crossing product lines with regions, delivered as a self-contained Mermaid diagram that renders instantly, showing how leaders on each axis intersect. </context> <inputs> - Product lines and their global heads: [PRODUCT: HEAD] - Regions and their heads: [REGION: HEAD] - Local product leaders (the intersections): [PRODUCT x REGION -> LEADER] - Primary reporting line: [PRODUCT-LED OR REGION-LED] - Shared central functions: [LIST] </inputs> <task> Build a matrix chart with global product heads on one axis and regional heads on the other, and the intersection roles (e.g. "Product A lead, EMEA") connected by a solid line to the primary axis and a dotted line to the secondary. Show shared central functions once. </task> <constraints> - Valid Mermaid flowchart TD or LR; renders with no edits. - Solid = primary axis, dotted = secondary; group products and regions in subgraphs. - Every intersection role connects to exactly one product head and one region head; no orphans. </constraints> <format> Return the Mermaid code in a code block, then a short note on which axis holds budget authority in this design and why that matters. </format>

Builds a product-by-region matrix chart with intersection roles as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Tell Claude which axis controls the budget; that single decision determines which line is solid and prevents endless turf disputes.

Center of Excellence + BU Matrix

19/30

You are an operating-model designer who balances centralized expertise with business-unit autonomy. <context> I need a matrix chart showing centers of excellence (CoEs) crossing business units, delivered as a self-contained Mermaid diagram that renders instantly. </context> <inputs> - Centers of excellence and their leads: [E.G. DATA COE, DESIGN COE] - Business units and their heads: [BU: HEAD] - Practitioners embedded in BUs from each CoE: [PERSON: COE, EMBEDDED IN BU] - Solid-line owner: [COE OR BU] - Shared standards the CoE sets: [DESCRIBE] </inputs> <task> Build a chart with CoEs on one axis and business units on the other, embedded practitioners connected by a solid line to their primary owner and a dotted line to the secondary, and a note node summarizing what standards each CoE governs across all BUs. </task> <constraints> - Valid Mermaid flowchart TD or LR; renders unchanged. - Solid = primary, dotted = secondary; subgraphs for CoEs and for BUs. - No practitioner with two solid lines; keep the CoE governance note concise. </constraints> <format> Return the Mermaid code in a code block, then a two-line note on how to keep the CoE from becoming a bottleneck for the BUs. </format>

Creates a center-of-excellence-by-business-unit matrix chart as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude to mark which decisions the CoE owns vs advises on so embedded practitioners know when to escalate.

Balanced Matrix Reporting Chart

20/30

You are an org-design expert who diagrams balanced matrix structures where power is shared evenly. <context> I need a balanced matrix org chart where functional and project authority are roughly equal, delivered as a self-contained Mermaid diagram that renders instantly and shows the shared authority explicitly. </context> <inputs> - Functional managers: [NAMES, FUNCTIONS] - Project managers: [NAMES, PROJECTS] - Shared team members: [NAME: FUNCTION, ON WHICH PROJECT] - What functional managers decide: [E.G. HOW, WHO, CAREER] - What project managers decide: [E.G. WHAT, WHEN, PRIORITY] </inputs> <task> Build a balanced matrix chart where each shared member connects with equal-weight lines to both a functional and a project manager, plus two legend nodes stating exactly which decisions each type of manager owns, so the shared authority is explicit rather than implied. </task> <constraints> - Valid Mermaid flowchart TD or LR; renders with no edits. - Use the same line style for both manager links to signal balance; include the two decision-rights legend nodes. - Group functions and projects in subgraphs; no invented people. </constraints> <format> Return the Mermaid code in a code block, then a short note on the coordination overhead a balanced matrix creates and one way to reduce it. </format>

Builds a balanced matrix chart with explicit shared decision rights as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Split the decision list cleanly (functional owns 'how/who', project owns 'what/when') so the legend removes day-to-day arguments.

Startup & Scaling Org Charts

5 prompts

Early-Stage Startup Org

21/30

You are a startup org advisor who designs lean structures for tiny founding teams. <context> I have an early-stage startup and need an org chart that reflects who owns what today, delivered as a self-contained Mermaid diagram that renders instantly, plus a text fallback. </context> <inputs> - Founders and their focus areas: [NAME: FOCUS] - First hires and roles: [NAME: ROLE] - Functions currently owned by a founder wearing two hats: [FOUNDER -> FUNCTIONS] - Contractors / part-timers: [LIST] - Functions with no owner yet: [LIST] </inputs> <task> Build a lean org chart showing founders and their primary functions, first hires beneath, founders who own multiple functions shown with a node per hat, contractors as a dotted-line group, and unowned functions marked "(no owner yet)" so the gaps are visible. </task> <constraints> - Valid Mermaid flowchart TD; renders with no edits. - Keep it lean, no fake layers; dotted lines for contractors; dashed nodes for unowned functions. - Labels to name + function; no invented hires. </constraints> <format> Return the Mermaid code in a code block, then an indented text hierarchy fallback and a one-line note on which unowned function to hire for first. </format>

Builds a lean early-stage startup org chart exposing multi-hat founders and unowned gaps as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: List every function a founder secretly owns; seeing the hats stacked on one node is usually the argument for the next hire.

Series A Scaling Org Chart

22/30

You are a scaling advisor who helps post-funding startups design their next org structure. <context> We just raised a round and need a scaled org chart introducing real management layers, delivered as a self-contained Mermaid diagram that renders instantly. </context> <inputs> - CEO and current leadership: [NAMES, TITLES] - New leadership roles to add: [E.G. VP ENG, HEAD OF SALES] - Existing teams and their sizes: [TEAM: SIZE] - Planned new teams: [LIST] - Which current people step into leadership: [PERSON -> NEW ROLE] </inputs> <task> Build a scaled org chart adding a leadership layer beneath the CEO, mapping existing team members into the new structure, marking newly created leadership roles as "(new)" and any external hire as "(to hire)", and grouping each function so the post-round shape is clear. </task> <constraints> - Valid Mermaid flowchart TD; renders unchanged. - Subgraph per function; dashed nodes for roles to hire; tag promoted-from-within roles. - Do not over-layer; one management tier is usually enough at this stage. </constraints> <format> Return the Mermaid code in a code block, then a short note listing the new roles in priority hiring order. </format>

Produces a post-Series-A scaled org chart with a new leadership layer and hiring tags as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Mark who gets promoted internally vs hired externally; Claude tags each so you can plan comp and onboarding differently.

Current-to-Future Org (Hiring Plan)

23/30

You are an org-planning consultant who visualizes the gap between today's team and the target org. <context> I need two org charts side by side in concept: the org today and the org in [TIMEFRAME], delivered as self-contained Mermaid diagrams that render instantly, so the hiring plan is obvious. </context> <inputs> - Current team: [NAMES, ROLES, MANAGERS] - Target timeframe: [E.G. 12 MONTHS] - Roles to add by then: [ROLE: WHEN] - Roles that change or get promoted: [PERSON -> NEW ROLE] - Total target headcount: [NUMBER] </inputs> <task> Produce two Mermaid charts: (1) the current org, and (2) the future-state org with all planned roles added and marked "(hire)" or "(promo)", grouped by function. Make the delta between the two visually obvious through consistent layout. </task> <constraints> - Two valid Mermaid flowchart TD diagrams in separate code blocks; both render with no edits. - Use dashed nodes for future hires; keep the same node order in both so the diff is readable. - No invented roles beyond my list. </constraints> <format> Return both Mermaid diagrams in labeled code blocks, then a hiring table (Role, Function, Target month, Promo or external) summarizing the plan. </format>

Generates current-state and future-state org charts plus a hiring table as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Give Claude your target headcount and it will tell you if your listed hires actually add up to the number you are planning for.

Founder Role Split Chart

24/30

You are a co-founder alignment coach who clarifies who owns what between founders. <context> My co-founders and I have blurry responsibilities and I need a chart that cleanly splits ownership, delivered as a self-contained Mermaid diagram that renders instantly. </context> <inputs> - Founders: [NAMES] - Every major function in the company: [LIST E.G. PRODUCT, ENG, SALES, FINANCE, HIRING] - Who is best suited to each: [FUNCTION -> FOUNDER, IF KNOWN] - Functions currently claimed by more than one founder: [LIST] - Decision areas needing a single owner: [LIST] </inputs> <task> Build a chart mapping each founder to the functions they own, assigning any contested function to a single primary owner (with the other as dotted-line backup), and flagging any function no founder is suited for as "(needs a hire)". The goal is one clear DRI per function. </task> <constraints> - Valid Mermaid flowchart TD; renders with no edits. - Each function has exactly one solid owner; dotted line for backup only. - Mark hire-needed functions with a dashed node; no invented functions. </constraints> <format> Return the Mermaid code in a code block, then a short ownership table (Function, Primary owner, Backup) and one note on the riskiest overlap you resolved. </format>

Builds a founder responsibility-split chart with one clear owner per function as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: List the functions two founders both claim; forcing a single owner per function is exactly the conversation this chart is meant to trigger.

Quarterly Headcount Growth Plan

25/30

You are a workforce-planning analyst who visualizes phased headcount growth. <context> I need a chart showing how the org grows quarter by quarter, delivered as a self-contained Mermaid diagram that renders instantly, plus a headcount table. </context> <inputs> - Current headcount by function: [FUNCTION: COUNT] - Hiring plan per quarter: [QUARTER -> ROLES / FUNCTIONS] - Budget or headcount cap: [NUMBER OR BUDGET] - Priority functions to grow first: [LIST] - Any planned reorg or team split: [DESCRIBE] </inputs> <task> Build a Mermaid diagram (timeline or grouped flowchart) showing each quarter as a stage with the roles added that quarter, grouped by function, so the growth path is visible. Reflect any team split as a branch at the quarter it happens. </task> <constraints> - Valid Mermaid syntax (timeline or flowchart LR); renders with no edits. - Group additions by quarter; keep function labels consistent across quarters. - Respect the headcount cap; do not add roles beyond it. </constraints> <format> Return the Mermaid code in a code block, then a headcount table (Function, current, +Q1, +Q2, +Q3, +Q4, end total) that ties to the cap. </format>

Creates a phased quarterly headcount growth diagram plus a running headcount table as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Give Claude a hard headcount cap and it will warn you the moment your quarterly hires exceed the budget instead of silently overshooting.

Most people use 10% of Claude. Tutorials unlock the rest.

AI Academy: 300+ hands-on tutorials on Claude, ChatGPT, Midjourney, and 50+ AI tools. New tutorials added every week.

Start Your Free Trial

RACI & Responsibility Charts

5 prompts

RACI Matrix for a Project

26/30

You are a project-governance expert who builds clear RACI responsibility matrices. <context> I need a RACI matrix for a project, delivered as a ready-to-paste Markdown table where each task has exactly one Accountable owner and no ambiguity. </context> <inputs> - Project name and goal: [NAME, OUTCOME] - Key tasks / deliverables: [LIST 6-12] - Roles / people involved: [LIST] - Known owners for any task: [TASK -> OWNER] - Approval or sign-off steps: [LIST] </inputs> <task> Build a RACI matrix with tasks as rows and roles as columns, filling each cell with R, A, C, or I. Enforce exactly one A per row, at least one R per row, and keep C and I minimal. Add a short definitions line and flag any row where you had to guess the owner. </task> <constraints> - Return a valid Markdown table that renders cleanly; one A per row, no blank rows. - Do not over-assign C; only include consult roles that genuinely add value. - Use the roles I gave you; mark guessed assignments with an asterisk. </constraints> <format> Return the RACI table, then a one-line RACI key and a short list of any rows that need my confirmation. </format>

Produces a project RACI matrix as a clean Markdown table with one accountable owner per task, ready to use.

๐Ÿ’ก

Pro tip: Ask Claude to reject any row with two A's; the single-accountable rule is what makes a RACI useful instead of decorative.

Decision Rights (DACI/RAPID) Chart

27/30

You are a decision-governance consultant who clarifies who decides what using DACI or RAPID. <context> I need a decision-rights chart for a set of recurring decisions, delivered as a ready-to-paste Markdown table so it is clear who drives, decides, and is consulted. </context> <inputs> - Framework: [DACI OR RAPID] - Recurring decisions to map: [LIST 5-10] - Roles / people: [LIST] - Known decider for any decision: [DECISION -> DECIDER] - Where past decisions stalled: [DESCRIBE] </inputs> <task> Build a decision-rights table with decisions as rows and the chosen framework's roles (e.g. Driver, Approver, Contributors, Informed for DACI) as columns, assigning each decision exactly one Approver/Decider, and add a note on any decision that historically stalled and how the clear owner fixes it. </task> <constraints> - Valid Markdown table; exactly one final decider per decision row. - Use only the framework I chose; keep contributor lists lean. - Flag guessed assignments with an asterisk; no blank rows. </constraints> <format> Return the decision-rights table, then a one-line key for the framework roles and a short note on the decisions most likely to speed up now. </format>

Builds a DACI or RAPID decision-rights table with one decider per decision as a clean Markdown table, ready to use.

๐Ÿ’ก

Pro tip: List the decisions that keep stalling; assigning a single Approver to each is usually the whole reason they were stuck.

Role & Responsibility Matrix

28/30

You are an org-clarity consultant who documents role responsibilities to remove overlap. <context> I need a role-and-responsibility matrix for a team, delivered as a ready-to-paste Markdown table mapping each responsibility to a single owner and any supporters. </context> <inputs> - Team / function: [NAME] - Roles on the team: [LIST] - Core responsibilities / areas: [LIST 8-15] - Areas currently owned by more than one person: [LIST] - Areas nobody clearly owns: [LIST] </inputs> <task> Build a matrix with responsibilities as rows and roles as columns, marking one Owner (O) and any Supporters (S) per responsibility. Resolve every double-owned area to a single Owner, mark unowned areas as "OWNER: TBD", and keep supporters minimal. </task> <constraints> - Valid Markdown table; exactly one Owner per row (or explicit TBD). - Do not leave silent overlaps; every contested area gets one clear owner. - Use only the roles I listed; no invented responsibilities. </constraints> <format> Return the responsibility matrix, then a short list of the overlaps you resolved and the areas still marked TBD for me to assign. </format>

Creates a team role-and-responsibility matrix resolving overlaps to one owner each as a clean Markdown table, ready to use.

๐Ÿ’ก

Pro tip: Explicitly list the areas two people both think they own; the matrix forcing one Owner per row is what ends the turf confusion.

Process Ownership Swimlanes

29/30

You are a process designer who maps who does what across the steps of a workflow. <context> I need a swimlane view of a process showing which role owns each step, delivered as a self-contained Mermaid diagram that renders instantly. </context> <inputs> - Process name: [NAME] - Roles involved (the lanes): [LIST] - Ordered steps: [LIST IN SEQUENCE] - Which role performs each step: [STEP -> ROLE] - Any handoffs or approvals between roles: [LIST] </inputs> <task> Build a Mermaid flowchart organized so each role's steps are grouped in its own subgraph (acting as a swimlane), with arrows showing the process flowing step to step and crossing lanes at each handoff, so responsibility for every step is unambiguous. </task> <constraints> - Valid Mermaid flowchart LR with one subgraph per role as a swimlane; renders with no edits. - Every step sits in exactly one lane; handoffs shown as arrows crossing between subgraphs. - Label approval steps distinctly; no orphan steps. </constraints> <format> Return the Mermaid code in a code block, then a short note on the handoffs most likely to cause delays and who to make accountable for each. </format>

Builds a swimlane process diagram assigning each step to an owning role as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: List the handoffs explicitly; the lane crossings are where work stalls, and naming an owner for each is the point of the diagram.

Escalation & On-Call Path

30/30

You are an incident-management designer who builds clear escalation and on-call responsibility charts. <context> I need an escalation path showing who is responsible at each tier and when to escalate, delivered as a self-contained Mermaid diagram that renders instantly. </context> <inputs> - Incident types or severities: [E.G. SEV1, SEV2, SEV3] - Tiers / on-call roles: [E.G. FRONT LINE, ON-CALL ENG, ENG MANAGER, EXEC] - Who holds each tier: [TIER -> NAME OR ROTATION] - Escalation triggers: [E.G. UNRESOLVED IN X MINUTES] - Notification targets per severity: [LIST] </inputs> <task> Build an escalation chart showing the flow from detection through each responsibility tier, with decision nodes for the escalation triggers (e.g. "resolved? no -> escalate") and severity-based branches that notify the right people, so on-call responsibility is unambiguous at every step. </task> <constraints> - Valid Mermaid flowchart TD with decision diamonds for triggers; renders with no edits. - Each tier is a distinct node; escalation arrows labeled with the trigger condition. - Cover the severities I listed; no dead-end nodes. </constraints> <format> Return the Mermaid code in a code block, then a short escalation table (Severity, First responder, Escalates to, Trigger) as a text companion. </format>

Produces an incident escalation and on-call responsibility flow with severity branches as renderable Mermaid, ready to use.

๐Ÿ’ก

Pro tip: Give Claude your exact time-to-escalate thresholds; putting them on the arrows turns a vague policy into an unambiguous runbook.

Frequently Asked Questions

Yes. Each prompt asks Claude to return the org chart as Mermaid code, which renders into a real diagram in any Mermaid-compatible tool (Notion, GitHub, Obsidian, mermaid.live) with zero edits. Most prompts also return a plain-text hierarchy or a table as a fallback for tools that do not render Mermaid.
Copy the Mermaid code block Claude returns and paste it into mermaid.live for an instant preview, or into a Notion or GitHub markdown block, an Obsidian note, or Confluence. It renders automatically. For RACI and responsibility prompts, Claude returns a Markdown table you can paste straight into any doc or spreadsheet.
Company-wide, department, and team charts show reporting hierarchy. Matrix charts show dual reporting (solid plus dotted lines). Startup and scaling charts show today's org and the hiring plan to grow it. RACI and responsibility charts are tables that map who is Responsible, Accountable, Consulted, and Informed for each task, rather than who reports to whom.
No. You describe your people and reporting lines in plain language using the bracketed inputs, and Claude writes valid Mermaid for you. If the diagram needs a tweak, just tell Claude what to change (add a person, make a line dotted, group a team) and it edits the code for you.
Paste your existing Mermaid code back to Claude and describe the change, such as a new hire, a promotion, or a team split, and ask it to update the diagram. Because the source is plain text, your org chart lives in version control or a doc and updates in seconds rather than being redrawn by hand.

Prompts are the starting line. Tutorials are the finish.

A growing library of 300+ hands-on tutorials on ChatGPT, Claude, Midjourney, and 50+ AI tools. New tutorials added every week.

7-day free trial. Cancel anytime.