agent-swarm-workflow
Coordenar Enxames Multi-Agente
Gerenciar múltiplos agentes de IA em paralelo cria complexidade de coordenação. Esta skill fornece prompts exatos e fluxos de trabalho para coordenar enxames de agentes através das ferramentas NTM, Agent Mail, Beads e BV.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「agent-swarm-workflow」。 Tenho 4 agentes Claude Code e 2 agentes Codex. Como inicio eles?
預期結果:
Use NTM para spawnar o enxame:
ntm spawn myproject --cc=4 --cod=2
Então envie o prompt de Ordens de Marcha Iniciais para todos os agentes:
ntm send myproject --all "[texto do prompt inicial]"
正在使用「agent-swarm-workflow」。 Dois agentes querem editar o mesmo arquivo. Como prevenimos conflitos?
預期結果:
Antes de editar, cada agente deve reservar arquivos:
1. Chamar file_reservation_paths com exclusive=True
2. Anunciar via send_message para outros agentes
3. Após completar o trabalho, release_file_reservations
O guardião pre-commit impõe as reservas de arquivos.
正在使用「agent-swarm-workflow」。 Como os agentes sabem em qual bead trabalhar a seguir?
預期結果:
Use a ferramenta bv com flags de robot:
bv --robot-triage # Análise completa
bv --robot-next # Obter a melhor escolha única
bv --robot-plan # Trilhas de execução paralela
Estes priorizam beads prontos por impacto e ordem de dependência.
安全審計
安全This is a documentation-only skill containing workflow prompts for multi-agent coordination. All static findings are false positives: backticks are markdown code fences, cryptographic references are documentation about security patterns, and the URL is legitimate metadata.
品質評分
你能建構什麼
Lançar Equipes de Desenvolvimento Paralelas
Iniciar um enxame de 3-6 agentes de IA trabalhando na mesma base de código com coordenação via Agent Mail e priorização de tarefas através do BV.
Implementar Mudanças Complexas em Múltiplos Arquivos
Dividir grandes tarefas de refatoração entre múltiplos agentes que coordenam através de reservas de arquivos e rastreamento de beads.
Executar Sprints de Garantia de Qualidade
Implantar agentes para revisão sistemática de código, caça a bugs e passes de melhoria de UI/UX com loops de qualidade coordenados.
試試這些提示
First read ALL of the AGENTS dot md file and README dot md file super carefully and understand ALL of both! Then use your code investigation agent mode to fully understand the code, and technical architecture and purpose of the project. Then register with MCP Agent Mail and introduce yourself to the other agents. Be sure to check your agent mail and to promptly respond if needed to any messages; then proceed meticulously with your next assigned beads, working on the tasks systematically and meticulously and tracking your progress via beads and agent mail messages. When you're not sure what to do next, use the bv tool mentioned in AGENTS dot md to prioritize the best beads to work on next. Use ultrathink.
Reread AGENTS dot md so it's still fresh in your mind. Use ultrathink. Use bv with the robot flags to find the most impactful bead(s) to work on next and then start on it. Remember to mark the beads appropriately and communicate with your fellow agents. Pick the next bead you can actually do usefully now and start coding on it immediately. And respond to any agent mail messages you've received.
Great, now I want you to carefully read over all of the new code you just wrote and other existing code you just modified with fresh eyes looking super carefully for any obvious bugs, errors, problems, issues, confusion, etc. Carefully fix anything you uncover. Use ultrathink.
Ok can you now turn your attention to reviewing the code written by your fellow agents and checking for any issues, bugs, errors, problems, inefficiencies, security problems, reliability issues, etc. and carefully diagnose their underlying root causes using first-principle analysis and then fix or revise them if necessary? Don't restrict yourself to the latest commits, cast a wider net and go super deep! Use ultrathink.
最佳實務
- Configure AGENTS.md com todos os blurps de ferramentas antes de iniciar o enxame
- Mantenha o servidor Agent Mail em execução durante toda a sessão
- Execute loops de revisão de qualidade até que os agentes consistentemente retornem sem mudanças
- Use reservas de arquivos antes de editar qualquer base de código compartilhada
避免
- Executar o comando bv sem flags de robot - ele lança uma TUI bloqueante
- Deixar os agentes presos no purgatório de comunicação sem fazer progresso
- Pular a fase de auto-revisão após completar um bead
- Executar agentes sem AGENTS.md pré-configurado e blurps de ferramentas