07 Epic

Produces or refines an outcome-based Epic for a product backlog. Use when the user wants to frame, review, resume, or persist an Epic. Not for Product Briefs, User Stories, or implementation.

ai-driven-dev 299be56 11 files · 10.0 KB Updated

File contents

Epic

flowchart LR
  source([request, Product Brief, PRD, or Epic]) --> shape --> review --> finalize
  source -->|"already persisted"| finalize
  review -->|"revise"| shape
  finalize -->|"revise"| shape
  finalize -->|"authorized"| done([Epic])

Actions

Run the flow above. Read only the next action file.

Action Does
shape frame one outcome-based Epic
review challenge its coherence and readiness
finalize approve, persist, or transition

Transversal rules

  • Keep product and lifecycle decisions with the user.
  • Separate evidence, decisions, and assumptions.
  • Preserve source links and existing edits.
  • Ask natural questions; never expose actions, references, or unchanged state.
  • Require explicit approval or caller-provided bounded authority before any write.
  • Stay at outcome level; do not propose child slices or implementation.

ai-driven-dev/aidd-framework/tree/main/plugins/aidd-pm/skills/07-epic commit 299be569e6

Frequently asked questions

npx skillmds@latest add ai-driven-dev/07-epic