← ClaudeAtlas

setuplisted

Configure this repo for the skills — the domain docs and the product knowledge base. Run once, before first use.
clnnn/playbook · ★ 0 · AI & Automation · score 73
Install: claude install-skill clnnn/playbook
# Setup Scaffold the per-repo configuration the skills assume, and the pointers that route agents to it: - **Domain docs** — an empty context map, and the rules for reading it, the `CONTEXT.yaml` files and the ADRs. Written by `grill-and-align`, read by every skill that explores the codebase. - **Knowledge base** — the OKF bundle holding product documents, and the publish, discover and update convention. Read and written by `to-prd` and `lean-product-canvas`. This is prompt-driven, not a script. Explore, present what you found, confirm with the user, then write. ## 1. Explore Read the repo's starting state. Read what exists; assume nothing: - `AGENTS.md` and `CLAUDE.md` at the root — which exists, and does either already carry a `## Domain docs` or `## Knowledge base` section? - `docs/agents/` — did a previous run already write `domain.md` or `knowledge.md`? - `docs/CONTEXT-MAP.yaml`, any `docs/<slug>/CONTEXT.yaml`, `docs/adr/` — are domain docs already in place? - An OKF bundle already here — `docs/knowledge/`, or any directory holding `.openknowledge.toml`. - `okn version` — is the CLI installed? - Which skills are installed (a skill folder alongside this one, or the name in your available skills). `grill-and-align` decides whether Section A runs; `to-prd` and `lean-product-canvas` decide whether Section B runs. Done when you can state, for each section, whether it runs and what it holds. ## 2. Present findings and ask Summarise what's present and what's missing. T