workbench-builderlisted
Install: claude install-skill theagenticguy/agentic-plugins
## Contents
| File | When to load |
| ------------------------------- | ------------------------------------------------------------------------------------------------------- |
| `references/orchestrator.md` | Running the pipeline — the five phases, the subagent prompt shape, check-in cadence, stuck detection |
| `references/write-protocol.md` | Canonical write-protocol block, copied verbatim into every phase worklog and subagent prompt |
| `references/architecture.md` | The boring-on-purpose stack — SSE-as-invalidation, the fan-out, the two-way loop, threading, gotchas |
| `references/cdn-deps.md` | Verified CDN dependency catalog — SRI hashes, the uncompressed-bytes rule, package-name traps |
| `references/rendering.md` | The markdown/mermaid/highlight/sanitize pipeline, progressive disclosure (chip → modal/sheet), charts |
| `references/recipes.md` | The recipe catalog — one data model + layout per workbench type, with the unique value of each |
| `templates/app.py` | Backend scaffold — SQLite schema, db helpers, SSE fan-out + `publish()`, partial routes, loop endpoints |
| `templates/index.html` | Frontend scaffold — CDN tags with verified SRI, design tokens, htmx-SSE wiring, render engine, overlays |
| `templates/terminal-helper.py` | PEP 723 httpx helper the termin