booley-setuplisted
Install: claude install-skill boldaxolotl/booley
# Booley setup (plan → execute, Steps 0–4, + optional parity)
This skill owns Booley setup from **Step 0 (plan)** through **Step 4 (doctor)**,
plus an **optional post-gate Step 5 (parity)** for projects that want their
Booley results cross-checked against the repo's native build system.
The parts outside it are installation and Host Bootstrap in Booley's
[README](https://github.com/boldaxolotl/Booley#installation), followed by
Project Initialization with `booley init` in `docs/user/SETUP.md`. Host
Bootstrap deploys this skill; Project Initialization records the Project's
agent provider and authentication policy before this design-aware work begins.
The model is **plan-first**: Step 0 gathers feasibility evidence and every
decision the later steps need, refines them in a grilling session, and writes
them to `.booley_project/SETUP-PLAN.md` for approval. Execution then runs
**gate-free** — no step stops to ask about anything the plan already decided.
In unattended mode the plan file replaces the approval conversation entirely
(see `steps/0-plan.md`).
**Audience — humans and agents alike.** A human can read the `steps/` files and
work through them by hand. Or invoke the skill **from the host** and let the
agent drive: it plans, stops once for plan approval, and executes the rest
without interruption.
## The steps
| # | Step | Where | Always? | File |
| --- | --- | --- | --- | --- |
| 0 | **Plan** — feasibility + decision grill → `SETUP-PLAN.md`. | host | yes (lightweight in