Skip to content
Marketing
Skill

/blast-prompt

Generate a complete build brief in BLAST format — Blueprint, Link, Architect, Stylize, Trigger — so a build agent can one-shot a high-quality build. Pulls the Stylize section from a saved or freshly generated design system. Trigger when the user says "blast prompt", "build

From plugin
designer-pro-and-seo
845 skills13 agents4 MCP
Install
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill blast-prompt --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/blast-prompt

Context preview

The summary Claude sees to decide when to auto-load this skill.

Generate a complete build brief in BLAST format — Blueprint, Link, Architect, Stylize, Trigger — so a build agent can one-shot a high-quality build. Pulls the Stylize section from a saved or freshly generated design system. Trigger when the user says "blast prompt", "build

SKILL.md

blast-prompt.SKILL.md
name: blast-prompt
description: Generate a complete build brief in BLAST format — Blueprint, Link, Architect, Stylize, Trigger — so a build agent can one-shot a high-quality build. Pulls the Stylize section from a saved or freshly generated design system. Trigger when the user says "blast prompt", "build brief", "structured build prompt", "complete build prompt", "brief for the build agent", or "prompt I can paste into Claude or Cursor".

blast-prompt

**Family:** build-and-qa **Status:** Stable

Purpose

Produce a structured, complete build brief in BLAST format so a build agent (Claude Code, Cursor, etc.) can one-shot a high-quality build. Five sections, each with a required-fields checklist so nothing is forgotten before launch:

  • **Blueprint** — what's being built (pages, sections, features, audience, fidelity)
  • **Link** — integrations & external dependencies (forms, payments, analytics, CRM)
  • **Architect** — stack, file structure, data flow, performance budget
  • **Stylize** — design system reference (palette, type, effects, anti-patterns)
  • **Trigger** — the actual paste-ready command for the build agent

Triggers

  • "blast prompt" / "build brief"
  • "structured build prompt" / "complete build prompt"
  • "brief for the build agent"
  • "prompt I can paste into Claude or Cursor"

Inputs

  • Project goal (one sentence)
  • Stack preference (or "agent picks")
  • Existing design system (or "generate one")
  • Integrations needed
  • Target deployment

Steps

1. **Load the template** `templates/blast-template.md`. 2. **Walk each section** with the user, filling required fields. Auto-fill from project context where possible (CLAUDE.md, an existing design system / `design-system/MASTER.md`). 3. **Pull the Stylize section** from a `design-system-gen` result (run it first if no design system exists). Map palette hex, typography, and effects into the slots. 4. **Validate completeness.** Run the template's completeness gate — every required field filled, no "TBD". For integrations and secrets, list **names only, never secret values**. 5. **Write the Trigger.** Compose a single, self-contained, paste-ready launch command that references the four sections above so the build agent has full context in one paste. 6. **Render** both a Markdown brief and a plain-text version for CLI paste. Offer to launch directly or hand off to `parallel-build` for multi-variant builds.

Outputs

  • Markdown brief in BLAST format (from the template)
  • Plain-text version for paste-into-CLI
  • A completeness gate confirming the brief is launch-ready

Dependencies

  • `templates/blast-template.md` (required)
  • `design-system-gen` (optional — adds an on-brand Stylize section: palette hex, typography, effects, anti-patterns; free path: fill Stylize from the project's saved design system (`design-system/MASTER.md`) or from user-supplied tokens)

Notes

The framework's value is structure-as-coverage: forcing five distinct sections surfaces gaps (e.g. a forgotten analytics integration) before the build, not halfway through it. Pairs with `qa-gate` as the bookend — BLAST starts a build, qa-gate ends it.

Read more
Ships withdesigner-pro-and-seo

A Claude Code plugin for the web-design + SEO workflow: research a niche, generate a coherent design system, write a complete build brief, build, run a pre-delivery QA gate, port the result into any CMS, and review on-page SEO.

Get the whole plugin

Other skills on designer-pro-and-seo.