What problem does it solve?
It resolves missing or outdated project context at the beginning of an AI coding session by collecting identity, git status, and current task signals, then routing to the correct next workflow step.
Core Features & Use Cases
- Context bootstrapping from repository state: Loads developer identity, git status, active tasks, and journal location so the AI can continue coherently after pauses or restarts.
- Workflow phase triage and routing: Classifies the active task status (planning/in_progress/none) and routes to the appropriate skill flow detail or brainstorm step.
- Guideline indexing on demand: Discovers relevant package and spec layers and then reads the specific index files that define what guidance to load for the current task.
Use case: You resume work midstream and want the assistant to understand what phase the project is in, what artifacts (like PRD/design/implement) exist for the active task, and which gates and planning steps should run next.
Quick Start
Use the start skill to initialize a Trellis coding session and route you into the correct next planning or execution step based on the current task directory state.