Session Start Overview Get your bearings before doing any work. Every session starts here. Core principle: Understand the current state before taking action. Announce at start: "I'm using session-start to get oriented before beginning work." The Protocol Execute these steps in order at the start of every session: Step 1: Environment Check Verify required tools and environment variables are available. If any check fails: Report to user before proceeding. Skill: --- Step 1.5: Development Services Check for available development services (docker-compose). Key questions: - What services are avail…