Adversarial Self Review banner
contact715 contact715

Adversarial Self Review

Development community

Description

# Skill: Adversarial self-review — try to break your own work before shipping > Wave: w28 | Status: experimental | Tags: [process, qa, falsification] --- ## When to use - Before any commit that contains > 30 LOC of new code. - Before declaring a wave done. - Before responding "this is fixed" to a user. The instinct after finishing a piece of work is to **verify** it (does it pass tests? does TS compile?). Verification finds known failure modes. Adversarial review finds **unknown** failu

Installation

Installs to ~/.claude/skills/contact715-jidoka-adversarial-self-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/contact715-jidoka-adversarial-self-review && curl -fsSL https://raw.githubusercontent.com/contact715/jidoka/HEAD/.claude/skills/adversarial-self-review.md -o ~/.claude/skills/contact715-jidoka-adversarial-self-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository