← ClaudeAtlas

atlas-adoptlisted

Use when the user wants to adopt this knowledge base, onboard a brownfield vault, act on "atlas adopt reported unclassified notes", or migrate existing docs/mind into atlas. Deterministic adopt first; this skill classifies leftover notes and proposes zone cards without stamping.
muslewski/status-herald · ★ 4 · Data & Documents · score 70
Install: claude install-skill muslewski/status-herald
# Atlas adopt — brownfield classification layer The toolkit owns deterministic transforms (`atlas adopt`: wikilink zones → bare slugs, zone honesty, debt type, `human-drafts/` → drafts, seed config). You own the judgment layer: classify unclassified notes, place them in the right folder, and propose zone cards — never pre-stamp. ## Procedure 1. **Ground truth first.** Run the dry command and act only on its output — never on memory of the vault: - `npx --no-install atlas adopt` (no `--write`) 2. **Apply deterministic transforms when pending.** Echo the adopt plan to the user, then run: - `npx --no-install atlas adopt --write` 3. **Classify each `unclassified` note.** For every `? <path>` line in the report (or still present after `--write`): - Read the note. - Classify into **Map** (zone / flow), **Ledger** (decision / spec / plan / debt / idea / report), **Vision**, or **out-of-scope**. - Move it into the configured folder and set `type:` frontmatter to match. - When unsure, list it for the owner instead of guessing. 4. **Zone extraction.** When an architecture doc describes a coherent subsystem: - Propose a zone card from `templates/notes/zone.md` (or the vault's copy). - Draft `owns.globs` from paths the doc names — owner verifies before stamp. - Card starts `status: seeded`, `verifiedAt: unverified`. - **NEVER stamp during adoption.** 5. **Finish wiring and migrations.** - `npx --no-install atlas wire all` - `npx