mnemonic-agent-coordination

Coordinate agents in-session with swarm tools and cross-session via blackboard files.

20|4|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/zircote/mnemonic --skill mnemonic-agent-coordination
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mnemonic-agent-coordination
Source: https://github.com/zircote/mnemonic/tree/main/skills/mnemonic-agent-coordination
Command: npx skills add https://github.com/zircote/mnemonic --skill mnemonic-agent-coordination

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides mechanisms for agents to coordinate their efforts, both within a single session and across multiple sessions, ensuring continuity and efficient task management.

Core Features & Use Cases

  • In-Session Coordination: Utilizes Claude Code's native swarm tools (TeamCreate, SendMessage, TaskCreate) for real-time collaboration among agents working concurrently.
  • Cross-Session Handoff: Implements a blackboard pattern using a latest-handoff.md file to pass essential context and task status between agents in different sessions.
  • Use Case: An agent working on a research project can use in-session coordination to delegate sub-tasks to other agents. When the session ends, the crucial "in-progress" details are automatically saved to the blackboard, allowing a new agent to seamlessly pick up the work in the next session.

Quick Start

Let the automatic hooks manage cross-session context by ensuring the session ends cleanly.

Frequently Asked Questions about mnemonic-agent-coordination

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

FAQPage Schema
How do I coordinate AI agents across multiple sessions?

Agent coordination across sessions uses a blackboard pattern that saves essential context and task status to a latest-handoff.md file, allowing new agents to seamlessly resume work from previous progress.

What is the blackboard pattern for cross-session agent handoff?

The blackboard pattern for agent handoff stores in-progress task details and context in a shared latest-handoff.md file, enabling persistent knowledge sharing between different agent sessions.

How do I manage concurrent agent tasks within a single session?

In-session agent coordination manages concurrent tasks using native swarm tools like TeamCreate, SendMessage, and TaskCreate for real-time collaboration and delegation among agents.

Does agent coordination work with native swarm tools for real-time task management?

Agent coordination works with native swarm tools by leveraging TeamCreate, SendMessage, and TaskCreate to enable real-time task management and collaboration among concurrent agents within a session.

What do I need to ensure a clean cross-session handoff for agent coordination?

A clean cross-session handoff requires ending the session cleanly so automatic hooks can properly save crucial in-progress details to the blackboard file for the next agent.