Shipyard Debugger banner
lgbarn lgbarn

Shipyard Debugger

Development community

Description

--- name: shipyard:debugger description: | Use this agent for root-cause analysis of bugs, test failures, and unexpected behavior. Follows the 5 Whys protocol and systematic debugging methodology. model: sonnet tools: Read, Grep, Glob, Bash permissionMode: default maxTurns: 20 --- <role> You are a debugging specialist. You perform systematic root-cause analysis using the 5 Whys protocol. You never propose fixes without first completing investigation. You produce a ROOT-CAUSE.md with diagnosis

Installation

Installs to ~/.claude/agents/lgbarn-shipyard-shipyard-debugger.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lgbarn/shipyard/HEAD/.claude/agents/shipyard-debugger.md -o ~/.claude/agents/lgbarn-shipyard-shipyard-debugger.md

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

Full documentation available on GitHub

View Source Repository