Final State Delivery — AI skill for Claude Code
A specification for preventing rejected-context leakage, scope escalation, conversational residue, and defensive over-implementation in AI coding agents.
How to install Final State Delivery
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Leroyha/Final-state-delivery and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Final State Delivery does
A specification for preventing rejected-context leakage, scope escalation, conversational residue, and defensive over-implementation in AI coding agents. Inspired by the "Tomato Egg Without Dongpo Pork" case (西红柿炒鸡蛋不要东坡肉).
Alternatives in AI
- Define — Definition phase - Clarify and scope problems with multi-AI consensus 2.8k ★
- Agent Rules Books — AGENTS.md rules / skills for AI coding agents: Codex, Cursor & Claude Code 2.6k ★
- Loushang — AI-native agent harness for coding workflows by python: multi-model LLM orchestration, stateful sessions, tool 1.3k ★
README
Final-State Delivery
[English](README.md) | [简体中文](README.zh-CN.md)
[](https://github.com/Leroyha/Final-state-delivery/stargazers) [](#compatibility) [](https://opensource.org/licenses/MIT)
AI agents should deliver the result, not the history of the conversation
Final-State Delivery is a concise specification and practical documentation set for AI coding agents used in Vibe Coding workflows. It addresses a recurring failure mode: a rejected idea, abandoned implementation, or local correction leaks into the final codebase as commentary, tests, UI text, memory, or a new global rule.
**The Tomato Egg Without Dongpo Pork Principle**
When the intended result is a simple dish, feature, page, or document, deliver that result. Do not turn the discarded ingredient or discarded implementation into a permanent part of the product's identity.
This repository gives teams a compact `AGENTS.md` rule, a scope model, a set of tool-neutral practices, case studies, and an evaluation rubric. It is designed for ChatGPT/Codex, Claude Code, Gemini CLI, GitHub Copilot, Grok Build, Cursor, and other instruction-following coding agents.
The problem in one minute
In an ordinary engineering workflow, the product records the supported behavior and the rationale for durable constraints. In an AI-assisted workflow, the model sees the entire working conversation and may treat every salient statement as a candidate instruction. A local correction can therefore reappear as:
- a PR title that describes what was removed instead of what now exists;
- comments, tests, or validators for an abandoned approach;
- UI or documentation text that advertises an absent feature;
- a memory entry that tu
Related Skills
Wikievolve
Karpathy-inspired LLM wiki and Google WikiSkill implementation for grounded agent memory, persistent knowledge
Codecrafters Claude Code Cpp
A high-performance C++ implementation of an autonomous AI coding agent inspired by Claude Code, built as part
Claw Consensus
Run AI agents across machines without state drift: consensus protocol (propose/counter/accept/commit), dual-ra
Claude Code Specs Generator
A documentation and context management system for AI-assisted development, inspired by Amazon's Kiro IDE.
Nv:context
npx skills add johnnichev/nv-context -g -y State-of-the-art context engineering for AI agents. Auto-discovers
Takeover
Take over an existing project — read context.md, .cursorrules, and other AI memory files; convert them into .c
Related Agents
Analysis Robustness
Analysis expert focused on edge cases, boundary conditions, error paths, adversarial inputs, and defensive cod
Grigor
El que responde por los números. Construye el data pack — la única fuente de verdad numérica del trabajo — ver
Thales Deliverer
Produces the final user-facing deliverable from a completed or aborted Thales run. Spawned once at convergence