hong-et-al-2024-metagpt

Enforce structured communication and role-based artifact handoffs in multi-agent LLM systems.

2|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/curiositech/port-daddy --skill hong-et-al-2024-metagpt
Or copy as Structured Prompt for Agentā–¼
Please help me install this Agent Skill.
Skill: hong-et-al-2024-metagpt
Source: https://github.com/curiositech/port-daddy/tree/main/skills/hong-et-al-2024-metagpt
Command: npx skills add https://github.com/curiositech/port-daddy --skill hong-et-al-2024-metagpt

SYSTEM DOCUMENTATION & REQUIREMENTS

šŸ’” This Skill includes references (resource) components.

What problem does it solve?

Prevents cascading hallucinations, context dilution, and coordination thrashing in multi-agent LLM systems by prescribing structured communication, role specialization, and SOP-driven handoffs so agents exchange verifiable artifacts instead of free-form dialogue.

Core Features & Use Cases

  • Structured Communication: Define schemas and templates (PRDs, design docs, JSON artifacts) that each agent must produce and validate at handoffs.
  • Role Specialization & SOPs: Encode human standard operating procedures into distinct agent roles (PM → Architect → Engineer → QA) with clear inputs, outputs, and success criteria.
  • Publish-Subscribe Messaging: Use a shared message pool and typed subscriptions to decouple agents and reduce O(n²) message complexity.
  • Executable Feedback Loops: Automatically run code, tests, and API calls to provide concrete failure signals for iterative repair and recovery.
  • Quality Gates & Failure Recovery: Schema validation, binary success criteria, and message-based correction enable recovery from zombie agents and unsupported claims.
  • Use Cases: Large-scale literature analysis (paper summarization → trend analysis → synthesis) and multi-stage content or software pipelines (research → outline → draft → test).

Quick Start

Activate hong-et-al-2024-metagpt to convert an unstructured multi-agent workflow into a role-based SOP with schema-validated handoffs, pub-sub messaging, and executable feedback.

Frequently Asked Questions about hong-et-al-2024-metagpt

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

FAQPage Schema
How do I prevent cascading hallucinations in multi-agent LLM systems?ā–¼

Prevent cascading hallucinations in multi-agent LLM systems by enforcing structured communication and role-based artifact handoffs, ensuring agents exchange schema-validated artifacts instead of free-form dialogue.

What causes coordination thrashing in multi-agent workflows and how do I fix it?ā–¼

Coordination thrashing in multi-agent workflows occurs when agents communicate freely without clear ownership; fix it by encoding SOPs into specialized roles with publish-subscribe messaging and verifiable intermediate artifacts.

How do I structure role specialization and standard operating procedures for LLM agents?ā–¼

Structure role specialization for LLM agents by assigning distinct roles like PM, Architect, Engineer, and QA, each with defined inputs, outputs, and success criteria to enforce standard operating procedures.

Does publish-subscribe messaging work for reducing message complexity in multi-agent pipelines?ā–¼

Publish-subscribe messaging reduces multi-agent pipeline message complexity from O(n²) to manageable levels by using a shared message pool with typed subscriptions to decouple agents.

Can I use executable feedback loops to recover from failures in multi-agent software development?ā–¼

Executable feedback loops recover multi-agent software development failures by automatically running code, tests, and API calls to generate concrete failure signals for iterative repair and quality gate validation.

When should I not use free-form dialogue for multi-step handoffs in content pipelines?ā–¼

Avoid free-form dialogue for multi-step handoffs in content pipelines when tasks require clear ownership and verifiable intermediate artifacts; use schema-defined handoffs and quality gates instead.