From mainbranch
Generate N concept variations of a site / asset on localhost in parallel, foreground subagents. Default 2. Operator picks one to publish. Used by /mb-site as the concept-generation step.
npx claudepluginhub noontide-co/mainbranchThis skill uses the workspace's default tool permissions.
A composable skill for generating concept variations. /mb-site calls this after the brief is locked, before the first publish.
Triage and build any site shape — lander (1 page), minisite (~4 pages), or full website — and graduate between them. Routes to per-shape build flow, reads from business reference files, deploys to Cloudflare Pages with git auto-deploy. Use when: (1) Operator says 'I want a site' / 'I want a lander' / 'spin up a one-pager' (2) Setting up a new site of any shape from offer + audience material (3) Updating / iterating on an existing site (4) Graduating a site to a new shape (lander → minisite → website → website + CMS) (5) Previewing or publishing changes Triggered by: /mb-site, 'build a site', 'landing page', 'lander', 'minisite', 'website', 'I need a site', 'spin up a site', 'put this online', 'publish site', 'deploy site', 'update my site', 'graduate my site', 'add a CMS to my site'
Orchestrates large-scale subagent dispatches in waves of up to 5 agents, tracks context budget to prevent exhaustion, ensures directive diversity, and avoids output duplication. For >5 parallel agents, variations, fan-outs, or batching.
Share bugs, ideas, or general feedback.
A composable skill for generating concept variations. /mb-site calls this after the brief is locked, before the first publish.
.mainbranch/conversion.json)concepts/v1/, concepts/v2/)python3 -m http.server from each subdir; open in browser.concepts/.Subagents MUST be foreground. The known background-subagent file-write bug means files appear written but don't persist. Foreground only. See references/concept-variations.md for the spawn pattern.