A powerful actor working in a shared environment needs direction, context, and accountability — whether that actor is a person or an AI. This framework gives an AI coding agent all three: it makes agentic work repeatable, so good outcomes stop being luck.
The Agentic Engineering Framework — a governance harness wrapped around any CLI agent you already use.
The Agentic Engineering Framework is a governance and continuity harness wrapped around AI coding agents — Claude Code, Cursor, Copilot and the like. It exists because a capable actor operating in a shared environment needs the same things whether it is human or machine: clear direction, awareness of its context, awareness of the resources it is spending, awareness of the impact of its changes, and engagement with the work. Those are the same structural requirements observed across twenty-five years of enterprise IT governance — now applied to AI agents instead of human operators. The framework coordinates the agent; it does not do the agent’s work for it.
The design is organised as five requirement “layers,” each backed by a concrete mechanism rather than a good intention:
A single command-line entry point, fw, routes to a set of focused agents — task-create, handover, context, healing, resume, audit, git, fabric.
In practice the framework enforces task traceability, structural gates, session continuity, and audit trails, using git-hook-style enforcement, semantic recall over accumulated learnings, and value-and-impact scoring to decide what is worth doing. It is written primarily in Shell, integrates the Model Context Protocol, and is deliberately provider-neutral — the vendor-agnostic guide lives in FRAMEWORK.md, with the Claude Code integration in CLAUDE.md. It is candid about itself: the agent that wrote its README tripped its own task gate in the process.