v1.3
Syntax
Dual-Layer Architecture
Human-Facing Form
Natural, semi-structured text. Written in the human's own language. Free-form but follows recommended patterns.
AI-Facing Form
Canonical, unambiguous structure with 5 sections:
Intent Vocabulary (8 Verbs)
| Verb | Implied Strategy |
|---|---|
| create | Build from scratch |
| improve | Enhance existing |
| maintain | Keep operational |
| restructure | Change architecture |
| explore | Research / discover |
| extend | Add capabilities |
| migrate | Move between platforms |
| retire | Phase out gracefully |
Constraint Types (7 Types)
| Type | Priority | Adjustable? |
|---|---|---|
[safety] | Critical | Never |
[legal] | Critical | Never |
[quality] | High | With justification |
[coordination] | Medium | Negotiable |
[budget] | Medium | Negotiable |
[timeline] | Medium | Negotiable |
[scope] | High | With justification |
Evidence Markers
[fact]— Verified information[to-collect]— Needs to be gathered[assumed]— AI or human assumption, needs confirmation
Signal Format
Signal: [type: severity] — description
type = operational | quality | safety | feedback
severity = info | warning | critical