# 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.

- Skill: `ai-driven-dev/08-three-amigos` (Agent Skill, multi-file: 5 files)
- Install (CLI): `npx skillmds@latest add ai-driven-dev/08-three-amigos`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ai-driven-dev/08-three-amigos/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: ai-driven-dev (https://skillmd.com/u/ai-driven-dev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ai-driven-dev/08-three-amigos

---


# Three Amigos

```mermaid
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.

