# cross-critique

> Claude/Codex skill by [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md) · 482 stars · Updated 2026-08-30

Run a second round on a contested question by circulating each subagent's independent proposal to the other authors and asking for structured pros and cons, then synthesize. Use this skill whenever you have multiple independent proposals or opinions on a contested decision — architecture tradeoffs, code review disagreements, design choices, competing root-cause theories — and want sharper analysis than you'd produce by synthesizing alone. Pairs naturally with the council and research skills; reach for it liberally whenever proposals diverge.

## Install

```sh
git clone https://github.com/warpdotdev/common-skills /tmp/common-skills && ln -s /tmp/common-skills/.agents/skills/cross-critique ~/.claude/skills/cross-critique
```

## From README

Cross-Critique Use this skill to run a second round after several subagents have independently produced proposals or opinions on the same contested question. Instead of synthesizing their reports yourself, you circulate each proposal to the other authors and ask them to critique it — pros and cons — and then you synthesize the richer set of analyses that results. Why this matters When you generate independent proposals (different models, different angles), each author ends up with deep context on the question — often deeper than yours, since they did the investigation. If you jump straight to synthesizing their reports alone, you're the bottleneck: you can only see the tradeoffs you happen to notice.

## Links

- HTML page: https://omgskills.com/skills/warpdotdev/common-skills/cross-critique/
- GitHub: https://github.com/warpdotdev/common-skills
- Author: [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md)

## More from this repo

- [brandalf](https://omgskills.com/skills/warpdotdev/common-skills/brandalf/index.md) — Guides creation, revision, and review of Warp- or Oz-branded assets.
   - [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md) · 482 stars
- [check-impl-against-spec](https://omgskills.com/skills/warpdotdev/common-skills/check-impl-against-spec/index.md) — Compare a pull request's implementation against spec context in spec\_context.md and feed any material mismatches into...
   - [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md) · 482 stars
- [complain](https://omgskills.com/skills/warpdotdev/common-skills/complain/index.md) — Autonomously yeet a brief, anonymous, completely unstructured complaint into Slack whenever an agent feels frustrated...
   - [@warpdotdev](https://omgskills.com/library/warpdotdev/index.md) · 482 stars
