"Code is cheap. Context is expensive."
The Governance Kernel for the Age of AI Agents.
We are entering an era where AI agents can write code faster than humans can review it. This leads to Context Collapse:
- Speed without Direction: Agents write code that "works" but solves the wrong problem.
- Hallucination Chains: One bad assumption in step 1 becomes a catastrophic architectural flaw by step 10.
- The "Blank Page" Paralysis: Agents drift when given vague instructions like "Build me a CRM."
We don't need faster coding tools. We need a better Operating System for them.
Agentic OS is not an AI. It is the Governance Layer that sits between you and the AI. It enforces a strict, context-rich workflow that ensures no code is written until the "Standard of Truth" is established.
graph LR
A[🧠 Context] -->|Defines| B(PRD.md)
B -->|Constraints| C{SPEC.md}
C -->|Blueprint| D[TASKS.md]
D -->|Action| E((Code))
style A fill:#E1F5FE,stroke:#01579B,stroke-width:2px,color:#000
style B fill:#FFF3E0,stroke:#EF6C00,stroke-width:2px,color:#000
style C fill:#E8F5E9,stroke:#2E7D32,stroke-width:2px,color:#000
style D fill:#F3E5F5,stroke:#7B1FA2,stroke-width:2px,color:#000
style E fill:#fff,stroke:#333,stroke-width:2px,color:#000
- PRD (Product Requirements Document): The "Why" and "What".
- SPEC (Implementation Plan): The "How". The Blueprint.
- TASKS (Checklist): The "When". Atomic units of work.
- CODE: The output.
The .agent/workflows folder contains System Prompts for your AI.
Compatibility:
- Antigravity: Native support.
- Cursor / Windsurf / Copilot: Simply add the
.agentfolder to your context (or@mentionthe specific workflow file) and ask: "Run /init-prd".
/init-prd: "Interview me and write the PRD."/init-spec: "Read the PRD and write the Solution."/review: "Read the SPEC and judge the CODE."/status: "Read the state and tell me if I'm drifting."
We are building the standard for Agentic Governance. Join us in defining how humans and machines collaborate. See CONTRIBUTING.md.
"Discipline is freedom."
Agentic OS gives your agents the discipline they need to give you the freedom you want.