Agentic Engineering Protocol — AI skill for Claude Code
Verification-driven operating protocol for AI coding agents - Explore/Plan/Implement/Verify/Deliver with adversarial review and a hard verify gate.
How to install Agentic Engineering Protocol
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open omeeragtoprak/agentic-engineering-protocol and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agentic Engineering Protocol does
Verification-driven operating protocol for AI coding agents - Explore/Plan/Implement/Verify/Deliver with adversarial review and a hard verify gate. Claude Code plugin + portable AGENTS.md (Codex, Cursor, Gemini CLI).
Alternatives in AI
- Codex — openai-codex Adversarial code review, Codex CLI integration, cross-model analysis 9.6k ★
- Flow Deliver — Multi-AI validation, scoring, and review using Codex and Gemini CLIs (Double Diamond Deliver phase) 2.8k ★
- Internal Safety Collapse — We built an adversarial codespace setup 1.2k ★
README
Agentic Engineering Protocol (AEP)
**A verification-driven operating protocol for AI coding agents.** Explore → Plan → Implement → Verify → Deliver — with skeptical brainstorming loops, gap analysis, adversarial review, closed feedback loops, and a hard verify gate.
AEP does not make your model smarter. It systematically closes the failure modes that waste your time with any coding agent: solving the wrong problem, declaring "done" without evidence, grading its own work, silently drifting out of scope, and forgetting what it learned last session.
Works with **Claude Code** (full plugin: skills + subagents + Stop-hook gate + commands) and with **any tool that reads the open Agent Skills standard or AGENTS.md** — OpenAI Codex, Cursor, Gemini CLI, GitHub Copilot / VS Code, and others.
Architecture: the right rule in the right layer
Monolithic instruction files degrade: the longer the always-loaded file, the more the agent ignores. AEP splits the protocol across layers so detail is abundant where it's free and discipline is enforced where it matters:
| Layer | Mechanism | Loaded | Carries |
|---|---|---|---|
| Always-on core | AGENTS.md (+ thin CLAUDE.md adapter) |
Every session, in full | Operating stance, non-negotiables, protocol summary, project memory (§P) |
| Playbooks | 9 skills (aep:*) |
On demand (name+description always visible; body loads when invoked/matched) | Deep procedural detail: 5 phases + standards + triangulated research + orchestration |
| Fresh-context review | 4 subagents | On delegation, isolated context | Adversarial review, gap audit, security & performance audits — the author never grades its own work |
| Hard enforcement | Stop hook (verify-gate.sh) |
Deterministic, outside the model | Blocks "task complete" while the project's check fails |
| Bootstrap | /aep:init command |
Manual | Installs the core + gate into any repository, populates project facts |
Quick start — Claude Code
# 1. Add the marketplace
Related Skills
Cc Orch Development
Model-agnostic Claude Code skill for orchestrate-and-verify software development: the session model orchestrat
Agent Loops
Deterministic agent loops for AI coding CLIs (Claude Code, Codex, Cursor, Kimi): worker + adversarial verifier
Praxis
A portable AI-assisted development workflow. Brainstorm, plan, implement, review, and learn — each cycle makes
Ultracodex
Blend Codex headless into Claude Code's Workflow (ultracode) orchestration — cross-model adversarial verificat
Job Hunt
A job and contract search you run as a loop: an AI-assistant skill plus a dependency-free local dashboard. Gui
Pbi Deep
Run a structured four-phase DAX development workflow with hard gates between phases. Phase A: business context
Related Agents
MCP Server Engineer
Own the embedded MCP automation server in unity-explorer — design and implement MCP tools, protocol/transport
Agentic Identity Trust Architect
Designs identity, authentication, and trust verification systems for autonomous AI agents operating in multi-a
Agentic Malware Analysis
Agentic malware analysis environment with MCP-connected disassemblers, RE tooling, and structured workflows fo