From team-sync
This skill should be used when the user asks cross-team coordination questions such as "who owns X", "which team builds Y", "is the checkout journey consistent across teams", "what's the portfolio health", "are we blocking another team", "find a decision about Z", "when does team X ship", "are our goals aligned", "find collaborators for this work", "has anyone built this before", "check design system sync", "generate a cross-team briefing", "what conflicts exist", or "predict upcoming collisions". Routes these questions to the SyncBot MCP tools for grounded, manifest-backed answers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/team-sync:team-syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
SyncBot is a multi-team coordination engine that answers questions about ownership, delivery, design consistency, strategic alignment, and cross-team dependencies. It is grounded in team manifests, Jira exports, Confluence docs, GitHub activity, and Figma components — not guessing.
SyncBot is a multi-team coordination engine that answers questions about ownership, delivery, design consistency, strategic alignment, and cross-team dependencies. It is grounded in team manifests, Jira exports, Confluence docs, GitHub activity, and Figma components — not guessing.
Use the team-sync MCP tools for any of the following:
| Tool | When to call it |
|---|---|
who_owns | "who owns X", "which team is responsible for Y" |
when_ships | "when does team X ship", "what's X delivering" |
find_decision | "what was decided about X", "find the decision on Y" |
get_team_context | "brief me on team X", "what does team X do" |
design_sync_status | "are Figma components in sync", "design drift" |
get_dependency_graph | "who depends on whom", "dependency map" |
find_resource | "where is the design system", "where does research live" |
get_action_items | "open action items", "what did we commit to" |
scan_conflicts | "any conflicts right now", "what's drifted" |
predict_conflicts | "predict collisions", "future conflicts" |
find_collaborators | "who else is working on X", "find collaborators" |
reuse_radar | "has this been built before", "check for existing work" |
check_alignment | "are our goals aligned", "strategic alignment" |
cross_team_briefing | "prep a cross-team sync", "meeting brief for X and Y" |
import_export | "import this Jira CSV", "ingest this transcript" |
team_health | "team X health", "is team X on track" |
portfolio_status | "portfolio health", "org rollup", "exec summary" |
journey_status | "is the onboarding journey consistent", "journey health" |
experience_principles | "are we upholding our design principles" |
emit_event | "simulate a trigger", "what happens if X is published" |
team_name, component_name, or a free-text query.scan_conflicts or predict_conflicts for deeper analysis, or cross_team_briefing to generate a meeting agenda.portfolio_status to see all known teams, or get_dependency_graph to see the full component map.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub darkelm/team-sync --plugin team-sync