# Spk Gate Accept

> Run the Spec Kitty accept gate for a completed mission and verify final readiness before merge.

- Skill: `spec-kitty/spk-gate-accept` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spec-kitty/spk-gate-accept`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spec-kitty/spk-gate-accept/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-gate-accept

---


# spk-gate-accept

Use this skill when runtime reaches terminal state, the user asks to accept a
mission, or all WPs appear complete.

## Flow

1. Run `/spec-kitty.accept` or the equivalent CLI command.
2. Confirm all required WPs are approved or done.
3. Verify required tests, artifacts, and mission invariants.
4. If accept fails, route to `spk-run-blocked-recovery`.
5. If accept passes, route to `spk-gate-merge`.

## Rule

Accept is not a formality. It is the final pre-merge readiness gate.

