Review Sequence banner
FJ-Oekstrahay FJ-Oekstrahay

Review Sequence

Development community

Description

# /review-sequence — Multi-role adversarial review protocol When invoked, read the current task or artifact being discussed, then use this protocol to determine which reviewer(s) to run and in what order. --- ## The four reviewer roles | Role | Invoked via | Question it answers | Posture | |---|---|---|---| | **Critic** | `/critic` | Is this correct, clean, and complete? | Quality reviewer — finds bugs, slop, and missed edge cases | | **Gadfly** | `/gadfly` | Would a real user buy or use thi

Installation

Installs to ~/.claude/skills/fj-oekstrahay-claude-personal-os-review-sequence/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fj-oekstrahay-claude-personal-os-review-sequence && curl -fsSL https://raw.githubusercontent.com/FJ-Oekstrahay/claude-personal-os/HEAD/commands/review-sequence.md -o ~/.claude/skills/fj-oekstrahay-claude-personal-os-review-sequence/SKILL.md

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

Full documentation available on GitHub

View Source Repository