Context Engineering Overview Context management methodology adapted from the Everything Claude Code project. Optimizes context window usage through dynamic injection, mode switching, selective loading, and strategic compaction. Context Modes Dev Mode - Load: architecture docs, active code files, test files, recent changes - Skip: historical discussions, completed milestones, research notes - Priority: implementation speed Review Mode - Load: code diff, coding standards, security rules, test coverage - Skip: architecture docs, planning notes, research - Priority: thoroughness and accuracy Rese…