🪃
Engineering Playbook
  • Engineering Playbook
  • Agile Development
    • Kanban from the start
    • Daily Stand-up
    • Collaboration
      • Mobile Designer X Mobile Developer
    • Backlog Management
      • Backlog Refinement
    • Card Management
      • Epics
      • User story
        • Collaboration experience with acceptance criteria
        • Proper acceptance criteria
      • Task
      • Bug
      • Hotfix
      • Sub-task
      • Defect
      • Columns
      • Card organization
      • Column Limit
      • Board Templates
    • Pull System Task Assignment
    • Retrospectives
    • Team Agreement
      • Working Agreement
      • Definition of Ready
      • Definition of Done
    • Agile Metrics
  • Github
    • Source Control
    • Merge Strategies
    • Versioning
    • Code Reviews
      • Author's Checklist
      • Reviewer's Checklist
  • Documentation
    • GraphQL as an API Doc
  • DevOps
    • Continuous Integration
Powered by GitBook
On this page
  • Why should we create it?
  • When should we create it?
  • Difference between Epic and the other issue types?
  • Writing the Title
  • Writing a description guidelines

Was this helpful?

  1. Agile Development
  2. Card Management

Epics

Are large bodies of work that can be broken down into a number of smaller tasks (called stories).

Why should we create it?

To categorize and organize common pieces for the required work into a shippable piece.

When should we create it?

When there are initiatives or features that can be broken into deliverable pieces.

Difference between Epic and the other issue types?

Other card issue types describe a single piece of work, while epics on the other, are used to describe a group of issues related to the same, larger body of work.

Writing the Title

Make it shorter and easy to understand, you can initially name it like this.

Example(s)

- Post

- Notifications

- Member Management

NOTE: However, there are some instances that you want to further narrow down the scope to fit on a release cycle

Example(s)

- Bookmark Post

- View All Read Notifications

- Update Members

Writing a description guidelines

An elevator pitch (value statement) that describes the epic in a clear and concise way.

You can follow this kind of format

For <customers>
Who <do something>
The <solution>
is a <something - the "how">
that <provides this value>
unlike <competitor, current solution, non-existing solution>
our solution <does something better -- the why?>
PreviousCard ManagementNextUser story

Last updated 3 years ago

Was this helpful?