Skip to main content
ClaudeWave
Skill1.3k estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
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
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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.