Ar banner
TheAstrelo TheAstrelo

Ar

Design community

Description

Run adversarial review on the current design. --- ## Prerequisites Check that design exists: ```bash SESSION_DIR=$(cat .claude/artifacts/current.txt 2>/dev/null) if [ -z "$SESSION_DIR" ] || [ ! -f "$SESSION_DIR/design.md" ]; then echo "ERROR: No design.md found. Run /design first." exit 1 fi ``` If no design exists, stop and tell the user to run `/design` first. --- ## Adversarial Review Use the **adversarial-coordinator** agent. **Input:** Read `design.md` from the current session

Installation

Installs to ~/.claude/commands/theastrelo-claude-pipeline-ar.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/TheAstrelo/Claude-Pipeline/HEAD/.claude/commands/ar.md -o ~/.claude/commands/theastrelo-claude-pipeline-ar.md

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

Full documentation available on GitHub

View Source Repository