We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e1b05 commit 5cd1bb7Copy full SHA for 5cd1bb7
1 file changed
docs/examples/feature-task.md
@@ -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