What problem does it solve?
New Spec Kitty users often do not know whether to run a CLI command, invoke a slash command, or load a skill, and can pick the wrong entry point for their situation. This Skill orients users by their working context and routes them to the smallest useful workflow.
Core Features & Use Cases
- Entry Mode Detection: Distinguishes command-line users from agent-harness users (slash commands, Codex
$spec-kitty.* syntax, or skill hosts).
- Workflow Routing: Maps user intent to the right
spk-* skill, such as setup doctor for broken installs, first-feature for new work, or review and acceptance gates for approval tasks.
- Layered Model Explanation: Clarifies the three Spec Kitty layers—commands, skills, and doctrine—without turning into a full tutorial.
- Use Case: A developer opens Claude Code with Spec Kitty installed and asks where to begin; the agent identifies the harness context and routes them to
spk-start-first-feature to start a new feature.
Quick Start
Ask the agent to help you get started with Spec Kitty and it will identify your environment and route you to the right workflow.