Skip to content

Commit 5cd1bb7

Browse files
committed
examples: add feature task example
1 parent e7e1b05 commit 5cd1bb7

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

docs/examples/feature-task.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Example: Feature Task
2+
3+
## Goal
4+
5+
Add a small user-visible capability to a repository using AI-OS.
6+
7+
## Loop
8+
9+
Feature development loop.
10+
11+
## Steps
12+
13+
1. Define user value.
14+
2. Define acceptance criteria.
15+
3. Inspect existing patterns.
16+
4. Plan small increments.
17+
5. Implement one increment.
18+
6. Run relevant checks.
19+
7. Update docs.
20+
8. Report evidence.
21+
22+
## Evidence format
23+
24+
```text
25+
Goal:
26+
Acceptance criteria:
27+
Files changed:
28+
Checks run:
29+
Result:
30+
Remaining risk:
31+
```

0 commit comments

Comments
 (0)