electrobun-sdlc

Solid

Use when building any complete Electrobun feature from idea to documentation. Explains the 8-stage agent pipeline — researcher, architect, planner, dev squad, QA engineer, test writer, alignment agent, docs agent — and how to orchestrate them with or without Claude Code agent teams.

AI & Automation 394 stars 68 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Electrobun SDLC Pipeline Full 8-stage agent pipeline for building complete, tested, documented Electrobun features. Each stage has a dedicated specialist agent. Output from each stage is the input to the next. ## Pipeline Overview ``` ┌──────────────────────────────────────────────────────────────────────┐ │ /electrobun-sdlc <feature> │ │ Orchestrator (main Claude) │ └──┬───────────────────────────────────────────────────────────────────┘ │ ▼ Stage 1 ───────────────────────────────────────────────────────── electrobun-researcher → Explores codebase + API surface → Output: Research Report (files, patterns, risks, unknowns) │ ▼ Stage 2 ───────────────────────────────────────────────────────── electrobun-architect → Receives Research Report → Output: Architecture Spec (scope, blast radius, RPC flow, types, config skeleton) │ ▼ Stage 3 ───────────────────────────────────────────────────────── electrobun-planner → Receives Research Report + Architecture Spec → Output: Implementation Plan (atomic tasks, agent assignments, acceptance criteria) │ ▼ Stage 4 ───────────────────────────────────────────────────────── DEV SQUAD (parallel if teams enabled) electrobun-ui-agent ← renderer files, HTML, Electroview RPC electrobun-backend-agent ← bun files, BrowserView.defineRPC, config → Output: Implemented files │ ▼ Stage 5 ────────...

Details

Author
milady-ai
Repository
milady-ai/milady
Created
3 months ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

electrobun-teams

Use when orchestrating multi-agent Electrobun feature development. Explains the electrobun-feature-team architecture — UI agent (views, RPC contract) followed by backend agent (bun-side wiring) — the RPC contract handoff format, and how to run the team using CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1.

394 Updated today
milady-ai
AI & Automation Solid

electrobun-workflow

The master Electrobun development lifecycle guide. Use for any Electrobun project to understand where you are in the pipeline and what comes next. Links all stages together.

394 Updated today
milady-ai
AI & Automation Solid

electrobun-milady

Use when building Electrobun features for the milady-ai/milady project, submitting PRs that will be reviewed by milady's agent-review system, or understanding how the electrobun-dev SDLC pipeline integrates with milady's trust scoring, CI/CD, and automated reviewer. Covers trust tiers, code quality standards, PR format requirements, Biome compliance, and the milady release-electrobun.yml workflow.

394 Updated today
milady-ai
Code & Development Solid

electrobun-plugin-guide

The master index for the electrobun-dev Claude Code plugin. Use when starting a new Electrobun project, unsure which skill or command to use, wanting a full overview of what the plugin provides, or onboarding to the plugin ecosystem. Lists all 15 skills, 13 commands, and 11 agents with when-to-use guidance and decision trees.

394 Updated today
milady-ai
AI & Automation Solid

electrobun-kitchen-sink

Use when working with the Electrobun Kitchen Sink testing app — running tests, understanding the feature manifest, navigating the test runner UI, operating playground windows, or adding new test coverage. Also activates for questions about the defineTest() pattern, AUTO_RUN mode, or the manifest generator/validator scripts.

394 Updated today
milady-ai