trellis-continue

Resume in-progress Trellis tasks by loading phase index and step context.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resume work on an in-progress Trellis task by loading the workflow Phase Index, identifying the correct phase/step to resume, and pulling the step-level details via get_context.py --mode phase.

Core Features & Use Cases

  • Load the current task context (status, task metadata) to orient the user.
  • Resolve the appropriate phase and step to continue, based on the Phase Index routing.
  • Retrieve the specific step details to facilitate a seamless continuation of work.

Quick Start

Run the get_context.py script to load the current task context and determine the next actions.

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 in-progress workflow task and retrieve its current step context?

To resume an in-progress workflow task, load the workflow phase index to identify the correct phase and step, then fetch step-level details via get_context.py --mode phase to restore your working context.

What is the phase index routing mechanism for task management workflows?

The phase index routing mechanism coordinates task progression across Plan, Execute, and Finish phases, determining the correct next actions by loading task metadata and routing to the appropriate workflow step.

How do I get current task status and metadata to orient my workflow?

Run the get_context.py script to load current task context, retrieve status and task metadata, and orient yourself by resolving the appropriate phase and step to continue your work seamlessly.

Do I need any dependencies to resume task management workflows using phase indexing?

No external dependencies are required to resume task management workflows using phase indexing, as the Skill operates independently to load workflow context and retrieve step-level details.

What's the best way to continue work across Plan, Execute, and Finish phases?

The best way to continue work across Plan, Execute, and Finish phases is to load the phase index, identify your current phase routing position, and pull specific step details to facilitate seamless task continuation.

Why does my task resume not load the correct workflow step details?

Task resume may not load correct workflow step details if the phase index routing fails to resolve the appropriate phase, preventing get_context.py from fetching the required step-level context.