What problem does it solve?
When working with Spec Kitty 3.2.0, users and agents often do not know which of the many spk-* skills applies to their request, or how the newer spk-* names relate to legacy spec-kitty-* skills. This Skill provides the discovery layer that routes any user intent to the correct skill.
Core Features & Use Cases
- Skill Discovery: Lists the full 3.2.0 skill pack organized into families such as
spk-start-*, spk-mission-*, spk-run-*, spk-gate-*, spk-admin-*, spk-team-*, spk-doctrine-*, spk-integrate-*, and spk-meta-*.
- Naming Convention Reference: Explains the
spk-<family>-<action-or-topic> pattern and documents legacy spec-kitty-* aliases with their modern replacements.
- Selection Rule: Applies a deterministic rule to choose the narrowest matching skill, breaking ties by earliest lifecycle family.
- Use Case: A user asks "which skill handles merging a finished mission?" The Skill identifies the gate family and routes to
spk-gate-merge.
Quick Start
Ask which Spec Kitty skill handles your current task, for example which spk skill to use for reviewing a work package.