How to Write a Project Charter That Actually Gets Used
A project charter is a short document that formally authorizes a project, defines its scope and objectives, and identifies the key stakeholders and constraints. It is the bridge between an idea being approved and a project kickoff happening. Despite its importance, most project charters are either overly bureaucratic documents that nobody reads or they are skipped entirely, leaving teams without a shared understanding of what they are building and why.
How to Write a Project Charter That Actually Gets Used
Why Project Charters Matter
Without a charter, projects drift. Team members have different assumptions about scope, stakeholders have different expectations about outcomes, and nobody has a reference point for making trade-off decisions. When a new feature request arrives mid-project, the team without a charter debates endlessly; the team with a charter checks whether the request aligns with the stated objectives and decides in minutes.
A good charter is one page. It is not a project plan, a requirements document, or a work breakdown structure. It answers five questions: What are we doing? Why are we doing it? Who is involved? What are the boundaries? How will we know if we succeeded?
The Five Essential Sections
1. Project Purpose and Justification
State the business problem or opportunity in two to three sentences. Explain why this project matters now. Connect it to organizational goals or OKRs if applicable.
Good example: “Customer support ticket volume has increased 40% in six months while team size has stayed flat. This project will implement an AI-powered triage system that automatically categorizes and routes tickets, reducing average resolution time by 30%.”
Bad example: “This project will modernize our support infrastructure to improve operational efficiency and deliver best-in-class customer experiences.” This says nothing specific and could describe any project.
2. Objectives and Success Criteria
Define measurable outcomes. Each objective should have a metric and a target. Use the SMART framework (Specific, Measurable, Achievable, Relevant, Time-bound) or a similar approach from your goal-setting framework.
| Objective | Metric | Target | Deadline |
|---|---|---|---|
| Reduce ticket routing time | Average time to assign | Under 2 minutes | Q3 2025 |
| Decrease resolution time | Average time to resolve | 30% reduction | Q4 2025 |
| Maintain customer satisfaction | CSAT score | Above 4.2/5.0 | Ongoing |
3. Scope and Boundaries
Define what is included and, equally important, what is excluded. Scope creep is the most common reason projects fail, and a clear boundary statement in the charter is the first line of defense for managing scope changes.
In scope: AI categorization of support tickets, integration with existing help desk, automated routing rules, reporting dashboard.
Out of scope: Customer-facing chatbot, help desk platform migration, support team hiring, knowledge base redesign.
The out-of-scope list is as important as the in-scope list. It prevents assumptions and provides a documented reference when stakeholders request additions.
4. Stakeholders and Roles
Identify who is involved and what authority they have:
| Role | Person | Responsibility |
|---|---|---|
| Project Sponsor | VP of Support | Final decisions, budget approval |
| Project Lead | Senior PM | Day-to-day management, stakeholder communication |
| Technical Lead | Staff Engineer | Architecture, technical decisions |
| Key Stakeholder | Support Manager | Requirements input, user acceptance |
Keep this list short. A charter with twenty stakeholders signals a project that has not clearly defined decision-making authority. Use a stakeholder management strategy to identify who genuinely needs to be involved.
5. Constraints and Assumptions
Document the known constraints: budget limits, timeline requirements, technology restrictions, team availability. Also document assumptions — things the team believes to be true but has not verified.
Constraints:
- Budget: $150,000
- Timeline: Must launch before Q4 support surge
- Technology: Must integrate with existing Zendesk instance
- Team: Two engineers available, no additional headcount
Assumptions:
- Zendesk API supports the required data extraction
- Historical ticket data is clean enough for AI training
- Support team will adopt the new routing system
Assumptions are risks in disguise. Each unverified assumption should become an early investigation task in the project plan.
Charter Format
Keep the charter to one page. Use bullet points, tables, and short sentences. If the charter exceeds two pages, it is too detailed — move the extra detail into the project plan.
Store the charter where the team works. If the team uses Confluence, put it there. If the team uses Notion, put it there. A charter buried in a SharePoint folder that nobody visits is useless.
Getting Approval
The charter needs approval from the project sponsor before work begins. This approval is the formal authorization to allocate resources and spend budget. Without it, the project exists informally and can be killed without consequence.
Present the charter in a 15-minute meeting. Walk through each section, answer questions, and document any changes. Once approved, share the charter with the full team and reference it during the project kickoff meeting.
Living Document
The charter should be revisited when significant changes occur. If the project scope expands, the budget increases, or the timeline shifts, update the charter to reflect reality. A charter that describes a different project than what the team is actually building has lost its value.
Review the charter monthly during status reports to verify the project is still aligned with its stated purpose and objectives. If it is not, the team needs to either realign the work or update the charter with stakeholder approval.