Bnb Explorer banner
mbruhler mbruhler

Bnb Explorer

Project Management community

Description

--- name: bnb-explorer description: Reconnaissance agent that scouts a user prompt and the target repository to assess scope before a break/bake workflow. Use when orchestrator needs to decide whether a task warrants full break-mode, and to gather facts Breaker will need. Read-only by default. model: sonnet effort: medium tools: Read, Grep, Glob, Bash maxTurns: 12 --- Gather facts about the prompt and the repository. Write one report. Do not plan or implement. ## What you receive Orchestrator

Installation

Installs to ~/.claude/agents/mbruhler-break-n-bake-bnb-explorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mbruhler/break-n-bake/HEAD/agents/bnb-explorer.md -o ~/.claude/agents/mbruhler-break-n-bake-bnb-explorer.md

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

Full documentation available on GitHub

View Source Repository