What problem does it solve? AI coding agents hallucinate APIs, ignore project conventions, and degrade in quality when given too little or too much context. This Skill provides a structured methodology for curating exactly what the agent sees at each stage of a session. ## Core Features & Use Cases - Context Hierarchy Framework: Organizes context into five levels from persistent rules files (CLAUDE.md, AGENTS.md, .cursorrules) down to transient conversation history. - Context Packing Strategies: Provides Brain Dump, Selective Include, and Hierarchical Summary patterns for loading task-relevant files, specs, and examples. - Confusion Management: Defines explicit patterns for surfacing conflicting specs, missing requirements, and inline planning instead of silently guessing. - Use Case: When starting a new feature, you create a CLAUDE.md rules file with your tech stack, commands, and conventions, then load only the relevant spec section and source files so the agent follows existing patterns instead of inventing new ones. ## Quick Start Set up a CLAUDE.md rules file for my project covering the tech stack, build commands, code conventions, and boundaries.