trellis-continue

Resume interrupted workflow tasks by interpreting state from .trellis/workflow.md.

7.3k|365|Updated May 31, 2024
One-click install
npx skills add https://github.com/EcoPasteHub/EcoPaste --skill trellis-continue-ecopastehub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-continue
Source: https://github.com/EcoPasteHub/EcoPaste/tree/main/.agents/skills/trellis-continue
Command: npx skills add https://github.com/EcoPasteHub/EcoPaste --skill trellis-continue-ecopastehub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Streamlines the continuation of workflow tasks, eliminating the need to remember previous steps or workflow stages.

Core Features & Use Cases

  • Resume Workflows: Continues where a task left off by loading the appropriate workflow phase index and identifying the next step.
  • Task State Awareness: Recognizes the current task state, guiding users to the right workflow step.
  • Step-by-Step Instructions: Provides detailed, actionable instructions for the specific task step to resume.
  • Use Case: Ideal for users returning to an in-progress project after a break, enabling them to immediately resume work at the right point.

Quick Start

Run the command python3 ./.trellis/scripts/get_context.py --mode phase to load the current task context and step index.

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 workflow task and find my next step?

You can find your next step by running python3 ./.trellis/scripts/get_context.py --mode phase to load the current task context. This script-driven phase analysis detects the workflow state and outputs actionable instructions for immediate resumption.

What is workflow state detection and how does it manage task resumption?

Workflow state detection is the process of interpreting a project's current phase from a markdown configuration file. It manages task resumption by loading the phase index and guiding users back to the exact workflow step where they left off.

Do I need a specific project state file to enable workflow continuation?

Yes, workflow continuation requires a .trellis/workflow.md file present in your project directory. This file stores the project state and task data that the Skill interprets to determine the appropriate resumption point and next action.

Can I use script-driven phase analysis for complex project state detection?

Yes, you can use script-driven phase analysis for complex project state detection by running the get_context.py script. It evaluates the workflow.md configuration to parse task state and generate detailed step instructions regardless of workflow complexity.

What's the best way to get task guidance when returning to an in-progress project?

The best way to get task guidance when returning to a project is to execute the get_context.py script in phase mode. This loads the workflow context automatically, recognizing the current task state and outputting the specific step required to continue.