What problem does it solve?
This Skill solves the problem of turning a user’s build and deploy request into a live, public web artifact with the right stack and prerequisites, without drifting or skipping workflow phases.
Core Features & Use Cases
- BLAST Build Orchestration: Runs the fixed phases Blueprint, Link, Architect, Stylize, Trigger and reports status using the required phase names.
- Provider-Aware Build Execution: Verifies which reasoning/build engine is active for Bob’s profile before choosing Claude Code versus Codex-style workflows, preventing incorrect tool usage.
- GitHub Source of Truth + Vercel Production URL: Creates or updates a GitHub repo, then deploys via the Vercel CLI and returns the live vercel.app URL on success.
- Common Artifact Targets: Dashboards, decks, static tools, calculators, training/onboarding pages, briefing docs, and PerformOS website pages.
- Auth & Prerequisite Guardrails: Checks
vercel whoami, gh auth status, and profile-isolated auth for the build profile before proceeding.
Quick Start
Use this skill when the user says they want a dashboard or page built and deployed to Vercel, and ensure the build includes both a GitHub push and a final live URL.