trellis-continue

Resume paused Trellis workflows by loading context and identifying the next step.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resume work on the current trellis task — load the latest context, identify the correct phase and step, and fetch the step-level details to continue.

Core Features & Use Cases

  • Determines the active phase/step from the workflow context and guides the user to resume progress.
  • Loads the current task state (planning, in_progress, or completed) and routes to the appropriate next action.
  • Retrieves precise step details via the get_context.py utility to drive execution.

Quick Start

Run python3 ./.trellis/scripts/get_context.py to load the current context and identify the next actionable step.

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 paused workflow task after an interruption?

To resume a paused workflow task, run the get_context.py script to load the current context, identify the active phase, and fetch step-level details to continue execution.

What does task orchestration context loading do when returning to in-progress work?

Task orchestration context loading retrieves the current task state, determines the active workflow phase, and routes you to the appropriate next action to resume progress.

Do I need local .trellis scripts to identify the next workflow phase?

Yes, you need local .trellis scripts to identify the next workflow phase, as the resume process relies on the get_context.py utility to fetch phase and status information.

How to determine the current step in a trellis workflow orchestration?

To determine the current step in a trellis workflow, execute python3 ./.trellis/scripts/get_context.py to read the task state and identify the precise next actionable step.

Can I load task state and phase guidance for completed trellis workflows?

Yes, you can load task state for completed trellis workflows, which will read the completed status and route to the appropriate phase guidance or conclusive next action.

What is the best way to route phase guidance for in-progress task orchestration?

The best way to route phase guidance for in-progress task orchestration is loading the latest context via local scripts to fetch status and direct subsequent actions accurately.