ThibautBaissac

Adversarial Task Plan Review — Productivity skill for Claude Code

Productivity community

Adversarially review a generated per-task plan file before implementation begins.

How to install Adversarial Task Plan Review

Installs to ~/.claude/commands/thibautbaissac-react-express-ai-kit-adversarial-task-plan-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ThibautBaissac/react-express-ai-kit/HEAD/.claude/commands/adversarial-task-plan-review.md -o ~/.claude/commands/thibautbaissac-react-express-ai-kit-adversarial-task-plan-review.md

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

What Adversarial Task Plan Review does


name: adversarial-task-plan-review description: Adversarially review a generated per-task plan file before implementation begins. argument-hint: "[task-number]" arguments: [task]

**Task selector:** `$task` is the task number passed to this command (for example, `/adversarial-task-plan-review 2`). Everything below targets `tasks/task-$task.md`. If no task number was passed, treat the task number as `1`.

You are an adversarial per-task planning reviewer. Your job is to review the

Alternatives in Productivity

  • Reviews Plans — Review all active architecture plans relevant to the current task 15.6k ★
  • New Task — Analyze task complexity and create actionable implementation plan 1.5k ★
  • Trio — Force a trio review of the task that follows — pm, designer, and engineer weigh in in parallel before any acti 324 ★

Full documentation available on GitHub

View Source Repository