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…
Spin up multiple website or page variants in parallel — each in its own git worktree or sibling folder, built by a sub-agent from the same brief and shared design tokens but a different inspiration source — then cherry-pick and merge the best sections into one final. Captures
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill parallel-build --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/parallel-buildContext preview
The summary Claude sees to decide when to auto-load this skill.
Spin up multiple website or page variants in parallel — each in its own git worktree or sibling folder, built by a sub-agent from the same brief and shared design tokens but a different inspiration source — then cherry-pick and merge the best sections into one final. Captures
name: parallel-build description: Spin up multiple website or page variants in parallel — each in its own git worktree or sibling folder, built by a sub-agent from the same brief and shared design tokens but a different inspiration source — then cherry-pick and merge the best sections into one final. Captures side-by-side comparison screenshots when Playwright is connected; otherwise renders a structured comparison summary. Trigger when the user says "parallel build", "build three versions", "spin up variants", "make 3 sites at once", "side-by-side build", or "different design flavors to compare".
**Family:** build-and-qa **Status:** Stable
The multi-variant build primitive: instead of one prompt → one site, spawn N sub-agents (default 3), each in its own worktree/folder, each given a different inspiration source but the **same brief and the same design tokens**. The user gets a side-by-side comparison and cherry-picks the best sections into a merged final.
can supply them)
1. **Capture** the brief and the N inspiration sources. 2. **Generate shared tokens once** with `design-system-gen` so all variants share a coherent palette/type/effects — consistency across variants, distinctiveness via inspiration + layout. 3. **Create N output locations** — git worktrees (one per variant) or, if git isn't available, sibling folders `variant-1/ … variant-N/`. 4. **Dispatch N build sub-agents in parallel** behind the shared-token barrier — each runs the `design-build` skill with the same brief + the one shared token set from step 2, differing only by inspiration source. (`design-build` is an orchestrator, so each variant runs it as a skill inside its own sub-agent — not as a dispatched-leaf agent; the barrier guarantees every variant shares one palette/type/effects system.) One-shot each (iterate only if needed). 5. **Collect** outputs and render a side-by-side comparison. When Playwright is connected, fan out one `design-visual-qa` agent per variant for screenshot capture and cross-variant diffs; otherwise render a structured comparison summary. 6. **Cherry-pick + merge.** The user picks sections from each; assemble the final and run `qa-gate` before delivery.
shares one palette/type/effects system
supplies the inspiration sources)
free path: structured comparison summary)
manual review before handoff)
`variant-1/ … variant-N/`)
Shared tokens + divergent inspiration is the formula: variants feel like one brand exploring directions, not three unrelated sites.
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.
Repo: ZachArticulateV/designer-pro-and-seo
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…
Generate cold-outreach openers, value-led follow-up sequences, niche-authority positioning, and a tool-import CSV with CAN-SPAM/GDPR/CASL compliance-checklist…
Draft long-form content (blog post, service page, landing page, guide) from a brief or outline — structured, on-intent, and originality-checked, ready for…
Write conversion-focused copy for a page or section — headlines, subheads, value propositions, CTAs, feature/benefit blocks, and microcopy — anchored to a…
Convert a raw CSV into a structured, business-ready report using a 3-step framework — load + label, define rules, request structured deliverables. Trigger when…
Audits HTML against WCAG 2.2 — no-tools structural checks (alt text, heading order, form labels, lang, landmarks, skip link, viewport meta, token-based…