Hybrid Dynamic Multi-Agent Collaboration System
Paste the following prompt into your AI chat to install this skill:
Follow https://skillhub.cn/install/skillhub.md to install @user_f076293a/dynamic-multi-agent-system.
About this skill
Problem
Hybrid Dynamic Multi-Agent Collaboration System addresses a specific issue: complex work such as creative writing, multi-step analysis, project development, and research integration is hard to keep stable when a single agent handles role-switching, context management, and review in one long session. Temporary workloads also do not justify permanently running many specialized agents. This skill uses a main agent plus ephemeral subagents, assigning task roles by complexity and destroying them after completion to avoid persistent resource use.
How It Works
The system first classifies work into single tasks, standard tasks, innovation plus standard tasks, and new innovative tasks. For tasks without a mature flow, the main agent dynamically assigns 1–6 temporary subagents, such as worldbuilding, outline, writing, and review roles; for tasks with an existing skill, it loads the codified workflow and appends custom steps. Execution uses three-layer review: subagent self-check, main-agent confirmation, and a temporary review agent for complex tasks. Successful workflows with at least three passing runs and sufficient satisfaction are solidified into reusable skills with version management.
Boundaries and Notes
It is well suited to multi-role collaboration, staged quality checks, and workflow reuse. It is not intended for simple lookups, one-off calculations, strict sub-second latency, or controlling external hardware. It does not change OpenClaw core architecture or security boundaries, and it keeps task memory separate from the main agent’s brain/ memory, using core/shared-memory/ for context, intermediate outputs, and logs.
Use Cases
- Assemble worldbuilding, outline, writing, and review subagents for a long-form sci-fi or mystery novel.
- Split multi-source material into research, summarization, cross-checking, and report-writing roles for a structured report.
- Assign requirement, design, coding, testing, and review subagents in a small project to deliver code through a serial workflow.
- Add an industry benchmark comparison step to an existing data analysis flow and produce auditable metric interpretations.
Best For
- Editors producing long-form content who want creative writing split into reviewed, role-based stages.
- Full-stack engineers delivering project plans who want design, coding, testing, and quality checks in parallel.
- Research assistants integrating multi-source material who want summarization, verification, and synthesis subagents.
- Platform engineers maintaining agent workflows who want to reuse validated flows with templates and caching.
Related Skills
A guide for writing Seedance 2.0 video prompts, covering @ references, camera moves, time segments, audio direction, and common pitfalls.
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.
A hybrid-evolution agent for OpenClaw developers that offers tiered-confirmation and rollback-safe capability optimization.