trellis-start

Load Trellis workflow guides, identity, git status, and tasks into coding session context.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MrHan-Yd/DdShell --skill trellis-start-mrhan-yd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-start
Source: https://github.com/MrHan-Yd/DdShell/tree/main/.agents/skills/trellis-start
Command: npx skills add https://github.com/MrHan-Yd/DdShell --skill trellis-start-mrhan-yd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the initialization of a development session by loading and consolidating Trellis workflow guides, identity, git status, active tasks, and project policies into a ready-to-use context for coding tasks.

Core Features & Use Cases

  • Load contextual data from .trellis to classify incoming tasks and route to brainstorm, direct edit, or a task workflow.
  • Support session resumption and quick start for new coding tasks, ensuring consistent context across sessions.
  • Provide deterministic context to downstream tools and AI assistants to improve planning and execution accuracy.

Quick Start

Start a Trellis session by running the context loader to initialize current identity, git status, tasks, and guidelines.

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 coding session with AI assistant context and project guidelines?

Session context initialization works by loading Trellis workflow guides, developer identity, git status, active tasks, and project guidelines from .trellis files to provide deterministic context for coding tasks and improve planning accuracy.

Can I resume an existing development workflow and retain my active task context?

Yes, the session initialization supports resumption by reloading active tasks, git status, and project guidelines from .trellis files, ensuring consistent context across multiple coding sessions.

Does the Trellis coding session workflow route tasks automatically?

The workflow classifies incoming tasks by loading contextual data and routing them to brainstorm, direct edit, or a structured task workflow based on the extracted project guidelines.

Do I need .trellis files to start a guided coding session?

Yes, .trellis files are required. The context loader executes context extraction scripts that depend on these files to load workflow guides, developer identity, and project policies successfully.