Skill1.3k repo starsupdated today
spk-mission-documentation
The spk-mission-documentation skill guides documentation-focused Spec Kitty missions by verifying that written materials reflect actual shipped product behavior rather than aspirational future states. It establishes a workflow that grounds documentation in current functionality, validates terminology against established glossaries, and cross-references command documentation to prevent inconsistencies between written guidance and actual system behavior.
Install in Claude Code
Copygit clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-mission-documentation && cp -r /tmp/spk-mission-documentation/src/doctrine/skills/spk-mission-documentation ~/.claude/skills/spk-mission-documentationThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# spk-mission-documentation Use this skill when the mission is primarily documentation, release notes, guides, or user-facing explanation. ## Flow 1. Confirm whether this is a documentation mission or a software mission with docs as acceptance criteria. 2. Ground docs in current product behavior, not intended future behavior unless clearly marked. 3. Cross-check terms with `spk-doctrine-glossary`. 4. If docs describe commands or workflows, cross-check `spk-start-command-map`. ## Completion Standard Documentation should make the next user action obvious and should not create a second source of truth for runtime behavior.