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 stack contract — SSE-as-invalidation, the fan-out, `useRegion`, the two-way loop, gotchas |
| `references/dependencies.md` | The pinned dependency set, Astryx grounding commands (`bunx astryx component`), the Graphite theme |
| `references/rendering.md` | Markdown/mermaid/ECharts patterns, the palette pairing rule, disclosure, overflow guards |
| `references/recipes.md` | The recipe catalog — one data model + layout per workbench type, with the unique value of each |
| `templates/server.ts` | Backend scaffold — schema, SSE fan-out + `publish()`, region queries, mutation + loop endpoints |
| `templates/src/` | Frontend scaffold — `main.tsx`, `App.tsx`, `useRegion.ts`, `charts.ts`, region components |
| `templates/index.html` | Fullstack entry Bun.serve imports — the whole "no bundler" tr