inquisitor

Installation
SKILL.md

Inquisitor

Hunt cross-component bugs by dispatching 5 parallel adversarial dimensions against the full feature diff. Each dimension writes and runs tests targeting a different class of failure mode that per-task testing misses.

Announce at start: "I'm using the inquisitor skill to hunt cross-component bugs across the full implementation."

Skill type: Rigid -- follow exactly, no shortcuts.

Model: Opus (orchestrating parallel adversarial subagents requires precise coordination)

All subagent dispatches use disk-mediated dispatch. See shared/dispatch-convention.md for the full protocol.

Why This Exists

Per-task adversarial testing (Phase 3) sees one task's diff. It catches bugs within each task's scope. But the bugs you find instantly after a big feature lands live in the seams -- wiring that's almost right, state that initializes in one task but gets consumed in another, edge cases that only appear when the whole feature is assembled.

The inquisitor sees the FULL diff and attacks the interactions.

Related skills
Installs
3
Repository
raddue/crucible
GitHub Stars
10
First Seen
Mar 12, 2026