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…
The routing law for handing off between Claude (primary driver), Codex/GPT-5.5 (adversarial review, second opinions), and Gemini (long-context, repo-wide synthesis). Codifies when each model is the right tool and enforces the no-self-review rule. Trigger when the user says
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill route-three-brain --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/route-three-brainContext preview
The summary Claude sees to decide when to auto-load this skill.
The routing law for handing off between Claude (primary driver), Codex/GPT-5.5 (adversarial review, second opinions), and Gemini (long-context, repo-wide synthesis). Codifies when each model is the right tool and enforces the no-self-review rule. Trigger when the user says
name: route-three-brain description: The routing law for handing off between Claude (primary driver), Codex/GPT-5.5 (adversarial review, second opinions), and Gemini (long-context, repo-wide synthesis). Codifies when each model is the right tool and enforces the no-self-review rule. Trigger when the user says "three brain", "route this", "which model should", "delegate to codex / gemini", or when a substantial Claude output needs an independent check.
**Family:** routing **Status:** Stable
The decision layer for cross-model routing. Three models, three roles:
correctness/security checking.
structured-data passes.
**Hard rule:** Claude never reviews Claude — same architecture, same blind spots. If the user says "check your work" / "review this" / "is this right" / "second opinion" / "sanity check," route to Codex via `route-codex-review`.
1. **Startup self-check (once per session).** Verify the tools exist: `codex --version` and `gemini --version`. If one is missing, announce it once and route only to what's available. 2. **Classify the task:**
billing, migrations, deploy, secrets) → **Codex** via `route-codex-review`.
`route-gemini-context`. 3. **Announce forced routes** in one line before running (so the user can interrupt): `[three-brain] routing to Codex (review) — risk path: src/auth/`. 4. **Execute** the handoff via the execution skills and **integrate** the result — diff where models agree/disagree and adjudicate by evidence, not by averaging.
`cc-gemini-plugin` tools); degrades to a recommendation when neither is present
The law layer; the two `route-*` skills are the execution layers. Under-firing is fine; over-firing breaks trust. When uncertain, recommend rather than auto-route.
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…