# Spk Mission Plan

> Operate the Spec Kitty plan phase: convert a completed spec into architecture, data flow, risks, and implementation strategy.

- Skill: `spec-kitty/spk-mission-plan` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spec-kitty/spk-mission-plan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spec-kitty/spk-mission-plan/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: spec-kitty (https://skillmd.com/u/spec-kitty)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spec-kitty/spk-mission-plan

---


# 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`.

