bpe
01MasonEgger/bpe-claude-code-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: bpe.
MasonEgger/bpe-claude-code-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: bpe.
MasonEgger/bpe-claude-code-plugin
Plugin Claude Code
BPE (Brainstorm-Plan-Execute) development workflow: spec-driven TDD, autonomous multi-step runs with a validation gate, and cross-session continuity.
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…
MasonEgger/bpe-claude-code-plugin
Skill Claude CodeCodex
Load saved review feedback from /bpe:review and apply changes to the reviewed artifact.
MasonEgger/bpe-claude-code-plugin
Skill Claude CodeCodex
Iterative Q&A to develop a thorough project specification (spec.md).
MasonEgger/bpe-claude-code-plugin
Skill Claude CodeCodex
Generate a commit message explaining what was changed and write it to commit-msg.md.
MasonEgger/bpe-claude-code-plugin
Skill Claude CodeCodex
Implement the next unchecked step from plan.md by executing its sub-steps as written (RED-GREEN-REFACTOR for Feature steps; Scope/Tooling/Do/Verify/Document for Task steps).
MasonEgger/bpe-claude-code-plugin
Skill Claude CodeCodex
Fetch a GitHub issue and route to brainstorm or plan based on detail level.
MasonEgger/bpe-claude-code-plugin
Skill Claude CodeCodex
Autonomous-mode BPE run via /goal. Modes are full (default) | section | step. Pre-flights branch safety (refuses on main, requires a clean tree), resolves the project verification command (test-runner autodetect, spec.md fallback, or ask), builds a verifiable completion condition, and writes the assembled /goal block…
MasonEgger/bpe-claude-code-plugin
Skill Claude CodeCodex
Create, continue, or close handoff documents for fresh-agent baton passes.
MasonEgger/bpe-claude-code-plugin
Skill Claude CodeCodex
View, search, and manage accumulated lessons from .ai-sessions/lessons.md.
MasonEgger/bpe-claude-code-plugin
Skill Claude CodeCodex
Transform spec.md into an implementation roadmap (plan.md + todo.md) of TDD Feature steps and non-TDD Task steps.
MasonEgger/bpe-claude-code-plugin
Skill Claude CodeCodex
Retrofit a BPE-compatible spec.md onto an existing project that lacks one. Reads repo state and runs a shortened Q&A focused on gaps.
MasonEgger/bpe-claude-code-plugin
Skill Claude CodeCodex
Render spec.md, plan.md, or todo.md as a fine-grained, decision-by-decision review page in your browser, then write the feedback as JSON for /bpe:apply-review to consume.
MasonEgger/bpe-claude-code-plugin
Skill Claude CodeCodex
Generate session recap in .ai-sessions/ and capture lessons learned.
MasonEgger/bpe-claude-code-plugin
Skill Claude CodeCodex
WTF was I doing? A tight, fits-on-screen recap of the current session so you can re-enter in under 10 seconds.