Home › Agile answers › What is an epic in agile project management?
What is an epic in agile project management?
The hierarchy that matters
Epic, then stories, then optionally tasks. A story fits in a sprint and delivers user-visible value; an epic is the narrative arc those stories belong to. If a story cannot finish inside one sprint, it is an epic wearing a disguise and it needs splitting.
How to split an epic
Slice vertically by user value, not horizontally by layer: 'user can pay with UPI', then 'user can save a card' — never 'build the database' then 'build the API'. Each slice should be demoable alone. The classic patterns are by workflow step, by user type, by happy-path-first, and by CRUD operation.
Epics on the board
In Flocci Projects, Epic is one of five issue types alongside Task, Bug, Feature and Improvement, and related issues roll up to it, so the board shows the individual work moving while the epic shows the arc completing. Sprint planning pulls the child issues, never the raw epic.
Try it on a free Flocci Projects boardRelated questions
How big should an epic be?
Typically two to six sprints of stories. Beyond that it is really an initiative and should be split into multiple epics with independently meaningful outcomes, or nobody will ever see it finish.
Do epics get story points?
No — point the stories, and the epic's size is their sum. Pointing an epic directly is guessing with extra steps, and the guess will be wrong in a direction nobody can audit.
When should I close an epic?
When its outcome is achieved, even if nice-to-have stories remain — move those to the backlog as standalone items. Epics that never close stop meaning anything, and a board full of eternal epics is a board nobody reads.
More agile answers
- What is sprint velocity and how is it calculated?
- What are story points in agile estimation?
- How do I estimate story points consistently across a team?
- Kanban vs scrum board — which should my team use?
- How do I run sprint planning for a small team?
- What is a product backlog and how do I groom it?
- What is the difference between backlog refinement and sprint planning?
- What are WIP limits in kanban?
- What is the difference between burndown and burnup charts?
- What is the difference between an epic, a story and a task?
- What is the definition of done in scrum?
- How do I run a daily standup that is not a status meeting?
- What is a sprint retrospective and how do I run one?
- What happens in a sprint review?
- What are the three scrum roles?
- What is the difference between cycle time and lead time?
- What is planning poker and does it actually work?
- What is MoSCoW prioritisation?
- How do I calculate sprint capacity?
- Which agile metrics actually matter for a small team?
- Agile vs waterfall — which is right for my project?