What problem does it solve? Coordinating multiple AI coding agents on the same repository often leads to lost context, overwritten work, and untraceable decisions. This Skill enforces the RepoSync protocol so every agent reads project instructions, works through a tracked Work Item, records decisions, and leaves auditable evidence on GitHub. ## Core Features & Use Cases - Structured Work Execution: Reads AGENTS.md, .reposync/config.yaml, and advisor recommendations, then classifies the task by category, complexity, risk, and affected modules before starting. - Agent Mismatch Warnings: Compares the current agent against advisor recommendations and notifies the user when another agent is materially preferred, without transferring work automatically. - Handoffs and Outcome Reports: Provides templates for chronicles, handoffs, and outcome reports so responsibility changes and completed work remain evidence-linked to commits, PRs, and tests. - Use Case: A team runs Codex, Claude Code, and Cursor on one repository. When an agent picks up a task, it follows the Work Item workflow, logs decisions in chronicle.md, and leaves an outcome report the RepoSync Advisor can later review. ## Quick Start Open a repository containing AGENTS.md or a .reposync directory and ask the agent to follow the RepoSync protocol for the current task.