Skip to content

Commit 6610217

Browse files
committed
templates: add complete project context template
1 parent 31f6f82 commit 6610217

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Complete Project Context Template
2+
3+
Use this template when applying AI-OS to another repository. Fill each section with evidence gathered during the bootstrap phase.
4+
5+
## Repository purpose
6+
7+
Describe the product, service, documentation system, or automation this repository owns.
8+
9+
## Stack
10+
11+
```text
12+
Language:
13+
Framework:
14+
Package manager:
15+
Runtime:
16+
CI/CD:
17+
Infrastructure:
18+
Deployment target:
19+
```
20+
21+
## Architecture
22+
23+
Summarize the main components, data flow, integration points, and trust boundaries.
24+
25+
## Build commands
26+
27+
```text
28+
Command:
29+
Expected result:
30+
Known caveats:
31+
```
32+
33+
## Test commands
34+
35+
```text
36+
Unit:
37+
Integration:
38+
End-to-end:
39+
Smoke:
40+
```
41+
42+
## Verification gates
43+
44+
```text
45+
Required:
46+
Recommended:
47+
Manual review:
48+
```
49+
50+
## Project memory
51+
52+
```text
53+
Agent instructions:
54+
Architecture memory:
55+
ADR folder:
56+
Runbooks:
57+
```

0 commit comments

Comments
 (0)