trellis-continue

Load current Trellis task context and Phase Index to select the next step across Plan, Execute, and Finish phases.

Updated May 21, 2026
One-click install
npx skills add https://github.com/zineyu/marketmind --skill trellis-continue-zineyu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-continue
Source: https://github.com/zineyu/marketmind/tree/main/.agents/skills/trellis-continue
Command: npx skills add https://github.com/zineyu/marketmind --skill trellis-continue-zineyu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Continue an in-progress Trellis task by loading the current context and Phase Index to determine the next steps.

Core Features & Use Cases

  • Load current task context and phase routing to identify the correct next step.
  • Compare task history against the Phase Index to avoid repeating work.
  • Prepare and execute the appropriate next-step instructions for the given platform.

Quick Start

Load the current task context, identify the correct phase, and determine the next actionable step to resume an in-progress Trellis task.

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 workflow task and reload its execution context?

To resume an interrupted workflow task, you need to reload the current task context and Phase Index to identify the correct phase and determine the next actionable step for execution.

What is phase routing in task management and how does it work?

Phase routing in task management directs the workflow across Plan, Execute, and Finish phases by comparing task history against the Phase Index to select and guide the next step without repeating work.

How do I prevent repeating completed steps when I resume automation work?

To prevent repeating completed steps when resuming automation work, compare the task history against the Phase Index to verify previous progress and prepare the appropriate next-step instructions.

Can I load the Phase Index to manually select the next step in an in-progress task?

Yes, you can load the Phase Index to manually select the next step in an in-progress task by routing the workflow through the provided scripts to guide phase selection across Plan, Execute, and Finish.

What is the best way to continue a Trellis task that was stopped during execution?

The best way to continue a stopped Trellis task is to load the current workflow context, apply phase routing, and execute the appropriate next-step instructions via the provided scripts.

What are the limitations of resuming a task without loading the workflow context?

Resuming a task without loading the workflow context limits phase routing accuracy, causing potential step repetition or incorrect next-step selection across the Plan, Execute, and Finish phases.