trellis-continue

Resume an in-progress Trellis task by loading context and determining the next step.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/sperictao/one-publish --skill trellis-continue-sperictao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-continue
Source: https://github.com/sperictao/one-publish/tree/main/.agents/skills/trellis-continue
Command: npx skills add https://github.com/sperictao/one-publish --skill trellis-continue-sperictao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trellis users often pause tasks and need a reliable way to resume where they left off. This skill automates that process by loading the current task context, identifying the active phase, and preparing the next actionable step.

Core Features & Use Cases

  • Context-aware resumption: loads current task context and phase routing to determine the next step.
  • Phase navigation: identifies the correct phase and retrieves step-level details using the get_context.py utility.
  • Use Case: when returning to an in-progress Trellis task, run this skill to surface what to do next and continue smoothly.

Quick Start

Resume the current Trellis task and present the next recommended action.

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 Trellis task after pausing it?

Resuming an in-progress Trellis task requires loading the current context, identifying the active phase from the Phase Index, and retrieving step-level details to prepare the next recommended action smoothly.

What is context-aware phase navigation for paused workflow tasks?

Context-aware phase navigation identifies the correct active phase when a task is re-entered, retrieves step-level routing details using get_context.py, and surfaces the next actionable step based on current artifacts.

How do I determine the next actionable step in an automated workflow?

You can determine the next actionable step by loading the Phase Index and evaluating the current task status and existing artifacts to route to the specific step details using the get_context.py utility.

Can I retrieve step-level details when re-entering a paused automation workflow?

Yes, retrieving step-level details when re-entering a paused automation workflow is handled by loading the active phase context and calling get_context.py to surface the next required action precisely.

What is the best way to load task context for resuming automation workflows?

The best way to load task context for resuming automation workflows is to automate the retrieval of the active phase and step-level details, ensuring the next actionable step is decided by status and available artifacts.