Multi-Agent Collaborative Development Workflow
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_ce58ddb4/multi-agent-collaboration-pro.
About this skill
Problem
When a fuzzy requirement, bug, diff, or technical debt is handed directly to AI, the common failure mode is scope creep: the same context analyzes and edits at once, refactors by habit, mixes multiple goals into one task, and becomes hard to verify. This skill addresses how to keep human decision-making intact in multi-agent development, while assigning AI only clear, bounded responsibilities in decomposition, execution, and review.
How It Works
The skill separates the workflow into an orchestration phase and an execution phase, even when only one AI is used.
- Classify the task first: new requirements, bugs, execution results, technical debt, data/config changes, and documentation reuse get different orchestration paths.
- Size the work:
XScan become an atomic task,Mneeds a proposal first, andLmust be split rather than delivered in one shot. - Constrain atomic tasks: include background, allowed files/modules, forbidden scope, exact fields/functions, acceptance criteria, and self-test commands.
- Review in order: check scope, unrelated refactoring, main flows, data/config/permissions, compatibility, edge cases, and verification before closing.
- Capture reusable assets: maintain files such as
AGENTS.md,TASK_TEMPLATE.md, andREVIEW_CHECKLIST.mdfor long-term projects.
Boundaries And Notes
It fits development collaboration where scope control and verifiable output matter, not open-ended exploration. Do not ask execution agents to decide the best approach, do not pack multiple requirements into one task, and do not mix technical debt with business changes. The material stresses real acceptance over automated checks, and no large edits before proposal confirmation.
Use Cases
- Use a vague product request to have AI split modules, compare 2-3 options, and size work before coding.
- For a bug or screenshot, require AI to diagnose without code, propose cheap checks, then draft a small patch task.
- After an execution agent returns a diff, review scope, refactoring, main flow, compatibility, and acceptance.
- Maintain AGENTS.md and REVIEW_CHECKLIST.md to standardize long-project collaboration.
Best For
- Engineering leads using AI coding who need scoped tasks, confirmed proposals, and final acceptance.
- Developers using multi-agent setups who want atomic tasks without accidental refactoring.
- Code reviewers who need a checklist for main flows, compatibility, and acceptance paths.
- Team maintainers who want reusable AGENTS.md and REVIEW_CHECKLIST.md templates.
Related Skills
A free matrix publishing assistant for Skill developers, guiding distribution to Tencent SkillHub, XiaLiao, XiaYou SkillHub, GitHub, and ClawHub with create, update, and delete safeguards.
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.