agent-output-reconciler

Reconcile multi-agent task outputs into a structured report with recommended actions.

23|5|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/WenyuChiou/agent-collab-skills --skill agent-output-reconciler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-output-reconciler
Source: https://github.com/WenyuChiou/agent-collab-skills/tree/main/skills/agent-output-reconciler
Command: npx skills add https://github.com/WenyuChiou/agent-collab-skills --skill agent-output-reconciler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Reconciles outputs from multiple agents after a round, generating a unified report that highlights agreements, conflicts, and recommended merge actions.

Core Features & Use Cases

  • Aggregates per-task results from Codex, Gemini, and Claude to surface agreement and discrepancies.
  • Produces a .coord/reconciliation_<NNN>.md report with per-task summaries, cross-task analysis, risks, and a recommended action.
  • Enables auditability and gating in multi-agent workflows to guide acceptance decisions.

Quick Start

Instruct the reconciler to process the latest round plan and generate the reconciliation report.

Frequently Asked Questions about agent-output-reconciler

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

FAQPage Schema
How do I reconcile multi-agent outputs from Codex, Gemini, and Claude?

Multi-agent output reconciliation aggregates per-task results from Codex, Gemini, and Claude to surface agreements and discrepancies. It reads artifacts from .coord and plan files to generate a structured report detailing cross-task analysis and recommended actions.

What is cross-agent reconciliation in a multi-agent workflow?

Cross-agent reconciliation is the process of consolidating multi-agent task outputs after a round. It determines agreement, conflicts, and recommended merge actions by analyzing summaries and logs to produce a unified auditability report.

How do I generate a reconciliation report for multi-agent task results?

To generate a reconciliation report, instruct the reconciler to process the latest round plan. It reads per-task artifacts and emits a .coord/reconciliation_<NNN>.md document containing per-task summaries, risks, and a recommended action.

Can I use multi-agent reconciliation for gating acceptance decisions?

Yes, multi-agent reconciliation enables auditability and gating in multi-agent workflows. By highlighting conflicts and recommended merge actions, the generated report guides acceptance decisions for downstream workflow steps.

What file formats and artifacts do I need for cross-agent reconciliation?

Cross-agent reconciliation requires per-task artifacts stored in .coord and .ai files, alongside round plan files. These inputs contain the results, summaries, and logs needed to determine agreement and conflicts across agents.