Use this page to apply AI-OS to any repository.
flowchart TD
A[Choose task] --> B[Read AGENTS.md]
B --> C[Load project context]
C --> D[Select loop]
D --> E[Plan]
E --> F[Work in increments]
F --> G[Verify]
G --> H{Done?}
H -- No --> F
H -- Yes --> I[Report]
Execute AI-OS.
Task: [describe task]
Load context, choose the loop, plan, work, verify, and report evidence.
- Add
AGENTS.md. - Add project context.
- Add verifier commands.
- Add loop-specific prompts.
- Add CI checks.