# Executor Cannot Self Finish

> Executor Cannot Self-Finish

- Skill: `lubochka/executor-cannot-self-finish-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lubochka/executor-cannot-self-finish-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lubochka/executor-cannot-self-finish-3/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lubochka (https://skillmd.com/u/lubochka)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/lubochka/executor-cannot-self-finish-3

---

# Executor Cannot Self-Finish

## Purpose
Separate execution from completion approval.

## When to Use
Use when an agent both implements and reviews its own work.

## Inputs
Plan, acceptance criteria, evidence, review owner or required gate.

## Steps
1. Complete the implementation.
2. Collect evidence.
3. Send work through the required review gate.
4. Mark blockers instead of self-approving.

## Gates
The executor does not declare final approval without the required gate.

## Evidence
Review records, acceptance matrix, or explicit user approval.

## Anti-Patterns
Treating "no errors seen" or "commit created" as approval.

## Related
`review-fix-loop`, `evidence-before-final`


