What problem does it solve?
It solves the problem of starting (or resuming) a Claude Code coding session without manually reconstructing Trellis context, so the agent can immediately understand identity, repo state, active task status, and which workflow phase to follow.
Core Features & Use Cases
- Session Context Initialization: Loads developer identity, git status, current task, active tasks, and the journal location so the session starts with the correct operational frame.
- Workflow Phase & Step Routing: Classifies the next action based on active task status (e.g., planning vs in_progress) and whether required artifacts like prd.md exist, then routes to the appropriate skill or phase step detail.
- Guideline Index Discovery: Discovers relevant packages and spec layers, then reads the specific index files that list which guideline documents to pull on demand for the current coding start.
Quick Start
Ask your AI to initialize a Trellis-managed coding session by reading the repository’s Trellis context and routing you to the correct next workflow step based on the current task state.