legends-reviewlisted
Install: claude install-skill Atypical-Consulting/claude-legends-review
# Legends Review
## Overview
Summon a team of three legendary tech reviewers — Elon Musk, Steve Jobs, and Linus Torvalds — as an agent team. Each reviews the code through their unique lens, then they debate each other's findings until they reach consensus. The lead synthesizes the final verdict.
**This skill uses Claude Code Agent Teams.** It requires the `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS` environment variable to be enabled in settings.json.
## When to Use
- User invokes `/legends-review`
- User asks for a "full review", "legends review", or "team review"
- User wants business + design + engineering perspectives debated to consensus
## How It Works
```dot
digraph legends {
rankdir=TB;
"Lead challenges the framing" -> "Framing holds?";
"Framing holds?" -> "Ask the user" [label="no"];
"Ask the user" -> "Lead gathers context";
"Framing holds?" -> "Lead gathers context" [label="yes"];
"Lead gathers context" -> "Spawn 3 teammates";
"Spawn 3 teammates" -> "Each reviewer works independently";
"Each reviewer works independently" -> "Reviewers read each other's findings";
"Reviewers read each other's findings" -> "Debate: challenge and defend";
"Debate: challenge and defend" -> "Consensus reached?";
"Consensus reached?" -> "Debate: challenge and defend" [label="no"];
"Consensus reached?" -> "Lead synthesizes final report" [label="yes"];
}
```
## Instructions for the Lead
When this skill is invoked, you ARE the team lead. Fol