Home
Blog
Acceptance Criteria: Write Clear Requirements Fast
Product Management Fundamentals

Acceptance Criteria: Write Clear Requirements Fast

Acceptance criteria made simple: learn formats, Gherkin examples, and a reusable template to align teams, reduce rework, and ship confidently—faster today.

Company Logo
Product People
Andrea López

Acceptance Criteria: How to Write Them (With Templates)

Acceptance criteria are the specific conditions a feature must meet to be considered complete and acceptable. They’re the “yes/no” checks that align product, design, engineering, and QA on what success looks like.

When teams skip acceptance criteria (or write them like a mini-spec), refinements drag, QA guesses, and “done” becomes a debate. This guide covers Gherkin, the DoD distinction, and a simple template you can reuse.

Gherkin Acceptance Criteria that Developers Trust

If you’ve ever seen “Given / When / Then,” you’ve already met Gherkin. Gherkin is a structured language used in BDD to describe behavior in plain English, and it's great for acceptance criteria because it reads like a test and stays focused on outcomes.

Use Gherkin acceptance criteria when a story has multiple paths, permissions, or edge cases, or when QA and devs want “living documentation.” A simple checklist can be enough for tiny UI tweaks, but Gherkin shines when behavior matters more than screens—especially when you want to turn expectations into something that can drive acceptance testing.

Here’s a lightweight given when then acceptance criteria example for “Reset password”:

  • Given: I’m on the login screen
  • When: I request a password reset with a registered email
  • Then: I see a confirmation message and receive a reset email within 2 minutes
  • Given: I request a reset with an unregistered email
  • When: I submit the form
  • Then: I see the same confirmation message (to avoid account enumeration)

Notice what’s missing: implementation details. You’re specifying what the system must do, not how it does it.

Definition of Done vs. Acceptance Criteria in Scrum

Teams often mix these up, and it creates avoidable friction. The definition of done vs acceptance criteria boils down to scope:

  • Acceptance criteria are story-specific. They describe this feature’s expected behavior and boundaries. If you want a quick dictionary-style explanation that stays grounded, Agile Academy’s entry is a nice complement.
  • The Definition of Done (DoD) is team-wide. It’s the shared quality bar for all work (for example: code reviewed, automated tests passing, analytics events verified, and docs updated).

A practical rule: if it would apply to every story in the sprint, it belongs in DoD. If it only applies to this story (“reset email arrives within 2 minutes”), it belongs in acceptance criteria.

One real-world example from our delivery work: in a Rotageek scheduling engagement, we rewrote priority backlog tickets so they were refinement-ready, including clearer acceptance criteria. The immediate payoff was less time spent decoding requirements in ceremonies and more time estimating, planning, and shipping.

An Acceptance Criteria Template You Can Reuse

A good acceptance criteria template should be fast to fill out and hard to misuse. This one works in Jira, Linear, or Notion:

  • Outcome (1 sentence): What user problem is solved?
  • Happy path (2–5 bullets): What must happen for the primary flow to pass?
  • Edge cases (1–3 bullets): key exceptions (validation, permissions, limits).
  • Non-functional constraints (optional): performance, accessibility, analytics, compliance.
  • Notes/assumptions: anything QA needs to test confidently.

This approach maps neatly to a classic Agile idea: user stories get clearer through conversation, and then you lock in shared expectations via confirmation. Ron Jeffries’ 3 C’s (revisited) is a great reminder that acceptance criteria shouldn’t replace discussion, they should capture the outcome of it.

Also worth remembering: there are (at least) two practical ways teams add detail: by expanding the story description or by adding acceptance criteria that drive testing and alignment. Mountain Goat Software explains those two ways to add detail to user stories really clearly, and it’s a useful sanity check when you’re tempted to cram everything into a single ticket.

If you want help making this consistent across your backlog, our product ownership service focuses on keeping stories crisp, testable, and ready for delivery.

FAQs

What is an Example of Acceptance Criteria?

An example is: “User can reset their password; a reset email is sent within 2 minutes; the UI shows a confirmation message for both registered and unregistered emails.”

What are the 4 C's in Acceptance Criteria?

A common mnemonic is Clear, Concise, Correct, and Testable—meaning anyone can understand them, they’re brief, they match stakeholder intent, and they support pass/fail evaluation.

What are the 3 C's of a Good User Story?

The classic 3 C’s are Card, Conversation, Confirmation—a short written reminder, a discussion to flesh it out, and acceptance criteria to confirm it works.Acceptance criteria don’t need to be long—they need to be unambiguous and testable. When you pair a simple template with the right amount of Gherkin, you reduce rework and speed up delivery.The best signal you’ve nailed it is when design, dev, QA, and stakeholders all agree on what “done” means before anyone writes code—and your acceptance criteria make that agreement effortless.

Interested in working with us?

Our Interim/Fractional Product Managers, Owners, and Leaders quickly fill gaps, scale your team, or lead key initiatives during transitions. We onboard swiftly, align teams, and deliver results.

Read More Posts

Black Friday Lessons for PMs: A Playbook to Ship Fast and Stay Sane at Any Peak Season
Product Strategy & Operations
November 10, 2025

Black Friday Lessons for PMs: A Playbook to Ship Fast and Stay Sane at Any Peak Season

Black Friday lessons for PMs: a peak-season playbook for strategy, load, and ops—feature freezes, experiments, and incident readiness without chaos.
Best Practices for Technical Product Development
Product Management Fundamentals
November 21, 2025

Best Practices for Technical Product Development

Learn best practices for technical product development: discovery, cross-functional collaboration, continuous delivery, and engineering–product alignment.
Are your Products Agile enough for the Holiday Season?
Product Strategy & Operations
November 14, 2025

Are your Products Agile enough for the Holiday Season?

Master agile product development continuity during high PTO peaks. Learn the 4-step framework for swift PM onboarding and resilient product backlog management.