How to Write Better Task Descriptions
The most overlooked productivity skill is not prioritization, time management, or focus. It is writing tasks. Specifically, writing tasks that are clear enough to act on without additional interpretation, specific enough to know when they are done, and contextual enough that you (or anyone assigned the task) can start working without needing to ask questions.
Most tasks in most task management systems are poorly written. They are vague ("Marketing stuff"), passive ("Website updates"), or overly broad ("Fix the app"). These tasks create friction every time you encounter them. You stare at "Marketing stuff" and think: What marketing stuff? What specifically needs to be done? What is the deliverable? How long will this take? These unanswered questions consume cognitive resources and often lead to procrastination -- not because the work is hard, but because the task description does not provide enough information to start.
Writing better task descriptions takes an additional 10 to 30 seconds per task. That investment saves minutes of confusion each time you or a teammate encounters the task, reduces back-and-forth communication, and dramatically increases the likelihood that the task gets completed correctly.
The Anatomy of a Good Task
A well-written task has four components: an actionable title, sufficient context, a clear definition of done, and appropriate metadata.
Actionable Titles
Every task title should begin with a verb. This principle applies whether you are managing client work or personal tasks. The verb tells you what action to perform. The rest of the title tells you what to perform it on and any critical constraints.
Weak titles and their strong alternatives:
| Weak Title | Problem | Strong Title | |---|---|---| | Marketing plan | No verb, no specificity | Draft Q3 marketing plan outline | | Bug fixes | No specificity, plural (which bugs?) | Fix login timeout error on mobile | | Client meeting | Is this preparing for, attending, or following up? | Prepare agenda for Thursday client review | | Website | What about the website? | Redesign homepage hero section | | Emails | Which emails? To whom? | Send follow-up emails to webinar attendees | | Research | Research what, for what purpose? | Research competitor pricing for annual review |
The title should be specific enough that someone reading it knows exactly what "doing this task" looks like. If the title requires interpretation, it is too vague.
Title Formulas That Work
Several reliable formulas produce consistently clear titles:
- [Verb] [object] for [purpose/audience]: "Write onboarding guide for new hires"
- [Verb] [object] by [deadline/constraint]: "Submit expense report by Friday"
- [Verb] [object] using [tool/method]: "Analyze traffic data using Google Analytics"
- [Verb] [object] in [location/system]: "Update pricing page in CMS"
The formula ensures the title contains an action, an object, and at least one piece of context. This is enough for most tasks.
Adding Context to Descriptions
The title answers "what." The description answers "why" and "how." Not every task needs a lengthy description, but tasks that involve judgment, collaboration, or complexity benefit from additional context.
When to Add Context
Add a description when:
- The task will be done by someone other than the person who created it
- The task requires specific steps or a particular approach
- The task depends on information that may not be obvious (a conversation, a decision, a reference document)
- The task is complex enough that you might forget the details by the time you work on it
- The task has constraints (budget, timeline, technical) that affect how it should be done
What to Include in Descriptions
A task description template:
**Why:** [One sentence on why this task matters or what prompted it]
**Approach:** [How to approach the task, any specific steps]
**References:** [Links to related documents, conversations, or examples]
**Constraints:** [Budget, timeline, technical limitations, stakeholder preferences]
**Done when:** [Specific, observable criteria for completion]
Not every task needs all five elements. A simple task ("Send invoice to client") needs only the title. A complex task ("Redesign user onboarding flow") benefits from all five.
Example: Before and After
Before:
- Title: "Fix the checkout"
- Description: (empty)
After:
- Title: "Fix checkout button unresponsive on Safari mobile"
- Description:
- Why: Three customers reported inability to complete purchases on Safari/iOS this week. Conversion drop of 8% on mobile.
- Approach: Check Safari-specific CSS issues first, then JavaScript event handling. Test on iPhone 12 and iPhone 14.
- References: Customer support tickets #4521, #4523, #4527. Safari CSS compatibility docs.
- Constraints: Must not affect checkout flow on other browsers. Deploy before weekend sale.
- Done when: Checkout completes successfully on Safari/iOS 16+ on both test devices.
The second version can be picked up by any developer on the team and worked on without needing to ask a single question. The first version requires a conversation before work can begin.
Definition of Done
The "definition of done" (DoD) is the most important and most frequently omitted element of a task description. Without it, tasks exist in an ambiguous state where "done" is a matter of interpretation.
Why Definition of Done Matters
Consider the task "Update the homepage." When is this task done?
- When the copy is written but not implemented?
- When the copy is implemented in staging?
- When staging has been reviewed and approved?
- When the changes are live in production?
- When the analytics confirm the changes are performing?
Without a DoD, each person involved may have a different answer. The writer marks it done after writing copy. The developer marks it done after deploying. The product manager expected analytics confirmation. This misalignment creates rework, missed expectations, and finger-pointing.
Writing Effective Definitions of Done
A good DoD is:
- Observable: You can verify it by looking at something (a deployed page, a sent email, a completed document)
- Binary: It is either done or not done -- no partial completion
- Specific: It references concrete outputs, not subjective judgments ("deployed to production" not "looks good")
Examples:
| Task | Weak DoD | Strong DoD | |---|---|---| | Write blog post | "Post is written" | "Post is published on the blog with featured image, meta description, and internal links" | | Fix bug | "Bug is fixed" | "Bug no longer reproducible on affected browsers, regression test added, deployed to staging" | | Design landing page | "Design is done" | "High-fidelity mockup approved by stakeholder, responsive variants for mobile and tablet included" | | Send newsletter | "Newsletter is sent" | "Newsletter delivered to all active subscribers, open rate above 20% confirmed after 24 hours" |
Reducing Ambiguity
Ambiguous tasks are productivity killers. They create three types of waste:
- Interpretation time: Every person who encounters the task must spend time figuring out what it means.
- Communication overhead: Ambiguous tasks generate questions, clarifications, and back-and-forth that clear tasks do not.
- Rework: When interpretation differs from intent, the work must be redone.
Common Sources of Ambiguity
Vague verbs: "Handle," "deal with," "look into," "work on" -- these verbs do not specify an action. Replace them with precise verbs: "write," "build," "analyze," "send," "deploy," "review."
Missing scope: "Update the documentation" -- all of it? One page? Which sections? Specify the scope: "Update the API authentication section of the developer documentation."
Implied knowledge: Tasks that assume the reader knows context that was not documented. "Follow up with the thing Sarah mentioned" is meaningless to anyone except the person who was in the conversation with Sarah. Include the relevant context: "Follow up with Sarah on her request to change the reporting frequency from weekly to biweekly."
Pronoun ambiguity: "Send them the updated version" -- send who? Which version? "Send the marketing team the v3 campaign brief with the revised budget section."
The Five-Second Test
After writing a task, apply the five-second test: Could someone who was not in the original conversation understand this task within five seconds of reading it? If not, it needs more context.
This test is especially important for tasks in team environments where the person executing the task may not be the person who created it.
Task Descriptions for Different Audiences
Tasks for Yourself
Tasks you assign to yourself can be briefer because you have the context in your head. But be cautious: your future self is not the same as your present self. A task that seems obvious today may be mysterious in three days.
Minimum for self-assigned tasks:
- Actionable title with a verb
- Due date if time-sensitive
- One line of context if the task is not immediately obvious
Tasks for Team Members
Tasks assigned to others need more context because the assignee does not have your background knowledge. Include:
- Full actionable title
- Description with why, approach, and references
- Definition of done
- Priority and deadline
- Any constraints or preferences
Tasks from Meetings
Meeting action items are notorious for being vague. "John will look into the analytics issue" becomes a task three weeks later that nobody can interpret.
Capture meeting tasks with full context immediately:
- Who is responsible
- What specifically needs to be done
- By when
- What prompted the task (the meeting discussion, the specific problem raised)
The Cost of Poorly Written Tasks
Poorly written tasks create a measurable productivity drain. Consider the lifecycle of a vague task like "Fix the app":
- You encounter the task during morning planning and spend 2 minutes trying to remember what it means.
- You defer it because the ambiguity makes it hard to estimate or start.
- The next day, you encounter it again and spend another 2 minutes. You finally message the person who created it to ask for details.
- They spend 3 minutes responding with the context that should have been in the description.
- You now have enough information to start, but the back-and-forth has consumed 7 minutes across two people and delayed the work by a full day.
Multiply this by 10 vague tasks per week across a team of 5 people, and you lose hours of collective productivity to a problem that better task descriptions would prevent entirely. The 30 extra seconds to write a clear title and description is an investment that pays for itself many times over.
Writing Tasks Faster with NLP
One reason people write vague tasks is speed: adding context takes time, and in the moment, capturing the task quickly feels more important than capturing it well.
Natural language processing (NLP) in task management tools addresses this by allowing you to type a natural sentence that gets parsed into a structured task. Instead of filling in separate fields for title, due date, priority, and project, you type:
"Review Sarah's onboarding proposal by Thursday high priority for HR project"
SettlTM's NLP quick add parses this into: title "Review Sarah's onboarding proposal," due date Thursday, priority high, project HR. The structured fields are filled automatically from natural language, reducing the time cost of creating a well-specified task.
This approach lets you capture tasks at conversational speed while maintaining the structure needed for clear, actionable items.
Task Descriptions in Team Environments
In team settings, task description quality directly affects velocity. Every ambiguous task generates a clarification conversation that costs two people time -- the person asking and the person answering. Multiply this across a team of eight people working 50 tasks per sprint, and poor task descriptions can consume hours of collective time.
The Handoff Test
Before assigning a task to a teammate, apply the handoff test: if you handed this task to someone who was not in the original conversation, could they start working without asking you any questions? If no, the description needs more context.
This test is especially important for tasks that originate from meetings, customer conversations, or stakeholder requests. The task creator has context that the assignee does not. The description must bridge that gap.
Team Standards for Task Quality
Establish minimum standards for task quality within your team:
- Every task title must start with a verb.
- Tasks estimated at more than 4 hours must have a description with a definition of done.
- Tasks assigned to someone other than the creator must include context (why this task exists).
- Bug reports must include steps to reproduce.
- Tasks with vague titles must be rewritten before assignment (review the brain dump guide for turning raw thoughts into clear tasks).
These standards take 30 seconds to communicate and save hours of clarification per sprint.
Templates for Common Task Types
Standardize your most frequent task types with templates:
Bug Report Template
Title: Fix [symptom] on [platform/browser]
Description:
- Steps to reproduce: [numbered list]
- Expected behavior: [what should happen]
- Actual behavior: [what happens instead]
- Environment: [browser, OS, device]
- Done when: [bug no longer reproducible, test added]
Content Creation Template
Title: Write [content type] about [topic]
Description:
- Audience: [who is this for]
- Key points to cover: [bulleted list]
- Tone: [formal/casual/technical]
- Word count: [target range]
- Done when: [published with images, reviewed, SEO optimized]
Review/Feedback Template
Title: Review [document/deliverable] for [purpose]
Description:
- What to focus on: [specific aspects needing review]
- Deadline for feedback: [date]
- How to provide feedback: [comments in doc, task comments, email]
- Done when: [feedback provided in specified format]
Key Takeaways
- Every task title should start with a verb and be specific enough to act on without additional context.
- Descriptions add the "why" and "how" that titles cannot capture -- include them for complex or collaborative tasks.
- A definition of done eliminates ambiguity about when a task is complete, preventing rework and misalignment.
- The five-second test validates whether a task is clear enough for someone without context to understand.
- Natural language input speeds up task creation without sacrificing clarity.
Write clearer tasks faster with natural language input. Try SettlTM's NLP quick add to create structured tasks in seconds.
Frequently Asked Questions
How detailed should a task description be?
Detailed enough that the person executing it can start without asking questions. For simple, self-assigned tasks, a clear title is sufficient. For complex tasks assigned to others, include context, approach, references, and a definition of done. Over-describing simple tasks wastes time; under-describing complex tasks wastes more.
Should I update task descriptions as the work evolves?
Yes, especially for long-running tasks. If the approach changes, the scope adjusts, or new constraints emerge, update the description. An outdated description is worse than no description because it actively misleads.
How do I handle tasks that are too complex for a single description?
Break them into subtasks. If a task requires a description longer than a paragraph, it is likely a project or a multi-step process that should be decomposed into smaller, individually actionable tasks. Each subtask gets its own clear title and definition of done.
Is it worth writing detailed descriptions for tasks I will do myself today?
For tasks you will complete within hours, a clear title is usually sufficient. The risk of forgetting context is low. For tasks you might not start for several days, add a brief description -- your future self will need the context that your present self takes for granted.
How do I improve task descriptions across a team?
Start by sharing examples of good and bad task descriptions. Create templates for common task types. During sprint planning or task review sessions, call out vague tasks and help rewrite them. Over time, the team develops shared standards. Do not enforce rigid rules; instead, demonstrate the value of clear tasks through reduced rework and fewer clarification questions.
