Skip to content

Commit 8e86990

Browse files
committed
docs: expand AI-OS README
1 parent 0808421 commit 8e86990

1 file changed

Lines changed: 37 additions & 2 deletions

File tree

README.md

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,37 @@
1-
# ai-engineering-operating-system
2-
An AI-native Software Engineering Operating System for autonomous coding agents, SDLC loops, verification, multi-agent orchestration, and production-grade AI development.
1+
# AI Engineering Operating System (AI-OS)
2+
3+
> Prompt once. Verify everything. Loop until the goal is achieved.
4+
5+
AI Engineering Operating System is a public methodology and documentation framework for turning AI coding agents into disciplined software engineering systems.
6+
7+
It defines reusable SDLC loops, Mermaid diagrams, verification gates, model routing, memory rules, and human approval checkpoints for local-first AI development.
8+
9+
## Start here
10+
11+
- [Master operating manual](docs/ai-os/master-operating-manual.md)
12+
- [Mermaid diagram catalog](docs/diagrams/README.md)
13+
- [Loop catalog](docs/loops/README.md)
14+
- [Prompt templates](prompts/README.md)
15+
- [Wiki home](wiki/Home.md)
16+
17+
## Everyday prompt
18+
19+
```text
20+
Execute AI Engineering Operating System from this repository.
21+
22+
Task:
23+
[YOUR TASK HERE]
24+
25+
Load context first.
26+
Select the right loop.
27+
Plan before implementation.
28+
Verify before declaring completion.
29+
Return to the earliest failing phase when verification fails.
30+
Stop only when the Definition of Done passes.
31+
```
32+
33+
## Repository purpose
34+
35+
This repository documents the instructions, diagrams, and operating model I use when working with AI coding agents.
36+
37+
The goal is to make AI-assisted development visible, repeatable, auditable, and production-oriented.

0 commit comments

Comments
 (0)