agent-team-sync

Detect drift in inbox messages, dependencies, and state versions before task completion.

2|Updated May 10, 2026
One-click install
npx skills add https://github.com/tae2089/agent-team --skill agent-team-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-team-sync
Source: https://github.com/tae2089/agent-team/tree/main/skills/agent-team-sync
Command: npx skills add https://github.com/tae2089/agent-team --skill agent-team-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sync checks provide a service-level guard to detect drift, unresolved inbox messages, and incomplete dependencies in agent-team orchestrations without requiring a daemon.

Core Features & Use Cases

  • Pre-checks before task completion to validate inboxes, dependencies, and state-version consistency.
  • Load agent-team-shared first to reuse common sync utilities and rules.
  • Help orchestrators decide whether a task can proceed or must be blocked due to inconsistencies.

Quick Start

Run agent-team sync before completing a task to verify inbox and dependency integrity and resolve issues before proceeding.

Frequently Asked Questions about agent-team-sync

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

FAQPage Schema
How do I prevent state version drift in agent-team orchestration workflows?

To prevent state version drift in agent-team orchestration, run sync pre-checks before task completion to validate state consistency and block progress if inconsistencies are detected. This ensures safe progress without requiring a daemon.

How do I validate unresolved inbox messages in multi-agent workflows?

You can validate unresolved inbox messages by running sync pre-checks that detect drift and ensure inbox integrity before completing a task. This service-level guard helps orchestrators decide whether to proceed or block the task.

Do I need a daemon to check dependencies and inbox integrity in agent-team runs?

No, you do not need a daemon to check dependencies and inbox integrity in agent-team runs. Sync pre-checks provide a service-level guard to detect drift and incomplete dependencies directly in non-daemon environments.

What is the best way to ensure safe progress in orchestrated agent-team tasks?

The best way to ensure safe progress in orchestrated agent-team tasks is to apply sync pre-checks before task completion. This validates inboxes, dependencies, and state versions to guide accurate decision-making and prevent drift.

How do I run pre-checks for agent-team sync before completing a task?

To run pre-checks for agent-team sync, load the agent-team-shared utility first to reuse common rules, then execute the agent-team binary. This verifies inbox and dependency integrity to resolve issues before proceeding with the task.

Why does my agent-team workflow have incomplete dependencies during orchestration?

Your agent-team workflow might have incomplete dependencies due to state drift across orchestrated runs. Applying sync pre-checks before task completion detects these unresolved dependencies and helps orchestrators block inconsistent tasks.