Session loaded
AI reads your project context: workflow rules, active tasks, git status, and recent journal entries.
Natural language input
Describe your feature in plain language. Trellis creates a tracked task with a structured PRD.
Research & configure
trellis-research sub-agent finds relevant specs and code patterns. Context files configured in jsonl: hooks auto-inject them into agents.
Implement
Agent writes code across 5 layers following project conventions. 99 tool calls, all 337 tests pass on first try.
Quality check
trellis-check sub-agent reviews every changed file against code-specs. Issues found and fixed automatically.
Update specs
New patterns captured into the spec library: making future sessions even better.
Session archived
5 atomic commits, session recorded to journal. The branch is ready for review.
What just happened?
This demo replays a real Trellis session where we added Gemini CLI platform support: a feature touching types, templates, configurators, CLI flags, Python adapters, and documentation.The workflow
Start session
Describe the feature
Research & configure
Implement
Quality check
EXCLUDE_PATTERNS entry and fixes it automatically.Update specs
trellis-update-spec skill captures new patterns learned from this session into the spec
library: making future sessions even better.Finish & ship
/trellis:finish-work archives the task and records the session to your journal. 5 atomic
commits on the feature branch, ready for review.