Skip to content

Commit 40b17b7

Browse files
committed
docs: add AI-OS maturity model
1 parent 71d41d8 commit 40b17b7

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

docs/methodology/maturity-model.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# AI-OS Maturity Model
2+
3+
Use this model to evaluate how mature an AI-assisted engineering workflow is.
4+
5+
```mermaid
6+
flowchart TD
7+
A[Level 0 Ad hoc] --> B[Level 1 Prompt templates]
8+
B --> C[Level 2 Task loops]
9+
C --> D[Level 3 Verifiers]
10+
D --> E[Level 4 Governance]
11+
E --> F[Level 5 Self improvement]
12+
```
13+
14+
## Levels
15+
16+
- Level 0: ad hoc chat.
17+
- Level 1: reusable prompts exist.
18+
- Level 2: task-specific loops exist.
19+
- Level 3: verifiers decide completion.
20+
- Level 4: CI, governance, release, and security controls exist.
21+
- Level 5: the system improves itself through a planned and reviewed loop.
22+
23+
## Target
24+
25+
This repository targets Level 5 for documentation and methodology, then moves toward executable local tooling.

0 commit comments

Comments
 (0)