What problem does it solve? Starting a coding session without project context leads to missed tasks, ignored guidelines, and wrong workflow choices. This Skill restores full session context by reading developer identity, git status, active tasks, and project guidelines from the .trellis/ directory, then routes the incoming request to the correct workflow. ## Core Features & Use Cases - Session Context Loading: Runs get_context.py scripts to surface identity, git status, current task, active tasks, and journal location. - Workflow Routing: Classifies incoming work and routes to brainstorm, direct edit, or task workflows based on whether an active task and prd.md exist. - Guideline Discovery: Reads package and spec layer index files so coding guidelines are loaded on demand before implementation begins. - Use Case: A developer opens a repository mid-project and asks the AI to continue work; the Skill detects the active task with an existing prd.md and loads Phase 2 step 2.1 instructions instead of starting from scratch. ## Quick Start Start my Trellis development session and tell me what task I should work on next.