trellis-continue

Identify the current Trellis workflow phase and next required action.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers resume interrupted work by identifying the current Trellis workflow phase and determining the correct next step instead of manually reconstructing task progress.

Core Features & Use Cases

  • Workflow Context Recovery: Loads current task status, git state, and workflow phase information to restore development context.
  • Step Routing Guidance: Maps task status and existing artifacts to the appropriate Trellis phase and skill instructions.
  • Use Case: When returning to an unfinished implementation task, use this Skill to determine whether planning, execution, validation, or completion work should happen next.

Quick Start

Use the trellis-continue skill to resume the current task and determine the next workflow 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 interrupted software development task and find the next workflow step?

To resume an interrupted software development task, retrieve the workflow context and route the task to the correct phase. This identifies the current project state and determines whether planning, implementation, validation, or completion work should happen next.

What is workflow context recovery for software development and when do I need it?

Workflow context recovery restores task status, git state, and phase information for interrupted development work. You need it when returning to an unfinished implementation task to avoid manually reconstructing project progress.

How do I determine the correct workflow phase for an unfinished coding task?

To determine the correct workflow phase, map existing task artifacts and status to phase routing instructions. This step routing guidance directs the development task to the appropriate planning, execution, or validation stage.

Can I use phase routing to continue software development tasks consistently from an existing project state?

Yes, phase routing continues software development tasks consistently by loading existing project context. It requires workflow context retrieval to map the current state to the correct next action without losing progress.

What is the best way to recover project context after an interruption in a multi-stage development workflow?

The best way to recover project context is using task continuation instructions that load task status and git state. This restores development context and routes the work to the appropriate workflow phase.

Why does manually reconstructing task progress fail when resuming multi-stage development workflows?

Manually reconstructing task progress fails because it misses critical workflow context and phase routing dependencies. Retrieving the existing project state ensures the interrupted task resumes at the correct validation or implementation step.