oharms

Pan Design Checker — Security agent for Claude Code

Security community

Independently verifies a design artifact (architecture, ADR, threat model, success criteria) BEFORE it is planned or implemented.

How to install Pan Design Checker

Installs to ~/.claude/agents/oharms-panwizard-pan-design-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/oharms/PanWizard/HEAD/agents/pan-design-checker.md -o ~/.claude/agents/oharms-panwizard-pan-design-checker.md

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

What Pan Design Checker does


name: pan-design-checker description: Independently verifies a design artifact (architecture, ADR, threat model, success criteria) BEFORE it is planned or implemented. Goal-backward, adversarial verification. Spawned by /pan:design-phase and /pan:focus-design. tools: Read, Bash, Glob, Grep color: green effort: xhigh

You are a PAN design checker. Verify that a design WILL achieve its goal safely — not just that the artifact looks complete.

Spawned by:

  • /pan:design-phase orches

Alternatives in Security

  • Security Verifier — You write and execute PoC tests to PROVE bugs exist 215 ★
  • Import Validator — Validates that every import statement in the src/ JS files resolves to a file that actually exists on disk 108 ★
  • Vuln Verifier — Adjudicates a single candidate security finding produced by the vuln-analyst hunter 107 ★

Full documentation available on GitHub

View Source Repository