trellis-continue

Identify the current workflow phase and select the next continuation step.

47|4|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/hkslover/cs2-highlight-tool --skill trellis-continue-hkslover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-continue
Source: https://github.com/hkslover/cs2-highlight-tool/tree/main/.agents/skills/trellis-continue
Command: npx skills add https://github.com/hkslover/cs2-highlight-tool --skill trellis-continue-hkslover

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users resume interrupted development tasks by identifying the current workflow phase and the exact next step to continue from.

Core Features & Use Cases

  • Workflow State Detection: Reads current task context and status information to determine where work should continue.
  • Phase Routing: Maps planning, execution, and finishing states to the appropriate workflow instructions and skill steps.
  • Use Case: When returning to an in-progress software task, use this Skill to quickly determine whether to plan, implement, verify, or complete the next required action.

Quick Start

Use the trellis-continue skill to identify the next workflow step for the current 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 development workflow and find the next step?

To resume an interrupted development workflow, this Skill reads the current task context to identify the existing phase and routes you to the correct continuation step for planning, implementation, verification, or completion.

What is phase routing in software project management?

Phase routing in software project management maps the current task state to the appropriate workflow instructions, ensuring you accurately continue tasks by selecting the correct phase-based execution step.

How do I recover context for an in-progress software task?

Context recovery for an in-progress software task is achieved by retrieving workflow context and status information to detect where the task was paused and determine the exact next action required.

Does this workflow continuation skill require external dependencies?

No, this workflow continuation skill requires no external dependencies to identify the current task state and select the correct phase-based step for resuming development.

When do I need context recovery for task continuation?

You need context recovery for task continuation when returning to in-progress software projects that use phase-based planning, execution, and finishing workflows to determine whether to plan, implement, verify, or complete work.