| name | 08-three-amigos |
| description | 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. |
| argument-hint | artifact | reports |
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.