Trellis — Summary
Trellis is a team-scale AI coding harness from Mindfold that provides a trellis CLI (npm), a 4-phase workflow (Plan → Implement → Verify → Finish), auto-injected per-task specs via Claude Code hooks, and support for 14 AI coding platforms — making it the broadest multi-platform framework in this corpus.
Problem it solves: Team AI coding workflows break down because standards aren't shared, each developer rebuilds context per session, and the same specs must be repeated across tools; Trellis puts structured specs, task PRDs, and workspace journals in the repo so all team members and all AI tools share the same guidelines automatically.
Distinctive trait: Hook-injected spec context — a PreToolUse hook on Task/Agent tool calls intercepts every sub-agent dispatch and injects the relevant curated spec files from .trellis/spec/ and task JSONL context, so sub-agents always have the right guidelines without the user needing to prompt for them.
Target audience: Teams using AI coding tools (Claude Code, Cursor, Codex, Kiro, Gemini CLI, etc.) who want shared standards, per-task context injection, and workspace memory across 14 platforms.
Production-readiness: Active and growing (8,467 stars, 25 contributors, v0.5.19, last pushed May 2026, AGPL-3.0).
Differs from seeds: Closest to openspec (multi-platform, spec-per-feature, delta files) but Trellis adds a CLI binary, hook-based automatic spec injection, per-developer workspace journals, and explicit multi-platform support for 14 tools — vs openspec's npm-package + manual spec loading.