CollapseAgent

Converge conflicting agent positions by weighing evidence strength and role credibility.

1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/farmountain/sdlc_agent_swarm --skill collapseagent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CollapseAgent
Source: https://github.com/farmountain/sdlc_agent_swarm/tree/main/vscode-sdlc-swarm/templates/.agents/skills/collapse-agent
Command: npx skills add https://github.com/farmountain/sdlc_agent_swarm --skill collapseagent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill deterministically resolves disagreements between different agents or perspectives by weighing evidence and credibility.

Core Features & Use Cases

  • Conflict Resolution: Provides a structured way to converge on a decision when multiple agents have differing inputs.
  • Evidence-Based Decision Making: Prioritizes factual evidence over opinion and considers role credibility.
  • Use Case: In a software development scenario, if a 'Solver' proposes a feature, a 'Skeptic' raises concerns, and a 'Domain Expert' provides input, the CollapseAgent can weigh these inputs to produce a final, accepted plan or identify unresolved conflicts.

Quick Start

Use the CollapseAgent skill to converge the positions from the Solver, Skeptic, and Domain Expert.

Frequently Asked Questions about CollapseAgent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resolve conflicts in multi-agent decision making?

To resolve multi-agent decision making conflicts, you can converge differing agent positions by weighing evidence strength, role credibility, and past outcome similarity to produce a final accepted plan.

What is weighted consensus for agent collaboration?

Weighted consensus for agent collaboration is a deterministic process that converges conflicting positions by enforcing rules where evidence supersedes opinion and higher risk necessitates stricter acceptance criteria.

How do I converge differing positions from multiple agents in software development?

You converge differing positions by applying the CollapseAgent to weigh inputs like a Solver's proposal, a Skeptic's concerns, and a Domain Expert's input, yielding an accepted plan or identifying unresolved conflicts.

Does evidence-based decision making require strict acceptance criteria for high risk?

Yes, evidence-based decision making enforces that higher risk necessitates stricter acceptance criteria, ensuring that factual evidence and role credibility supersedes opinion during the conflict resolution process.

When should I not use deterministic conflict resolution for agents?

You should avoid deterministic conflict resolution when factual evidence is entirely absent or when the process cannot identify unresolved conflicts, as the mechanism relies on weighing evidence strength and role credibility.

What's the best way to achieve convergence when agents disagree?

The best way to achieve convergence when agents disagree is to weigh evidence strength, role credibility, and past outcome similarity, ensuring evidence supersedes opinion to reach a deterministic consensus.