Dexploarer/plugin-electrobun-dev
Agent
Stage 7 of the Electrobun SDLC pipeline. Fixes bugs, corrects blast radius drift (files missed or forgotten), cleans up debug artifacts, and brings the implementation into full alignment with the Architecture Spec and QA Report. Works BLOCKER → IMPORTANT → MINOR. Does not add features.
Dexploarer/plugin-electrobun-dev
Agent
Stage 2 of the Electrobun SDLC pipeline. Receives the Research Report and produces a complete Architecture Spec — window/view layout, RPC flow, file structure, config skeleton, and a full blast radius analysis mapping every file that will be touched and why. Call this agent when planning any new window, view, or…
Dexploarer/plugin-electrobun-dev
Agent
Electrobun backend specialist. Implements the bun-side of Electrobun desktop app features — BrowserWindow creation, BrowserView.defineRPC() wiring, request and message handlers, electrobun.config.ts updates, and app lifecycle. Receives an RPC contract handoff from the UI agent and produces complete, ready-to-run…
Dexploarer/plugin-electrobun-dev
Agent
Electrobun debugger. Diagnoses build failures, RPC timeouts, webview rendering issues, input passthrough problems, and cross-platform bugs. Use this agent when something is broken and the cause isn't obvious.
Dexploarer/plugin-electrobun-dev
Agent
Stage 8 (final) of the Electrobun SDLC pipeline. Writes Mintlify documentation for the completed feature, writes regression tests that lock in the golden behavior, and marks the implementation plan as COMPLETE. This agent's completion signals the end of the pipeline.
Dexploarer/plugin-electrobun-dev
Agent
An agent specialized in operating the Electrobun Kitchen Sink test runner. Use this agent when you need to navigate the test runner UI, run specific tests, handle interactive test flows, or automate interaction with playground windows. The agent knows the complete UI map, CSS selectors, RPC contract, and two-step…
Dexploarer/plugin-electrobun-dev
Agent
Stage 3 of the Electrobun SDLC pipeline. Receives the Architecture Spec and converts it into atomic, TDD-style implementation tasks assigned to the dev squad agents. Sanity-checks the plan for completeness before handoff.
Dexploarer/plugin-electrobun-dev
Agent
Stage 5 of the Electrobun SDLC pipeline. Audits all implemented code against the Architecture Spec and Implementation Plan. Finds bugs, API misuse, drift from spec, missing pieces, and code quality issues. Produces a QA Report consumed by the test writer and alignment agent.
Dexploarer/plugin-electrobun-dev
Agent
Stage 1 of the Electrobun SDLC pipeline. Deep-dives into the codebase and Electrobun API surface before any design or code is written. Produces a Research Report consumed by the architect in Stage 2.
Dexploarer/plugin-electrobun-dev
Agent
Stage 6 of the Electrobun SDLC pipeline. Writes tests that expect the golden outcome — ideal, correct behavior — not tests calibrated to what the current code does. Uses the Kitchen Sink defineTest() framework. Produces a test suite that defines the contract the feature must always honor.
Dexploarer/plugin-electrobun-dev
Agent
Electrobun UI specialist. Designs and implements renderer-side views for Electrobun desktop apps — HTML structure, CSS layout, TypeScript Electroview wiring, and the typed RPC contract that the bun-side backend must implement. Works as the first phase of the electrobun-feature team. Always produces a complete RPC…