trellis-continue

Identify the current workflow phase and guide subsequent steps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users pick up where they left off on a task by loading the workflow Phase Index and determining the next step to take.

Core Features & Use Cases

  • Task Resumption: Identifies the current phase and step in a workflow.
  • Workflow Navigation: Guides users through the next required steps in the workflow.
  • Use Case: When you need to resume work on a task and want to know what steps to follow, this Skill can direct you to the right point in the workflow.

Quick Start

To continue your task, run the command:

python3 ./.trellis/scripts/get_context.py

Frequently Asked Questions about trellis-continue

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

FAQPage Schema
How do I resume a task workflow from the exact step where I left off?

To resume a task workflow, the skill parses the current context by executing a Python script to identify your current phase and step, then guides you through the subsequent steps required to continue.

What is the best way to navigate a multi-phase task workflow after an interruption?

Navigating a multi-phase task workflow after an interruption requires loading the workflow Phase Index to determine the current state, which automatically directs you to the exact next step needed for task resumption.

Do I need to run Python scripts to load workflow context for task resumption?

Yes, you must execute Python scripts to parse context and determine the workflow state. The script specifically locates the current task phase to provide accurate step navigation.

How does workflow context loading identify the current task phase?

Workflow context loading identifies the current task phase by parsing your existing environment data via a dedicated script, extracting the precise phase index to determine what step comes next in the workflow.

Can I use this task resumption skill without prior workflow context data?

No, task resumption requires existing workflow context data to parse. Without a pre-established Phase Index and workflow history, the script cannot determine the current phase or guide step navigation.

Why does my task resumption script fail to determine the next workflow step?

Task resumption scripts fail to determine the next workflow step when the context loading process cannot find a valid Phase Index or parse the current task state from your environment data.