trellis-continue

Load current Trellis task context and determine the next actionable step.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/MrHan-Yd/DdShell --skill trellis-continue-mrhan-yd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-continue
Source: https://github.com/MrHan-Yd/DdShell/tree/main/.agents/skills/trellis-continue
Command: npx skills add https://github.com/MrHan-Yd/DdShell --skill trellis-continue-mrhan-yd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resumes in-progress Trellis tasks by loading the current work context and phase index, enabling seamless continuation after interruptions.

Core Features & Use Cases

  • Load current task context using the get_context.py script to confirm task state and recent activity.
  • Load the Phase Index to reveal Plan / Execute / Finish routing and associated task mapping.
  • Determine the exact next steps by evaluating status and available artifacts to minimize context loss.

Quick Start

Run the trellis-continue skill to load your current task context and phase, then pick up where you left off.

Frequently Asked Questions about trellis-continue

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

FAQPage Schema
How do I resume in-progress workflow tasks after an interruption?

To resume in-progress workflow tasks after an interruption, load the current work context and phase index to determine the next actionable step based on task status and artifacts. This minimizes context loss and routes you to the correct continuation point.

What is a phase index and how does it help with task management?

A phase index is a task mapping structure that reveals Plan, Execute, and Finish routing. It helps with task management by enabling the system to evaluate current status and available artifacts to determine the exact next steps for seamless continuation.

How do I load current task context to confirm recent activity?

Load current task context to confirm recent activity by running the get_context.py script. This script confirms the task state and recent activity, satisfying the requirement to route to the appropriate next step with safe guards.

What's the best way to pick up automation tasks where I left off?

The best way to pick up automation tasks where you left off is to run a context loading process that evaluates task status and available artifacts. This phase resolution determines the exact next steps and routes you appropriately.

Do I need any dependencies to resume Trellis tasks?

You do not need any dependencies to resume Trellis tasks. The skill operates independently to load the current work context and phase index, determining the next actionable step based on task status and artifacts with built-in safe guards.