trellis-continue

Resume an in-progress Trellis task by loading context and phase index.

45|9|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Tendo33/IdeaGo --skill trellis-continue-tendo33
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-continue
Source: https://github.com/Tendo33/IdeaGo/tree/main/.agents/skills/trellis-continue
Command: npx skills add https://github.com/Tendo33/IdeaGo --skill trellis-continue-tendo33

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Resume work on the current Trellis task by loading the current context and phase index to determine the next actionable step.

Core Features & Use Cases

  • Load the current task context to reveal status and required artifacts.
  • Load the Phase Index to map to Plan / Execute / Finish and routing decisions.
  • Route to the correct next action based on status and artifact presence.

Quick Start

Run the trellis-continue skill to load your current task context and determine the next recommended 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 an in-progress task and load its workflow context?

To resume an in-progress task, you can run this skill to load the current task context and phase index. It identifies the active phase, checks the status, and determines the next actionable step for your ongoing workflow.

How does phase-based routing determine the next actionable step in task management?

Phase-based routing determines the next actionable step by loading the current phase index and mapping it to Plan, Execute, or Finish. It evaluates the active status and required artifacts to route you to the correct deterministic action.

Can I use this workflow resume skill if I have missing required artifacts for the current phase?

Yes, the skill checks for required artifacts when loading the current task context. If an artifact is missing, it uses routing decisions based on artifact presence to guide you to the correct action to generate or recover it before continuing.

What is the best way to return to an ongoing workflow without losing my previous phase status?

The best way to return to an ongoing workflow is to invoke the context loading script, which restores your exact phase status. This ensures deterministic next steps by mapping the recovered phase index directly to the required routing decisions.

Why does my task management workflow fail to resume after restarting?

Your task management workflow may fail to resume if the current task context or phase index is corrupted or missing. This skill relies on invoking the context script to fetch the active phase and status, ensuring deterministic next steps can be accurately routed.

Do I need any dependencies installed to load the current Trellis task context?

No external dependencies are required to load the current Trellis task context. The skill operates using internal scripts to fetch the phase index and status, allowing you to route decisions and resume your workflow immediately.