MasonEgger/bpe-claude-code-plugin
Agent
Fast, cheap external research subagent for tool discovery, docs lookup, quick fact-checks. Dispatched by /bpe:plan, /bpe:brainstorm, /bpe:retrofit when they need external info.
MasonEgger/bpe-claude-code-plugin
Agent
Fast, cheap external research subagent for tool discovery, docs lookup, quick fact-checks. Dispatched by /bpe:plan, /bpe:brainstorm, /bpe:retrofit when they need external info.
MasonEgger/bpe-claude-code-plugin
Agent
Executes ONE BPE step as the worker for /bpe:goal autonomous mode. Operates in one of three modes set by the orchestrator: implement (execute the plan step's sub-steps, no commit), fix (apply validator findings, no commit), finalize (session summary, single commit, push). Backwards-compatible default with no mode…
MasonEgger/bpe-claude-code-plugin
Agent
Generic read-only QA agent dispatched by /bpe:goal between executor mode=implement and mode=finalize. Reads the uncommitted diff, consults MCP servers and skills passed in by the orchestrator (from plan.md per-section declarations), runs any linters declared in the section's Tools block, and returns a structured…