### AIS-OS Intake - Writing Sample Placeholder Source: https://github.com/nateherkai/ais-os/blob/main/aios-intake.md This snippet is a placeholder for verbatim writing samples provided by the user for the AIS-OS intake. It is used for questions asking for examples of user-generated content. ```markdown [Sample 1 — paste raw] ``` ```markdown [Sample 2 — paste raw] ``` -------------------------------- ### AIS-OS Intake - Placeholder Answer Source: https://github.com/nateherkai/ais-os/blob/main/aios-intake.md This snippet represents a placeholder for user input within the AIS-OS intake file. It is used for questions requiring a text-based answer. ```markdown [Your answer here] ``` -------------------------------- ### AIS-OS Intake - Priorities List Source: https://github.com/nateherkai/ais-os/blob/main/aios-intake.md This snippet is a template for listing quarterly priorities in the AIS-OS intake file. It specifies a numbered list format for up to three priorities. ```markdown 1. [Priority 1] 2. [Priority 2] 3. [Priority 3] ``` -------------------------------- ### AIOS Repository Layout Source: https://github.com/nateherkai/ais-os/blob/main/README.md This snippet displays the directory structure of the AIOS repository. It shows the location of key files and directories such as CLAUDE.md, connections.md, and the .claude/skills directory. ```tree AIS-OS/ ├── README.md ├── CLAUDE.md ← Your operating manual (filled by /onboard) ├── EXPANSIONS.md ← What to add as you grow ├── LICENSE ├── .gitignore ├── aios-intake.md ← Source-of-truth for /onboard. Edit + re-run any time. ├── connections.md ← Registry of every system your AIOS can reach ├── context/ ← About you, your business (filled by /onboard) ├── references/ │ └── 3ms-framework.md ← The operator brain ├── decisions/ │ └── log.md ← Append-only record of what was decided and why ├── archives/ ← Old stuff. Don't delete. Move here. └── .claude/ └── skills/ ├── onboard/SKILL.md ├── audit/SKILL.md └── level-up/SKILL.md ``` -------------------------------- ### Decision Log Entry Format Source: https://github.com/nateherkai/ais-os/blob/main/decisions/log.md This is the standard format for recording decisions in the log. It includes the date, title, decision, reasoning, alternatives considered, and owner. ```markdown ## YYYY-MM-DD — Short title **Decision:** what was decided. **Why:** the reasoning, constraints, and what would change your mind. **Alternatives considered:** what else was on the table. **Owner:** who's accountable. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.