trellis-continue

Resumes in-progress tasks by loading the Trellis workflow phase index and step instructions.

1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/MaplumeX/Milesto --skill trellis-continue-maplumex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: trellis-continue
Source: https://github.com/MaplumeX/Milesto/tree/main/.agents/skills/trellis-continue
Command: npx skills add https://github.com/MaplumeX/Milesto --skill trellis-continue-maplumex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When returning to an in-progress task, it is easy to lose track of which phase or step you were on. This Skill reloads the current task context from the Trellis workflow and routes you to the exact step to resume. ## Core Features & Use Cases - Context Recovery: Runs get_context.py to confirm the current task, git state, and recent commits. - Status-Based Routing: Maps the task status field (planning, in_progress, completed) plus artifact presence (prd.md, implement.jsonl) to the correct workflow step. - Step-Level Instructions: Loads detailed guidance for a specific step via get_context.py --mode phase --step. - Use Case: You return to a feature task after a day away. Run this Skill to discover the task is in planning with a finished prd.md, so it routes you directly to step 1.3 to curate implement.jsonl. ## Quick Start Ask the assistant to continue the current Trellis task and tell me which workflow step to resume at.

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 in a Trellis workflow?▼

Run get_context.py to load the current task and git state, then use --mode phase to view the Phase Index. The task status field and artifact presence determine which step to resume at.

How does the skill decide which workflow step to continue from?▼

It routes based on the task status field combined with artifact presence. For example, status=planning with an existing prd.md but uncurated implement.jsonl routes to step 1.3, while status=in_progress with a passed check routes to step 3.1.

What artifacts does the Trellis continue flow check for?▼

It checks for prd.md to confirm brainstorming is complete and implement.jsonl to confirm curation is done. Steps marked [once] are skipped if their output artifact already exists.

Can I go back to an earlier phase in the Trellis workflow?▼

Yes, the workflow rules allow returning to an earlier phase if discoveries during implementation require it. However, [required] steps within a phase must run in order and must not be skipped.

What happens if the task status is already completed?▼

A completed status is rare because tasks are usually archived immediately. If encountered, the skill routes you to the archive flow instead of a workflow step.