| name | feature-delivery |
| description | End-to-end feature workflow with planning, implementation, QA, and documentation sync. Use when delivering a new feature or larger enhancement. |
| disable-model-invocation | true |
Feature Delivery
Follow .agent/workflows/feature-delivery.md strictly.
Execution requirements:
- Produce a concise feature brief (goals, non-goals, affected files, risks, acceptance criteria).
- Implement in minimal, reviewable increments.
- Run targeted validation for touched flows.
- Update affected docs and
CHANGELOG.md.
- Run pre-commit checks before final handoff.
- End with a DoD checklist status.
Never skip documentation sync.