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:

  1. Clone github.com/pedroromeroluna/ai-first-os to a fixed local folder outside the brain (the operator will need it to update later).
  2. Run <clone>/core/install.sh <brain-path> — idempotent; it hooks the session contract, the resolvers, the subagents and all sixteen skills by symlink.
  3. Continue with the interview below.

If .os/core already resolves, skip this step entirely.

The interview

Installs
19
First Seen
Aug 10, 2026
bootstrap — pedroromeroluna/ai-first-os