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.
Parallelentwicklung durch mehrere Agenten. Ermöglicht 3x schnellere Website-Erstellung durch gleichzeitiges Arbeiten an Design, Backend und Inhalten.
# 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