omeeragtoprak

Agentic Engineering Protocol — AI skill for Claude Code

AI community

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