# Capability Delivery Checklist

> End-to-end checklist for delivering new capabilities across CLI, presets, and tests

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

---


# Capability Delivery Checklist

- Capture an implementation plan and accompanying tests before touching code.
- Update docs, schema, and multi-runtime wrappers in the same change set.
- Include fixture or validation coverage that demonstrates the new feature.
- Run `go test ./...`, `ai-rulez validate`, and regenerate outputs before opening a PR.

