Productivity
How to Use a One-Page Project Brief
A one-page project brief helps keep a project understandable without creating heavy documentation. It gives the work a shared shape: what the project is trying to accomplish, what is included, what is excluded, what could go wrong, and what happens next. This is useful for small projects because small projects often fail quietly. The goal is simple at the start, then extra ideas, unclear scope, and hidden assumptions make it heavier than expected.
Published 2026-07-06 · 8 min read
Write the goal in plain language
Start with one or two sentences that describe the outcome. Avoid internal jargon if possible.
If the goal is hard to explain simply, the project may still be unclear.
A good goal says what will be different when the project is done:
- "Publish a simple content website with articles, category pages, and trust pages." - "Create a weekly planning routine that can be completed in 20 minutes." - "Prepare a contact page that gives visitors a working way to reach the site owner."
Avoid goals that only describe activity:
- "Work on the website." - "Improve productivity." - "Research options."
Activity can continue forever. A project brief needs an outcome.
Name the audience and success measure
A project is easier to shape when you know who it serves and how success will be recognized.
Write:
```text Audience: Success looks like: ```
For example, the audience might be first-time visitors, internal teammates, paying customers, or future you. Success might be a published page, a working workflow, an approved application, or a decision made with enough information.
This keeps the project from drifting toward features that do not serve the audience.
Define what is out of scope
Scope is easier to protect when exclusions are explicit. Write what the project will not include in the current version.
This prevents small projects from quietly becoming large projects.
Out-of-scope notes are not negative. They protect focus.
Examples:
- In scope: static article pages and category pages. - Out of scope: user accounts, comments, newsletter, and custom CMS.
Or:
- In scope: choose an email contact method for launch. - Out of scope: build a full support system.
The brief can also include "later" ideas. This gives good ideas a place to wait without letting them invade the current version.
List risks and assumptions
A useful brief should show what might go wrong and what you are assuming. Risks are not a sign of failure. They are a sign that the plan is honest.
Assumptions are especially important because they are often invisible until they break.
Common risks include:
- timeline is too optimistic - content is not ready - dependency on another person or service - unclear decision owner - technical constraint - budget or time limit
Common assumptions include:
- the current tool is enough - the audience wants this format - the site can stay static for now - a manual process is acceptable for launch
Write risks in plain language. Then add a mitigation if one is obvious.
Record key decisions
Small projects generate decisions that are easy to forget. Add a short section for decisions:
```text Decisions: - Use Markdown files for article content. - Keep launch static. - Use Gmail contact address for now. ```
This saves time later. When someone asks why the project took a certain direction, the answer is in the brief instead of scattered across chats and notes.
End with next steps
The brief should lead to action. Add the next three steps, owners if relevant, and any dates that matter.
If a brief does not change what happens next, it is probably too vague.
Good next steps are specific:
- Draft the first 10 articles. - Review privacy policy for ad-related language. - Run production build. - Test the contact page on mobile.
Weak next steps are vague:
- Continue. - Improve site. - Think about content.
If the next step is unclear, the brief needs more work before execution.
Keep it to one page on purpose
The one-page limit is useful. It forces decisions. If the project needs detailed research, technical notes, or design sketches, link them from the brief instead of expanding the brief endlessly.
The brief is the map, not the whole territory. It should be easy to read before a meeting, coding session, or review.
A simple project brief template
```text Project name: Goal: Audience: Success looks like: In scope: Out of scope: Risks: Assumptions: Key decisions: Next steps: ```
Use the template lightly. The value is not the form. The value is forcing the project to become understandable.
Quick checklist
- State the goal plainly.
- Name the audience and success measure.
- Define the current scope.
- List what is out of scope.
- Note risks and assumptions.
- Record key decisions.
- End with clear next steps.