Skill1.3k estrellas del repoactualizado today
spk-mission-plan
The spk-mission-plan skill transforms an approved specification into a concrete implementation plan by analyzing architecture, data flow, dependencies, and rollout strategy against existing repository patterns. Use this skill after specification approval to surface tradeoffs, identify research gaps, and detect spec conflicts before development begins.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-mission-plan && cp -r /tmp/spk-mission-plan/src/doctrine/skills/spk-mission-plan ~/.claude/skills/spk-mission-planDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# spk-mission-plan Use this skill when a mission has a spec and needs an implementation plan. ## Flow 1. Invoke `/spec-kitty.plan` against the active mission. 2. Ground the plan in the spec and existing repo architecture. 3. Make tradeoffs explicit: interfaces, data flow, migration needs, tests, rollout, and risks. 4. Route research gaps to `spk-mission-research`. 5. Route unclear mission type or workflow questions to `spk-mission-types`. ## Guardrail Do not let the plan silently change functional requirements. If the plan discovers a spec issue, return to `spk-mission-specify`.