What problem does it solve?
Agents have limited context windows, and loading all governance documents at once wastes tokens, slows processing, and obscures relevant information. This Skill ensures agents only ingest what is necessary by revealing context in layered steps.
Core Features & Use Cases
- Five hierarchical layers (Identity, Package, Capability, History, Planning) that prioritize essential information.
- Size caps for each document type to enforce disciplined authoring.
- Loading rules that automatically load the minimal layer and request deeper layers on demand.
- Context budget guidance to help teams allocate token space across system prompts, code, and governance docs.
- Anti‑patterns checklist to avoid common pitfalls like loading every file at session start.
- Use case: When starting a new development session, load only the identity layer, then pull package‑level details only if you need to modify that package, keeping the token budget under control.
Quick Start
Tell the agent to start with the identity layer and request additional layers only when you need more detail.