← ClaudeAtlas

booley-setuplisted

Perform design-aware Project Setup after Host Bootstrap and Project Initialization — plan first (feasibility + decision grill → SETUP-PLAN.md, Step 0), then execute gate-free (config, AGENTS.md, doctor audit — Steps 2–4). Phase-detects from the plan file; also runs a single step on request, or `new` for a from-scratch (`init --scaffold`) project with a lightweight grill. Post-gate Step 5 optionally cross-checks Booley's results against the repo's native build system; Step 6 always reports the run's findings and offers, once, to send the Booley-side ones upstream.
boldaxolotl/booley · ★ 4 · AI & Automation · score 68
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