Context Hierarchy Design Skill Design a memory hierarchy that loads context progressively based on task needs. Purpose Not all context is needed all the time. A well-designed hierarchy ensures agents get exactly the context they need without bloat. When to Use - Setting up a new project's context infrastructure - Refactoring bloated CLAUDE.md files - Creating task-specific context loading - Optimizing agent startup time - Scaling context for multiple task types The Three-Tier Memory Strategy Design Process Step 1: Audit Current State Analyze existing context infrastructure: 1. Measure CLAUDE.…