Delegate sub-tasks of website building to parallel agents. Split work into design, backend, and content agents, coordinate via shared specs, and merge results. Patterns adapted from OpenClaw+Hermes multi-agent workflows.
Parallel development through multiple agents. Enables 3x faster website creation by working on design, backend, and content simultaneously.
# Multi-Agent Build
## When to use this
Load this skill when a website project is large enough to benefit from parallel execution. Use when:
- Building a site with 5+ pages or distinct sections (design, backend, content)
- The user wants simultaneous progress on frontend components + backend logic
- You need a planning agent that hands implementation tasks to specialized subagents
- You want to apply the supervisor-builder pattern (one agent plans/reviews, others build)
- You're coordinating mu