Launches local web dashboard for current project's PBR planning state on localhost:3000 (custom port via --port). Watches .planning/ for live SSE updates.
From pbrnpx claudepluginhub sienklogic/plan-build-run --plugin pbrThis skill is limited to using the following tools:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
STOP — DO NOT READ THIS FILE. You are already reading it. This prompt was injected into your context by Claude Code's plugin system. Begin executing immediately.
Before ANY tool calls, display this banner:
╔══════════════════════════════════════════════════════════════╗
║ PLAN-BUILD-RUN ► DASHBOARD ║
╚══════════════════════════════════════════════════════════════╝
Then proceed to Step 1.
Parse arguments: Extract --port N from the user's input. Default to 3000.
Check dependencies: Check if ${CLAUDE_PLUGIN_ROOT}/dashboard/node_modules/ exists. If not, run:
npm install --prefix ${CLAUDE_PLUGIN_ROOT}/dashboard
Launch dashboard: Run in background via Bash:
node ${CLAUDE_PLUGIN_ROOT}/dashboard/bin/cli.js --dir <cwd> --port <port> &
Use & to background the process so it doesn't block the session.
Output to user:
Dashboard running at http://localhost:<port>
Open this URL in your browser to view your project's planning state.
--port..planning/ for live updates via SSE.