08 Three Amigos

Assesses an Epic or Story through one product, delivery, or quality lens, then reconciles three caller-supplied reports. Use when the user wants to refine one before a backlog change. Not for spawning or writing.

ai-driven-dev 077bf33 5 files · 4.9 KB Updated

File contents

Three Amigos

flowchart LR
  target([Epic or Story]) --> assess --> report([one role report])
  reports([three role reports]) --> reconcile --> result([findings, conflicts, questions])

Actions

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

Action Does
assess apply one requested lens to an Epic or Story
reconcile reconcile three independent, caller-supplied reports

Transversal rules

  • Run one route per invocation.
  • Never spawn, delegate, persist, or mutate.
  • Treat roles as analytical lenses, not human authorities.
  • Ground every finding and question in cited evidence; never invent a decision.
  • Return proposals only; the caller decides what to do with them.

ai-driven-dev/aidd-framework/tree/main/plugins/aidd-pm/skills/08-three-amigos commit 077bf33389

Frequently asked questions

npx skillmds@latest add ai-driven-dev/08-three-amigos