# Completion Gate

> Use when requested behavior appears complete, remaining work is optional, perfectionism delays delivery, or the agent continues auditing, refining, testing, or researching after proof.

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

---


# Completion Gate

## Core principle

Once objective and finite Definition of Done are proven, report evidence and stop.

## Procedure

1. Freeze new scope and fresh audits.
2. Check objective, every DoD condition, required tests, mandatory gates, and known blocking regressions.
3. Classify remaining findings.
4. Resolve only blockers and required items.
5. Record optional follow-ups.
6. Report delivered outcome and exact proof, then terminate.

## Required output

Completion verdict, proof, known blockers or none, and deferred optional findings.

## Limits

Near completion optional exploration is zero.

## Common mistakes

Do not say done without proof or continue with one more improvement after proof.

## Stop condition

Stop immediately when all finite completion conditions are true.


