Commit a8b6a99
Replace SDK-based dashboard builder with native /create-dashboard command
The SDK wrapped the Anthropic Agent SDK to orchestrate dashboard building,
but this made Claude run headless — unable to ask users questions mid-process
or show progress. Replace with a command .md file following the same proven
pattern as /encode-reform and /backdate-program: Task tool subagents, disk
file handoffs, AskUserQuestion for human gates, and parallel agent spawning.
All 10 dashboard agents are unchanged — they already work as Task tool
subagents. Telemetry (Supabase) and per-phase budget caps are dropped.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0b31095 commit a8b6a99
File tree
23 files changed
+590
-2246
lines changed- .claude-plugin
- changelog.d
- commands
- sdk
- src
- phases
- telemetry
- supabase/migrations
- skills/tools-and-apis/policyengine-dashboard-workflow-skill
23 files changed
+590
-2246
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
| |||
366 | 367 | | |
367 | 368 | | |
368 | 369 | | |
| 370 | + | |
369 | 371 | | |
370 | 372 | | |
371 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments