# Closed Loop Delivery

> ---

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

---

﻿---
name: closed-loop-delivery
description: ALWAYS use this when a coding task needs to reach a real done state with acceptance criteria, implementation, verification, review follow-through, and runtime proof where applicable.
---

# Closed-Loop Delivery

## Selective Reading Rule

Start with:

- `references/usage-routing.md`
- `references/quality-checklist.md`

Then load only the inherited docs, scripts, assets, or examples that match the user's actual task.

## Selective Reading Rule

Start with:

- `references/senior-master-standard.md`


Start with `references/definition-of-done-template.md`.

Use it to define what counts as done before implementation gets too far ahead of verification.

## Purpose

Drive a task to a proven outcome instead of stopping at code edits.

## Workflow

1. Define acceptance criteria.
2. Isolate the work when risk warrants it.
3. Implement the smallest change that can satisfy the criteria.
4. Verify locally.
5. Resolve review feedback or runtime issues.
6. Repeat until the criteria are proven or the blocker is explicit.

## Rules

- No vague completion claims.
- No skipping runtime proof when runtime behavior matters.
- No hiding unresolved blockers in a success summary.

