trellis-continue

Identify the next workflow phase and step from current context.

Updated Jun 14, 2026
One-click install
npx skills add https://github.com/Kcalb0708/AI-Voice-to-Image-Tool --skill trellis-continue-kcalb0708
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-continue
Source: https://github.com/Kcalb0708/AI-Voice-to-Image-Tool/tree/main/.agents/skills/trellis-continue
Command: npx skills add https://github.com/Kcalb0708/AI-Voice-to-Image-Tool --skill trellis-continue-kcalb0708

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you pick up where you left off on your task by identifying the appropriate workflow phase and step to continue.

Core Features & Use Cases

  • Task Resumption: Determines the correct workflow phase and step based on current context.
  • Phase Index: Provides an overview of the current phase, including required steps and routing information.
  • Step Continuation: Guides the user to continue work on the specific step identified.
  • Use Case: For project management or documentation workflows where multiple phases need to be followed.

Quick Start

Run 'python ./.trellis/scripts/get_context.py --mode phase' to resume your workflow.

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 task and find the exact workflow step to continue?

To resume an interrupted task, you can run a script that parses your current context and suggests the correct workflow phase and step to continue your progression.

What is workflow phase tracking and when do I need it for project management?

Workflow phase tracking monitors step progression across task phases. You need it for project management or documentation workflows to identify routing information and required steps.

How do I get an overview of required steps and routing for my current workflow phase?

You can generate a phase index by executing the designated context parsing script, which provides an overview of the current phase, required steps, and routing information.

Does task resumption work without manually tracking context for step progression?

Task resumption requires executing a specific script that parses context to determine the next phase and step, meaning manual context tracking is not needed for workflow continuation.

Can I use this workflow tracking approach for documentation workflows with multiple phases?

Workflow tracking supports documentation workflows with multiple phases by identifying the appropriate phase index and guiding step continuation based on the current context.

What is the best way to pick up where I left off in a multi-phase task management system?

The best way to pick up where you left off is to use context resumption, which automatically identifies the appropriate workflow phase and step to continue your task.