Schema Reference
Field-by-field guide for AEP files.
Required fields
intent: one clear outcome statementworkflow: ordered list of execution stepssuccess_checks: concrete checks for done/not-done
Recommended fields
constraints: hard limits and non-negotiablespreferences: style and tooling defaultsfailure_traps: known mistakes to avoidcontext: repo or domain assumptions
Shape guidelines
- Keep lists short and explicit.
- Prefer actionable statements over long prose.
- One pack should solve one level of scope well.
Validation checklist
- Every workflow step is testable.
- Every success check is observable.
- Constraints do not conflict with each other.
- File can be understood quickly by a new contributor.
Last updated on