trellis-start

Read .trellis state and route tasks to appropriate workflows.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/TECNB/MediaNexus --skill trellis-start-tecnb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-start
Source: https://github.com/TECNB/MediaNexus/tree/main/.agents/skills/trellis-start
Command: npx skills add https://github.com/TECNB/MediaNexus --skill trellis-start-tecnb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trellis-start provides a structured way to initialize an AI development session by reading workflow guides, developer identity, git status, active tasks, and project guidelines from the .trellis directory, and classifies incoming tasks to route them to brainstorming, direct edits, or task workflow. Use it to re-establish project context at the start of a coding session or when resuming work.

Core Features & Use Cases

  • Reads and aggregates current state (identity, repo status, active tasks, journal location) to set session scope.
  • Routes tasks to appropriate workflows (brainstorm, direct edit, or task workflow) based on context.
  • Guides subsequent steps with a deterministic plan and references to Trellis guidelines for consistency.

Quick Start

Begin a Trellis session by loading the existing project context and following the recommended steps to summarize current state and decide next actions.

Frequently Asked Questions about trellis-start

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initialize a development session with project context?

To initialize a development session, this Skill reads workflow guides, developer identity, git status, active tasks, and project guidelines from the .trellis directory to establish full project context and set the session scope.

What is the best way to route coding tasks to different workflows?

Routing coding tasks involves classifying incoming requests based on current project context to direct them to brainstorming, direct edit, or task workflows, ensuring deterministic guidance and consistent next steps.

How do I resume a coding session and recover previous work state?

Resuming a coding session requires reading the existing .trellis directory state, including active tasks and journal location, to summarize current progress and determine the next recommended actions.

Do I need a .trellis directory to start a project workflow?

Yes, the .trellis directory is required to store workflow guides, developer identity, and project guidelines, which are read and interpreted to drive deterministic guidance and context loading during activation.

When should I use brainstorming workflow routing versus direct edits?

Brainstorming workflow routing is used for tasks requiring contextual exploration, while direct edits are routed for straightforward modifications, determined by classifying incoming tasks against current project context and routing rules.