Skip to content
Development
Skill

/spk-team-sync

Operate Spec Kitty tracker sync (sync pull/sync push/sync run for local providers) and hosted SaaS-backed mission data.

From plugin
spec-kitty
1.6k55 skills1 command
Install
$ npx -y skills add Priivacy-ai/spec-kitty --skill spk-team-sync --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/spk-team-sync

Context preview

The summary Claude sees to decide when to auto-load this skill.

Operate Spec Kitty tracker sync (sync pull/sync push/sync run for local providers) and hosted SaaS-backed mission data.

SKILL.md

spk-team-sync.SKILL.md
name: spk-team-sync
description: "Operate Spec Kitty tracker sync (sync pull/sync push/sync run for local providers) and hosted SaaS-backed mission data."

spk-team-sync

Use this skill when a command touches `spec-kitty tracker sync pull` / `sync push` / `sync run` (local providers), `tracker bind` / `status` (hosted SaaS binding), or otherwise SaaS-backed mission data. There is no standalone sync daemon, offline queue, or sync diagnostics command — that transport was removed (issue #5); sync is a tracker capability now.

Flow

1. Determine whether the user needs local-provider sync (`sync pull`/ `sync push`/`sync run`) or hosted SaaS binding/status. 2. Run `spec-kitty tracker status` 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 tracker-backed sync flows from the CLI on this computer, hosted mode is already on — the launch default (#3980) is enabled unless explicitly opted out; `SPEC_KITTY_ENABLE_SAAS_SYNC=0` is the opt-out. The flag is the tracker-hosted rollout gate; it does not restore the removed standalone sync daemon, offline queue, or diagnostics transport. To keep hosted mode off on this machine, prefer writing `SPEC_KITTY_ENABLE_SAAS_SYNC=0` once into `.kittify/.kitty.env` (repo-scoped) or `${SPEC_KITTY_HOME}/.kitty.env` (machine-wide) over a per-shell `export` — a shell export disarms every project that shell subsequently touches, not just the one you're testing. Run `spec-kitty doctor env-file` to confirm which tier is active.

Read more
Ships withspec-kitty

Spec-Driven Development for serious software developers. Spec Coding with with Claude, Cursor, Gemini, Codex. Kanban dashboard, git worktrees, auto-merge and more.

Get the whole plugin

Other skills on spec-kitty.