# Executor Cannot Self Finish

> Separate execution from completion approval. Use when an agent both implements and reviews its own work.

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

---


# 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`

