Open visual pipeline dashboard in browser
Generates and opens a visual dashboard showing pipeline progress, status, and next-step guidance.
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/zigrivers-scaffold/marketplace.json/plugin install zigrivers-scaffold@cpd-zigrivers-scaffoldGenerate and open a self-contained HTML dashboard showing the full Scaffold pipeline with completion status, descriptions, and "what's next" guidance.
Run the following command:
bash "$(dirname "$(find ~/.claude/plugins -path '*/scaffold/scripts/generate-dashboard.sh' 2>/dev/null | head -1)")/generate-dashboard.sh"
If the script is not found at the plugin path, try running it from the local repo:
bash scripts/generate-dashboard.sh
bd is available).scaffold/ directory: Shows actual progress — completed/skipped/pending status from config and artifact detection.scaffold/ directory: Shows full pipeline overview as a reference guide (all prompts pending)--no-open — Generate HTML but don't open in browser--json-only — Output JSON data to stdout (for scripting)--output FILE — Write HTML to a specific file pathThis is a standalone command — use it anytime during the pipeline to check progress.
Pipeline reference: /scaffold:prompt-pipeline