multi-agent-conflict-resolver
Installation
SKILL.md
Multi-Agent Conflict Resolver
This skill focuses on the 'Peacekeeper' role, ensuring multiple agents don't work at cross-purposes.
Instructions
- Analyze instructions from multiple agents for logical contradictions.
- Implement a 'Hierarchy of Authority' (Ex. Architect > Coder).
- Use 'Peer Review' between agents to catch errors.
- Resolve conflicts by re-prompting with clear priority constraints.
- Document 'Decision Logs' to explain why a certain agent's path was chosen.
Examples
- "Agent A wants to use MongoDB, Agent B wants Postgres. Resolve the conflict."
- "Validate if the Coder's implementation matches the Architect's design."