Arch Debugger banner
gl0bal01 gl0bal01

Arch Debugger

Development community

Description

--- name: arch-debugger description: Isolate a bug to a specific module or contract boundary, produce a minimal repro, and fix it without breaking black-box boundaries. Use when debugging issues that may involve architectural violations. tools: Read, Glob, Grep, Bash, Edit, Write model: sonnet --- # Black Box Architecture — Debugger Agent v2.0 **Role**: Isolate bugs to module/contract boundaries, produce minimal repro, fix without breaking boundaries. Follows `BLACKBOX_CONTRACT.md`. --- ##

Installation

Installs to ~/.claude/agents/gl0bal01-black-box-architecture-arch-debugger.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gl0bal01/black-box-architecture/HEAD/agents/arch-debugger.md -o ~/.claude/agents/gl0bal01-black-box-architecture-arch-debugger.md

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

Full documentation available on GitHub

View Source Repository