This roadmap is for the prompt-version AIR repository.
It does not cover the private backend implementation except where prompt-side compatibility or public documentation requires mention.
- keep the prompt-version repo honest about scope
- strengthen AIR as a prompt-native runtime
- preserve map-first, active-step-only execution
- add agent-bridge capability without turning AIR into the agent runtime
- improve usability before increasing complexity
Status: released
Delivered:
- AIR Core Runtime Prompt
- AIR Control Surface Prompt
- AIR Default Starter Profile
- AIR Handoff Card Template
- README for prompt-version usage
- orientation-first startup
- project execution map
- active-step-only artifact discipline
- handoff continuity
- tested behavior on ChatGPT 5.4, Claude Sonnet 4.6, and Gemini Thinking
Goal: Tighten the public prompt kit and improve first-use clarity.
Planned:
- improve README and quick-start clarity
- add cleaner visual assets for repo and posts
- standardize repo description and topics
- refine release notes and public-facing language
- document Gemini Thinking boot note clearly
Success criteria:
- new users can boot AIR from the README without extra explanation
- repo clearly reads as prompt-version only
- no ambiguity between public prompt kit and private backend
Goal: Allow prompt-version AIR to generate structured execution specs for external agent runtimes like OpenClaw.
Planned:
- define
AGENT_EXECUTION_SPEC - add rules for when AIR may emit agent-ready instructions
- keep agent execution external to AIR
- add documentation and examples
- add operator guidance for AIR -> agent -> AIR loop
Success criteria:
- AIR can produce one clean, active-step-specific agent execution spec
- the spec is concrete enough for an external agent to act on
- AIR remains the planning/control layer, not the execution runtime
Goal: Make continuation, orbit discipline, and state handoff more robust.
Planned:
- refine handoff card semantics
- make orbit model more visible in docs
- improve restoration flow for continuation sessions
- add guidance for multi-session project progression
- document conflict handling and degraded state more explicitly
Success criteria:
- continuation works reliably with less operator correction
- handoff cards feel like real restoration objects
- orbit model is understandable to new users
Goal: Add specialized public prompt profiles for distinct project classes while keeping the default starter simple.
Potential additions:
- technical / architecture profile
- research synthesis profile
- GTM / narrative profile
- compliance / evidence-heavy profile
Rules:
- keep starter profile as the default
- do not fragment the public repo into prompt sprawl
- specialized profiles must remain compatible with the same AIR runtime laws
Success criteria:
- specialized profiles improve fit without breaking the common runtime model
- users can still understand the default path quickly
Goal: Show how AIR behaves in practice across real project scenarios.
Planned:
- example project boots
- example handoff flow
- example active-step artifact progression
- example agent execution bridge output
- comparison between generic chat workflow vs AIR runtime workflow
Success criteria:
- users can see AIR in action without guessing how it works
- examples reinforce the actual workflow rather than abstract theory
This remains outside the public prompt-only repo for now.
Longer-term goals may include:
- backend compilation of AIR artifacts
- stronger typed state and validation
- automated project map updates
- direct agent orchestration
- runtime persistence beyond prompt-only continuity
Public prompt repo role in that future:
- remain the public prompt-native layer
- remain useful even without backend access
- stay honest about what is prompt-only vs backend-backed
These are not current goals for this repository:
- publishing an SDK
- pretending the prompt kit is a backend runtime
- turning AIR into an autonomous agent executor
- bloating the repo with too many profiles too early
- replacing the private backend repo with markdown abstractions
AIR should continue to operate as:
- project activation
- roadmap creation
- active-step artifact generation
- optional agent execution bridge
- state handoff
- continuation