trellis-continue

Resume Trellis tasks by loading context and phase index.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/C-jcbest/agent --skill trellis-continue-c-jcbest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-continue
Source: https://github.com/C-jcbest/agent/tree/main/.agents/skills/trellis-continue
Command: npx skills add https://github.com/C-jcbest/agent --skill trellis-continue-c-jcbest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resume work on the current Trellis task by determining the correct phase and the next actionable step.

Core Features & Use Cases

  • Load the current context with get_context.py to confirm task state and recent activity.
  • Load the Phase Index to identify Plan / Execute / Finish routing and mapping to steps.
  • Decide the correct phase and step to resume based on task context and workflow rules.

Quick Start

Run python ./.trellis/scripts/get_context.py to load the current task context and determine the next steps.

Frequently Asked Questions about trellis-continue

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

FAQPage Schema
How do I resume an interrupted Trellis workflow task?

To resume an interrupted Trellis workflow task, run the get_context.py script to load the current context, identify the active phase, and determine the next actionable step to continue work.

What is the Phase Index used for in Trellis automation?

The Phase Index in Trellis automation maps the current task context to Plan, Execute, or Finish phases, routing the workflow to the correct step so you can resume smoothly after an interruption.

How do I load context to find my next actionable step in Trellis?

You load context by running python ./.trellis/scripts/get_context.py, which reads the current task state and recent activity to determine the correct phase and surface the next actionable step.

When should I use context-loading to resume a Trellis task?

Use context-loading to resume a Trellis task when re-engaging after an interruption or review, ensuring you re-enter the correct Plan, Execute, or Finish phase without losing your prior workflow state.

Does Trellis resume work across all workflow phases?

Yes, Trellis resume works across Plan, Execute, and Finish phases by determining the correct phase from the loaded context index and routing you directly to the next actionable step.

What are the limitations of resuming Trellis tasks after an interruption?

Resuming Trellis tasks depends entirely on the existing task context and phase index generated by get_context.py; without a valid prior context state, the workflow cannot determine the correct phase to resume.