MasonEgger

18 mods across 1 repository, 7 stars between them.

bpe

02

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.

7 9d ago A tokens not measured original MIT

cheap-research

03

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.

7 9d ago A 51 tokens original MIT

step-executor

04

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…

7 9d ago A 132 tokens original MIT

validator

05

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…

7 9d ago A 123 tokens original MIT

execute-plan

09

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).

7 9d ago A 45 tokens original MIT

goal

11

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…

7 9d ago A 126 tokens original MIT

plan

14

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.

7 9d ago A 27 tokens original MIT

retrofit

15

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.

7 9d ago A 32 tokens original MIT

review

16

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.

7 9d ago A 44 tokens original MIT

wtf-wid

18

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.

7 9d ago A 32 tokens original MIT