Skip to content

Commit a8b6a99

Browse files
anth-volkclaude
andcommitted
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

23 files changed

+590
-2246
lines changed

.claude-plugin/marketplace.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@
249249
"./agents/dashboard/dashboard-overview-updater.md"
250250
],
251251
"commands": [
252+
"./commands/create-dashboard.md",
252253
"./commands/deploy-dashboard.md",
253254
"./commands/dashboard-overview.md"
254255
],
@@ -366,6 +367,7 @@
366367
"./commands/fix-pr.md",
367368
"./commands/new-tool.md",
368369
"./commands/setup-verbs.md",
370+
"./commands/create-dashboard.md",
369371
"./commands/deploy-dashboard.md",
370372
"./commands/dashboard-overview.md"
371373
],
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace SDK-based dashboard builder with native /create-dashboard command for full user interactivity

0 commit comments

Comments
 (0)