research-hub-multi-ai

Generate a .coord/multi_ai_plan.md when two or more delegates are required.

45|7|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/WenyuChiou/research-hub --skill research-hub-multi-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research-hub-multi-ai
Source: https://github.com/WenyuChiou/research-hub/tree/main/skills/research-hub-multi-ai
Command: npx skills add https://github.com/WenyuChiou/research-hub --skill research-hub-multi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The router orchestrates multi-AI work rounds by generating a coordination plan when two or more delegates are required, ensuring a single round can be split across Codex, Gemini, Claude, or other agents.

Core Features & Use Cases

  • Writes a .coord/multi_ai_plan.md with a composed set of tasks, dependencies, and success criteria for parallel or sequential leaves.
  • Reads per-task briefs from leaf-specific paths and lets leaves execute independently while providing a central reconciliation flow.
  • Supports common agent pairs (e.g., Codex + Gemini) and multi-step sequences with cross-artifact coordination (Zotero/Obsidian/NotebookLM pipelines).

Quick Start

Invoke the router only when two or more delegates are required, generating a .coord/multi_ai_plan.md and per-task briefs for leaves.

Frequently Asked Questions about research-hub-multi-ai

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

FAQPage Schema
How do I coordinate multiple AI agents for a single research task?

A multi-AI coordination router generates a .coord/multi_ai_plan.md file with plan_id, goal, success_criteria, and per-task briefs, enabling independent execution by leaf agents like Codex or Claude.

When do I need a multi-AI router plan instead of routing directly?

A multi-AI router plan is needed when a single round of work requires two or more delegates. If only a single delegate is needed, no router plan is produced and requests route directly to the appropriate leaf skill.

How do I structure a coordination plan for cross-artifact research pipelines?

Structure a coordination plan by writing a .coord/multi_ai_plan.md containing plan_id, created_utc, goal, success_criteria, and per-task briefs with their own brief_path, allowing leaves to emit result.json for reconciliation.

Can I use this multi-AI router with Zotero, Obsidian, and NotebookLM pipelines?

Yes, the multi-AI router supports multi-step sequences with cross-artifact coordination, enabling complex pipelines that connect Zotero, Obsidian, and NotebookLM workflows across different AI agents.

How are results reconciled after parallel AI agents finish their tasks?

Results are reconciled through a central flow where each leaf agent emits a result.json file, allowing the coordination plan to verify outputs against the success_criteria defined in the .coord/multi_ai_plan.md.

What are the limitations of using a multi-AI delegation router?

The router is limited to scenarios requiring two or more delegates; it will not generate a coordination plan for single-delegate tasks, routing them directly instead, and requires leaf agents to independently emit result.json for reconciliation.