trellis-finish-work

Archive completed Trellis tasks and record session journals with git status checks.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/TECNB/MediaNexus --skill trellis-finish-work-tecnb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-finish-work
Source: https://github.com/TECNB/MediaNexus/tree/main/.agents/skills/trellis-finish-work
Command: npx skills add https://github.com/TECNB/MediaNexus --skill trellis-finish-work-tecnb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps finish a coding session by archiving completed tasks, and recording the session journal, ensuring a clean handoff to next work.

Core Features & Use Cases

  • Survey the current state to identify tasks to archive and surface any additional completed work.
  • Sanity check dirty worktrees to distinguish current-task changes from other parallel work.
  • Archive the current active task (and any user-confirmed tasks) with an auto-commit in the proper workflow phase.
  • Record the session journal with the associated work commits, preserving progress for future reference.

Quick Start

Wrap up the current Trellis session by archiving the active task and recording the session in the journal.

Frequently Asked Questions about trellis-finish-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I archive completed tasks and log session progress before ending a coding session?

To archive completed tasks and log session progress, you can automate the end-of-session workflow by surveying current state, sanity checking dirty worktrees, auto-committing archived tasks, and recording the session journal.

What is the best way to handle git status checks when archiving tasks in a workflow?

Handling git status checks involves running sanity checks on dirty worktrees to distinguish current-task changes from other parallel work before auto-committing the archived tasks to preserve a clean handoff.

How does session journaling work for task archiving in a coding workflow?

Session journaling records the session by associating work commits with the archived tasks, preserving progress for future reference and ensuring a clean handoff to the next coding session.

Can I use workflow automation to archive multiple tasks at once?

Yes, workflow automation can archive multiple tasks by surveying the current state to identify completed work, allowing you to confirm additional tasks for archiving alongside the current active task.

When should I avoid using automated task archiving for my coding sessions?

You should avoid automated task archiving when your worktrees contain uncommitted parallel work that cannot be clearly distinguished from current-task changes during the sanity check phase.