# Spk Team Sync

> Operate Spec Kitty team sync, hosted SaaS sync, offline queue, diagnostics, and recovery flows.

- Skill: `spec-kitty/spk-team-sync` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spec-kitty/spk-team-sync`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spec-kitty/spk-team-sync/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: spec-kitty (https://skillmd.com/u/spec-kitty)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spec-kitty/spk-team-sync

---


# spk-team-sync

Use this skill when a command touches hosted sync, team state, offline queue,
sync diagnostics, or SaaS-backed mission data.

## Flow

1. Determine whether the user needs local state, hosted sync, or recovery.
2. Run sync status/diagnostics before repair commands.
3. Preserve machine-readable output when the user requested JSON.
4. For tracker-bound sync, route to `spk-team-tracker`.
5. For auth failures, route to `spk-team-auth`.

## Local Dev Note

When testing sync flows from the CLI on this computer, set
`SPEC_KITTY_ENABLE_SAAS_SYNC=1`.

