What problem does it solve?
When Spec Kitty sync or tracker workflows fail due to login, hosted credentials, or team account problems, this Skill provides a structured flow to identify the auth mode, run the right status commands, and route failures to the correct recovery path.
Core Features & Use Cases
- Auth Mode Detection: Distinguishes local-only mode from hosted team mode before running diagnostics.
- Failure Routing: Sends tracker-specific failures to
spk-team-tracker and sync transport failures to spk-team-sync.
- Hosted Mode Setup: Guides enabling hosted sync via
SPEC_KITTY_ENABLE_SAAS_SYNC=1 in .kittify/.kitty.env or ${SPEC_KITTY_HOME}/.kitty.env, verified with spec-kitty doctor env-file.
- Use Case: A developer sees sync failing after switching team accounts; the Skill runs the auth status command, captures exact output, and determines whether the issue is credentials, tracker, or transport.
Quick Start
Ask the assistant to check why Spec Kitty hosted sync login is failing and which account or auth mode is currently active.