--- name: Electrobun Workflow description: 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. version: 1.0.0 --- # Electrobun Development Workflow ## The Pipeline ``` ┌──────────┐ ┌──────────┐ ┌──────────────┐ ┌───────────┐ │ INIT │ → │ DEV │ → │ BUILD │ → │ RELEASE │ │ │ │ │ │ │ │ │ │ template │ │ dev+watch│ │ canary/stable│ │ upload │ │ scaffold │ │ hot reload│ │ sign+notarize│ │ auto-update│ └──────────┘ └──────────┘ └──────────────┘ └───────────┘ Skill: Skill: Skill: Skill: electrobun-init electrobun-dev electrobun-build electrobun-release Command: (always-on) Command: Command: /electrobun-init /electrobun-build /electrobun-release ``` --- ## Stage 1: INIT **When:** Starting a new project from scratch. **Command:** ```bash electrobun init --template=