Mid Agile

What are Epics and how do they relate to User Stories?

Epics:

  • Large, high-level features or initiatives that are too big for a single Sprint.
  • Broken down into User Stories for implementation.

Relationship:

Epic → Multiple User Stories → Tasks (optional)

Example:

Epic: “User Account Management”

User Stories:

  • As a user, I want to register with email.
  • As a user, I want to log in with my credentials.
  • As a user, I want to reset my password.

Each of these stories can be completed in a separate Sprint and delivered incrementally.

More from Developer Essentials

All questions for this course