What problem does it solve? Starting a new Claude Code session usually means manually re-explaining the project stack, recent decisions, and active work areas. This Skill automates that warm-up by reading project context files in one pass and printing a concise session brief. ## Core Features & Use Cases - One-pass context loading: Reads CLAUDE.md, memory files, topic notes, and architecture docs, then prints a session brief under 20 lines. - Feature gate pre-loading: Holds the ICEA approval gate rule in active context so implementation code is never generated before an approved ICEA exists. - Session identity resolution: Best-effort population of .claude/session-context.json (AD UPN, git email, optional Azure DevOps PAT identity) so the governance audit trail can attribute events to a verified person. - Use Case: A developer opens a repo on Monday morning, runs /session-start, and immediately sees the stack, target branch, last decision, last fix, and active modules without typing any context manually. ## Quick Start Run the /session-start command at the beginning of your Claude Code session to load all project context and see the session brief.