context-bootstraplisted
Install: claude install-skill lnrd390/claude-workflow-toolkit
# Context Bootstrap
Build a Claude Code context system for the current working scope so future sessions can start with the minimum useful persistent context, load domain knowledge only when relevant, and avoid repeatedly rediscovering stable project facts.
This is a configuration task. Do not modify application code, dependencies, generated artifacts, product behavior, or business data. Do not commit or push changes.
## Primary objective
Optimize for this objective, in order:
1. Correctness and preservation of project-specific knowledge.
2. Minimal always-loaded context.
3. Minimal repeated codebase discovery across sessions.
4. Minimal irrelevant context for any individual task or subagent.
5. Low maintenance cost and low risk of stale documentation.
6. Measurable, reversible improvements over time.
Do not optimize token count by removing information that prevents expensive rediscovery or repeated mistakes.
## Non-negotiable context rules
Use these rules when deciding what to persist:
- Persist only information that is stable across sessions, materially affects future decisions, and is expensive or error-prone to rediscover.
- Prefer a canonical file/path reference over copying source code or documentation.
- Prefer deletion over duplication.
- Prefer path-scoped rules over unconditional rules.
- Prefer skills over multi-step procedures in CLAUDE.md.
- Prefer supporting files inside a skill over a huge SKILL.md.
- Prefer isolated subagent context for broad explorati