Validate ADR relationships, domain consistency, and duplicate ADR numbers. Use when auditing ADRs before release, finding broken supersedes/extends links, cycles, or number collisions.
Display feature tracker stats, phase progress, and completion summary. Use when checking feature status, viewing blocked features, or seeing ready-to-start work.
Sync feature tracker with TODO.md, taskwarrior sidecars, and PRDs. Use when reconciling TODO.md vs tracker, draining WO entries, or recalculating stats.
Configure Claude Code hooks in settings.json. Use when authoring PreToolUse hooks.
Commit staged changes with a conventional message. Use when saving work to git history.
Render architecture diagrams from text sources. Use when documenting system topology.
Debug HTTP APIs: trace requests, inspect headers. Use when a request fails: check status first.
Adversarial second-pass review that tries to break code, designs, plans, or ADRs. Use when stakes are high and a normal review already ran.