What problem does it solve?
Teams using Spec Kitty need a consistent way to manage hosted SaaS synchronization, offline queues, and sync failures without losing mission data or breaking local state. This Skill routes sync-related commands through the correct diagnostics, recovery, and escalation paths.
Core Features & Use Cases
- Sync Diagnostics: Runs status and diagnostic checks before any repair command so problems are identified before they are fixed.
- Offline Queue & Recovery: Handles offline queue operations and recovery flows for hosted sync interruptions.
- Routing to Related Flows: Directs tracker-bound sync to
spk-team-tracker and authentication failures to spk-team-auth.
- Use Case: A developer's hosted sync stops updating team state. The Skill first runs sync diagnostics, checks the offline queue, and either repairs the sync or routes the auth failure to the correct handler while preserving JSON output.
Quick Start
Ask the assistant to check Spec Kitty hosted sync status and diagnose why team state is not updating.