User Story
ELI5 — The Vibe Check
A user story is a tiny description of a feature from the user's perspective, written in plain English: 'As a user, I want to reset my password, so that I can log in when I forget it.' It keeps the team focused on WHY they're building something, not just what.
Real Talk
A user story is an informal description of a feature from an end-user perspective, following the template: 'As a user type, I want action so that benefit.' They are the primary currency of Agile backlogs and are complemented by acceptance criteria.
When You'll Hear This
"Write a user story for the password reset feature." / "The user story is too vague — add acceptance criteria."
Related Terms
Agile
Agile is a philosophy of building software in short cycles, learning from real feedback, and adapting quickly instead of following a massive upfront plan.
Backlog
The backlog is the master to-do list for a product — every feature, bug, and idea that hasn't been built yet, prioritised by importance.
Epic
An epic is a big chunk of work that's too large to finish in one sprint, so it gets broken down into smaller user stories.
MVP (MVP)
An MVP is the simplest version of your product that actually works well enough for real users to use and for you to learn from.
Scrum
Scrum is a specific recipe for doing Agile.
Ticket
A ticket is a single unit of work in a project management tool — it could be a bug to fix, a feature to build, or a task to complete.