← ClaudeAtlas

bstacklisted

bstack primer — the Broomva Stack: twenty irreducible automation primitives (P1–P20) that turn an agent-driven workspace into a self-operating system. This is the AGENT-READABLE PRIMER (primitive contract + short-name index + when each fires), NOT the CLI. The bstack CLI + governance substrate (bin/, doctor, templates, hooks) is a separate product installed by clone + bootstrap (git clone https://github.com/broomva/bstack && ./bin/bstack bootstrap) — do NOT `npx skills add broomva/bstack` (it drops bin/scripts, the repo-root SKILL.md case of vercel-labs/skills#1523). Use this primer to reason with the primitives: Bridge (P1), Gate (P2), Tickets (P3), Pipeline (P4), Fanout (P5), Bookkeeping (P6), Freshness (P7), Janitor (P8), Wait (P9), Hygiene (P10), Empirical (P11), Persist (P12), Dream (P13), Dep-Chain (P14), Snapshot (P15), Crystallize (P16), Lens (P17), Audience (P18), Orchestrate (P19), Cross-Review (P20). Triggers on 'bstack', 'Broomva Stack', 'the primitives', 'P1'..'P20', 'primitive contract', 'bstack
broomva/skills · ★ 3 · AI & Automation · score 72
Install: claude install-skill broomva/skills
# bstack — the Broomva Stack (primitives primer) **A portable harness metalayer for AI-native development.** Twenty irreducible primitives that turn any agent-driven workspace into a self-operating system. Each primitive closes one failure mode that otherwise drifts into entropy in unsupervised agent sessions. > **This file is the agent-readable *primer*, not the CLI.** It teaches you the > primitive contract so you can reason with it. The bstack CLI + governance substrate > (the `bstack` binary, `doctor`, templates, hooks, schemas) is a **separate product**: > > ```bash > git clone https://github.com/broomva/bstack.git > cd bstack && ./bin/bstack bootstrap > ``` > > Do **not** `npx skills add broomva/bstack` — bstack has a repo-root `SKILL.md` > beside `bin/`, so skills.sh copies only that file and drops the CLI > ([vercel-labs/skills#1523](https://github.com/vercel-labs/skills/issues/1523)). > `bstack bootstrap` installs the companion-skill roster from **this monorepo**: > `npx skills add broomva/skills --skill <name>` per entry. ## Referencing primitives Use the `Name (Pn)` form in prose — *"applying Snapshot (P15)"*, *"via Dep-Chain (P14)"*, *"running Bookkeeping (P6)"*. The number is the canonical id; the name is the human handle. **Short-name index:** Bridge (P1) · Gate (P2) · Tickets (P3) · Pipeline (P4) · Fanout (P5) · Bookkeeping (P6) · Freshness (P7) · Janitor (P8) · Wait (P9) · Hygiene (P10) · Empirical (P11) · Persist (P12) · Dream (P13) · Dep-Chain (P14) · S