Skip to main content
ClaudeWave
Skill1.3k repo starsupdated today

spk-mission-specify

The spk-mission-specify skill structures user intent into a formal mission specification by capturing goals, constraints, non-goals, and success criteria while preserving ambiguities and unresolved decisions. Use this skill when initiating or revising a specification to ensure downstream planning phases have sufficient clarity about product intent without requiring invention or assumption.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-mission-specify && cp -r /tmp/spk-mission-specify/src/doctrine/skills/spk-mission-specify ~/.claude/skills/spk-mission-specify
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# spk-mission-specify

Use this skill when creating or revising a mission specification.

## Flow

1. Run or invoke `/spec-kitty.specify` for the feature.
2. Capture the user's concrete goal, constraints, non-goals, and success
   criteria.
3. Keep unresolved product decisions explicit instead of hiding them in plan
   details.
4. If terminology matters, route to `spk-doctrine-glossary`.
5. If governance affects scope, route to `spk-doctrine-charter`.

## Output Standard

The spec should be good enough for `/spec-kitty.plan` to derive architecture
and work packages without inventing the product intent.