What problem does it solve? AI coding agents produce inconsistent or hallucinated output when they lack the right project context, and they lose focus when overloaded with irrelevant information. This Skill provides a structured methodology for curating what the agent sees, when it sees it, and how it is structured. ## Core Features & Use Cases - Context Hierarchy Framework: Organizes context into five levels from persistent rules files (CLAUDE.md, .cursorrules, AGENTS.md) down to transient conversation history, with templates for each level. - Context Packing Strategies: Provides the Brain Dump, Selective Include, and Hierarchical Summary patterns for loading task-relevant files, specs, and examples without flooding the context window. - Confusion Management: Defines explicit patterns for surfacing conflicting specs, missing requirements, and ambiguity instead of silently guessing, plus an inline planning pattern for multi-step tasks. - Use Case: When starting a new project for AI-assisted development, use this Skill to create a CLAUDE.md rules file covering tech stack, commands, conventions, and boundaries so every agent session follows project standards. ## Quick Start Ask the agent to create a CLAUDE.md rules file for your project covering the tech stack, build commands, code conventions, and boundaries before starting the next coding session.