What problem does it solve? Starting a coding session without project context leads to inconsistent work and missed conventions. This Skill restores full session context—developer identity, git status, active tasks, and project guidelines—so every session begins with the same situational awareness a session-start hook would normally provide. ## Core Features & Use Cases - Context Loading: Runs get_context.py to retrieve identity, git status, current task, active tasks, and journal location from the .trellis/ directory. - Workflow Routing: Classifies the incoming request and routes to the right next step—brainstorming for unclear requirements, direct edits for trivial changes, or the task workflow for multi-step work. - Guideline Discovery: Reads package and spec-layer index files so you know exactly which guideline docs apply before writing code. - Use Case: You return to a project after a week away. Run this Skill to reload your active task, check whether a prd.md exists, and get routed to the correct phase (e.g., Phase 2 step 2.1) without manually reconstructing where you left off. ## Quick Start Ask the AI to start a Trellis session and load the current project context before beginning work.