bootstrap
Installation
SKILL.md
bootstrap — create the brain
Interview the operator and create the minimum brain. Do not ask about scope: the building layer is activated per initiative, not per user.
Step 0 — install the OS if it is missing
Everything below assumes the product is hooked into the brain (.os/core resolves). If it does
not — you were installed standalone, e.g. from skills.sh — install it first:
- Clone
github.com/pedroromeroluna/ai-first-osto a fixed local folder outside the brain (the operator will need it to update later). - Run
<clone>/core/install.sh <brain-path>— idempotent; it hooks the session contract, the resolvers, the subagents and all sixteen skills by symlink. - Continue with the interview below.
If .os/core already resolves, skip this step entirely.