← ClaudeAtlas

bootstrap-contextlisted

Analyze project artifacts and generate a populated CONTEXT.md (or CONTEXT-MAP.md and multiple CONTEXT.md files for multi-context repos) with domain terms extracted from existing code, documentation, and configuration. Independently invocable or called by setup-project as a final step.
brenpike/hivemind · ★ 0 · AI & Automation · score 65
Install: claude install-skill brenpike/hivemind
## Quick Reference Rules: `REPORT-01` (blocked report contract) Before: - [ ] Project root resolved via `git rev-parse --show-toplevel` - [ ] Project root resolved and artifact files accessible - [ ] At least one project artifact readable (README.md, CLAUDE.md, package manifest, or source files) After: - [ ] CONTEXT.md or CONTEXT-MAP.md created following canonical format - [ ] Terms extracted from actual project artifacts, not invented - [ ] General programming terms excluded per CONTEXT-FORMAT.md Rules # Bootstrap Context Analyze a project's existing artifacts and generate a populated domain glossary following the canonical format defined in `${CLAUDE_PLUGIN_ROOT}/skills/plan-interrogation/references/CONTEXT-FORMAT.md`. ## When to Use - New project adopting the hivemind plugin (called by setup-project) - Existing project that lacks a CONTEXT.md - Existing project where CONTEXT.md needs enrichment with newly discovered terms - After significant project changes (new modules, renamed concepts) ## Required Inputs None. Operates on the current project root resolved via `git rev-parse --show-toplevel`. ## Procedure 1. Resolve project root via `git rev-parse --show-toplevel`. Stop blocked if not a git repository. 2. **Mode detection:** Check for existing context files at the project root. - If `<project root>/CONTEXT-MAP.md` exists: set `mode: update-multi`. Read existing CONTEXT-MAP.md and all referenced per-context CONTEXT.md files. Extract existing term names (lin