trellis-finish-work

Archive completed tasks and record a developer journal with commit references.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/C-jcbest/agent --skill trellis-finish-work-c-jcbest
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: trellis-finish-work
Source: https://github.com/C-jcbest/agent/tree/main/.agents/skills/trellis-finish-work
Command: npx skills add https://github.com/C-jcbest/agent --skill trellis-finish-work-c-jcbest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates finishing a development session by archiving tasks and prompting for journal entry to ensure traceability and clean handoff.

Core Features & Use Cases

  • Workflow is designed to survey active tasks, verify clean working tree, archive completed work, and append to the developer journal.
  • Enforces safeguards like git status checks and selective archiving to avoid data loss.
  • Use Case: A developer finishes coding, runs the finish-work skill, and automatically archives the session while producing a ready-to-review journal.

Quick Start

Run the finish-work command to archive the current task and record the session 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 automate archiving tasks and updating a developer journal after a coding session?▼

To automate archiving tasks and updating a developer journal, you can run a finish-work command that surveys active tasks, verifies a clean git working tree, and appends a session summary with commit references for reproducibility.

What is the best way to archive completed development work and ensure traceability?▼

The best way to archive completed development work for traceability is using an automated workflow that enforces git status checks, selectively archives finished tasks, and records a journal with commit references.

Does the session archive process check for a clean git working tree before archiving tasks?▼

Yes, the session archive process enforces a clean working tree check via git status before archiving completed tasks to prevent data loss and verify the current work state.

How do I record a developer journal with commit references for my workflow?▼

You can record a developer journal with commit references by running an automated finish-work script that appends a session summary with commit links to ensure reproducibility and clean handoff.

What happens if I have uncommitted changes when running a workflow to wrap up a coding session?▼

If you have uncommitted changes, the workflow to wrap up a coding session enforces safeguards like git status checks and selective archiving to avoid data loss, requiring a clean working tree before proceeding.