spk-start-command-map

Maps Spec Kitty slash commands and CLI entry points to spk operating skills.

1.6k|156|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/Priivacy-ai/spec-kitty --skill spk-start-command-map
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spk-start-command-map
Source: https://github.com/Priivacy-ai/spec-kitty/tree/main/src/charter/offering/skills/spk-start-command-map
Command: npx skills add https://github.com/Priivacy-ai/spec-kitty --skill spk-start-command-map

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

When working with Spec Kitty, users face three overlapping surfaces: generated /spec-kitty.* slash commands, generated spec-kitty.<command> Agent Skills under .agents/skills/, and user-facing spk-* operating skills. This Skill removes the confusion of choosing the right entry point by routing each user intent to the correct command and its matching operating skill.

Core Features & Use Cases

  • Command-to-skill routing: Reads a reference table that maps user intents (specify, plan, tasks, implement, review, accept, merge, dashboard, charter) to the correct slash command and spk-* skill.
  • Surface boundary enforcement: Keeps dotted executable command surfaces distinct from hierarchical spk-* operating guidance so wrappers and skills are never conflated.
  • Discovery fallback: Redirects pure discovery questions to spk-meta-skill-map instead of guessing a command.
  • Use Case: A user asks which command reviews a work package; the Skill routes them to /spec-kitty.review for execution and spk-run-review-wp for operating guidance.

Quick Start

Ask which Spec Kitty command or skill to use for your current task, such as creating a plan or reviewing a work package.

Frequently Asked Questions about spk-start-command-map

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right Spec Kitty command for my task?

Match your intent to the command map: use /spec-kitty.specify to start a specification, /spec-kitty.plan for implementation plans, /spec-kitty.tasks for work packages, and /spec-kitty.implement for assigned work. Each command pairs with an spk-* skill for operating guidance.

What is the difference between /spec-kitty.* commands and spk-* skills?

Slash commands like /spec-kitty.specify are generated executable command surfaces, while spk-* skills are user-facing operating guides. Generated Agent Skills named spec-kitty.<command> under .agents/skills/ are a third, skill-native surface for compatible hosts.

Which Spec Kitty command reviews a work package?

Use /spec-kitty.review or the review lane output to review a work package. The corresponding operating skill is spk-run-review-wp, which provides guidance on the review workflow.

How do I inspect the current state of a Spec Kitty mission?

Run spec-kitty agent tasks status or spec-kitty agent status from the CLI, or open the dashboard with /spec-kitty.dashboard. The spk-run-next and spk-admin-dashboard skills provide operating guidance for state inspection.

When should I use spk-meta-skill-map instead of a command?

Use spk-meta-skill-map when you want skill discovery rather than command execution. The command map routes discovery questions there instead of forcing a command choice.