# Feature Closeout

> Finalize a feature with full checks, smoke evidence, ADR/docs updates, and complete spec records. Use when this capability is needed.

- Skill: `tomevault-io/feature-closeout` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/feature-closeout`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/feature-closeout/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/feature-closeout

---


1) Read the feature spec `spec/features/<feature-id>-<slug>.md`.
   - `<feature-id>` must use `F<epic>.<feature>` (example: `F1.1`).
2) Confirm all closure criteria:
   - Acceptance criteria satisfied
   - Full checks passing (`test-runner` full mode)
   - Smoke-test passing with evidence artifacts under `artifacts/smoke/...`
   - Any failures were handled and documented in Debug log
3) Ensure the feature spec includes an `## Evidence` section with:
   - `Smoke artifacts: <path>`
   - `Smoke summary: <brief>`
   - Optional key metrics (latency/error buckets)
4) Run `adr-review` if decisions changed or are implied by implementation.
5) Run `docs-update` for user-facing changes.
6) Run `docs-index-refresh` to reflect feature status.
7) Update the feature spec with:
   - Files changed
   - Commands run
   - Links to docs and ADRs
8) End by stating `Feature <feature-id> is ready to merge/release` plus any remaining TODOs.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/rafaie) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

