Skip to content

Commit 611d821

Browse files
committed
docs: add finalized roadmap
1 parent a5fcbd6 commit 611d821

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

docs/roadmap-final.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Roadmap
2+
3+
AI-OS is currently ready as a public methodology repository. Future roadmap items are implementation expansions rather than missing documentation foundations.
4+
5+
## Current capability
6+
7+
- Public documentation
8+
- Agent instructions
9+
- Loop catalog
10+
- Prompt catalog
11+
- Verifier catalog
12+
- Governance model
13+
- Security policy
14+
- Release model
15+
- Wiki source pages
16+
- CI structure checks
17+
- Evaluation framework
18+
- Templates for adopting AI-OS in other repositories
19+
20+
## Next expansion areas
21+
22+
1. Executable local runner.
23+
2. Example repositories using AI-OS.
24+
3. Evaluation result history.
25+
4. Optional documentation site.
26+
5. More integrations with coding agents and MCP tools.
27+
28+
## Roadmap loop
29+
30+
```mermaid
31+
flowchart TD
32+
A[New idea] --> B[Value check]
33+
B --> C{High value?}
34+
C -- No --> D[Keep as idea]
35+
C -- Yes --> E[Create plan]
36+
E --> F[Implement]
37+
F --> G[Verify]
38+
G --> H[Document]
39+
```

0 commit comments

Comments
 (0)