trellis-continue

Resume an in-progress Trellis task at the correct phase and step.

92|8|Updated May 15, 2026
One-click install
npx skills add https://github.com/LonelyHerbivore/Trellis-Herbivore --skill trellis-continue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-continue
Source: https://github.com/LonelyHerbivore/Trellis-Herbivore/tree/main/.agents/skills/trellis-continue
Command: npx skills add https://github.com/LonelyHerbivore/Trellis-Herbivore --skill trellis-continue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

It helps you continue an in-progress Trellis task without having to remember which phase and step you were on, so you can pick up the correct workflow stage and context.

Core Features & Use Cases

  • Loads phase routing and step mapping: Determines where you should resume by reading the Phase Index and using task status plus artifacts.
  • Guides step-by-step resumption: Loads the specific step instructions for the correct stage so you can proceed in order and honor required outputs.
  • Uses existing workflow signals: Chooses the next action based on the presence/absence of files such as prd.md, design.md, implement.md, and step-level jsonl curation.

Use Case: You paused mid-way through a development task and want to restart so the workflow continues at the correct point (e.g., moving from planning into review gates, or proceeding from implementation to check).

Quick Start

Run the trellis-continue skill to resume the current task from the correct phase and step defined in .trellis/workflow.md.

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 development workflow from the correct phase and step?

To resume an in-progress development workflow, you can run the trellis-continue skill to load phase routing and step mapping from stored workflow context. It determines the exact point to restart by reading task status and existing artifacts like prd.md and design.md.

How does workflow context loading determine the next task action in Trellis?

Workflow context loading determines the next task action by using get_context.py to read the Phase Index and check for artifacts like implement.md and step-level jsonl curation. It routes you deterministically to the correct planning, execution, or review-gate stage based on these signals.

Can I continue a partially complete task if some step outputs are missing?

Yes, you can continue a partially complete task even if some step outputs are missing. The routing mechanism chooses the next action based on the presence or absence of files like prd.md, design.md, and implement.md, guiding you to complete the required outputs in order.

What is the best way to pick up a paused task moving from planning into review gates?

The best way to pick up a paused task moving from planning into review gates is to resume the workflow using stored context. The system identifies the transition point by evaluating task status and artifacts, then loads step-level instructions to proceed through the review gate.

Do I need existing artifacts like prd.md to use phase routing for workflow resume?

You do not necessarily need completed artifacts like prd.md to use phase routing for workflow resume. The routing mechanism evaluates existing workflow signals and adapts to scenarios where artifacts are partially complete or still being generated during the planning stage.

Why does workflow resume fail to load the correct step instructions in phase mode?

Workflow resume may fail to load the correct step instructions in phase mode if the stored workflow context in .trellis/workflow.md is misconfigured or missing. Proper phase routing requires get_context.py to successfully index the phase and read task status to load deterministic next actions.