How do you write a user story? What are acceptance criteria?
A user story follows "as a role, I want an action, so that a benefit" — the last clause matters most because it captures why, which lets the team propose better solutions. Acceptance criteria define done in testable terms, often in Given-When-Then form covering the happy path, edge cases, and errors. A story without criteria is an invitation for three people to interpret it three ways.