# Feature Delivery

> End-to-end feature workflow with planning, implementation, QA, and documentation sync. Use when delivering a new feature or larger enhancement.

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

---


# Feature Delivery

Follow `.agent/workflows/feature-delivery.md` strictly.

Execution requirements:

1. Produce a concise feature brief (goals, non-goals, affected files, risks, acceptance criteria).
2. Implement in minimal, reviewable increments.
3. Run targeted validation for touched flows.
4. Update affected docs and `CHANGELOG.md`.
5. Run pre-commit checks before final handoff.
6. End with a DoD checklist status.

Never skip documentation sync.

