The AgentAz Specification
An open standard for grading how production-ready an AI agent prompt is — ten components, five trust levels.
Contents
1 · Why a standard 2 · Trust levels 3 · The ten components 4 · How grading works 5 · Referencing AgentAz1 · Why a standard
An AI agent prompt that reads well in a chat window can fail badly once the agent can act — call tools, write files, spend a budget, take irreversible steps. The failures that matter in production are rarely about wording; they are about missing structure: no declared limit on a tool, no rule for when a human must approve, no guardrail on destructive actions.
AgentAz exists to make that structure measurable. Instead of subjective opinions about whether a prompt is "good," it defines a fixed set of components a production agent needs and a fixed ladder of trust levels a prompt can earn. The result is a grade that is repeatable, comparable, and defensible — the same prompt gets the same result, and two prompts can be compared on the same axis.
2 · Trust levels
A prompt is assigned exactly one trust level. A level is earned, not estimated: a prompt reaches a level only when every component that level requires is present. Length or fluency cannot buy a higher level.
3 · The ten components
Grading is based on ten components. Each is scored as present-and-sound or not. A component only passes if it would actually function when the agent runs — a mention without a mechanism does not count.
4 · How grading works
A prompt is evaluated against the ten components. The set of passing components determines the trust level, per the requirements listed above. Two evaluation methods exist:
- Structural — checks whether each component is declared. Fast, runs client-side, free. Good for a first pass.
- Semantic — evaluates whether each component is genuinely sound rather than merely mentioned (for example, whether an approval gate actually pauses execution). More rigorous.
The CE Score is the concrete grade an evaluation produces: a percentage of components passed, plus the resulting trust level. A CE Score is only as meaningful as the method behind it, so the method is always stated alongside the grade.
5 · Referencing AgentAz
AgentAz is open to reference. If your project, prompt, or agent meets a trust level, you can state it — for example, "system prompt meets AgentAz A4." To keep the claim meaningful, it should reflect an actual evaluation against the components above.
Suggested reference
Graded against the AgentAz standard (v1.0).
Trust level: A4 — gated execution.
Spec: https://www.agent-kits.com/agentaz-specification
Grade a prompt against this standard
Paste an agent prompt and get its CE Score — the passing and failing components, the trust level, and the fixes.
Run a free audit →