SuperBeads Universal Framework (Wiggum Flavour) — Summary
SuperBeads Universal Framework (EliaAlberti/superbeads-universal-framework) is a Claude Code methodology framework that integrates Steve Yegge's Beads task tracking with a universal Core Engine (session memory, atomic git commits, observable verification) plus five optional domain Packs (iOS, Python, Web, Design, PM). It is installed via a shell script that copies files to ~/.superbeads/ and adds a superbeads CLI to PATH. The "Wiggum Flavour" branding refers to the subtitle shown in the README — the author's named variant of the Universal Framework. The framework initializes a project with CLAUDE.md (session memory), .beads/ (task database), .superbeads/ (sprint tracking + agent definitions), and verify.sh (domain-specific verification script). A built-in TUI (using the separately installed bv) shows Board, Kanban, Dependency Graph, and Insights dashboards.
Differs from seeds: closest to agent-os (CLAUDE.md as primary artifact, markdown-scaffold philosophy) but adds Beads task integration, a superbeads CLI binary, domain packs, and the bv TUI. Unlike agent-os which ships 5 slash-commands, SuperBeads ships 6 slash-commands (/resume, /preserve, /compress, /wrapup, /status, /task) plus a standalone CLI.