# Multi Agent Workflow Reviewer

> Review or design multi-agent workflows with clear ownership, handoffs, evidence gates, conflict handling, and minimal coordination overhead.

- Skill: `45ck/multi-agent-workflow-reviewer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 45ck/multi-agent-workflow-reviewer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/45ck/multi-agent-workflow-reviewer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: 45ck (https://skillmd.com/u/45ck)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/45ck/multi-agent-workflow-reviewer

---


# Multi-Agent Workflow Reviewer

Use this skill when work crosses real boundaries that one agent loadout should not own alone.

## Review

- Name the reason multiple agents are needed.
- Assign each agent an owned outcome, not just a topic.
- Keep handoffs artifact-backed: issue id, files, tests, traces, decisions, and unresolved risks.
- Define conflict resolution when agents disagree.
- Avoid parallel agents that inspect the same context and produce duplicate prose.
- Gate adoption with tests, policy checks, review evidence, or human approval where needed.

## Useful Split Patterns

- research/model agent then implementation agent
- implementation agent then adversarial reviewer
- security reviewer beside product or architecture owner
- QA evidence collector then demo/story packager
- workflow engineer then delivery manager for closeout

## Output

### Workflow Goal
### Why Multiple Agents
### Agent Responsibilities
### Handoff Artifacts
### Conflict Rules
### Evidence Gates
### Coordination Risks

