work-done

Mark a development task as done and log its completion.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/popoffvg/claude-plugin-work-manager --skill work-done
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-done
Source: https://github.com/popoffvg/claude-plugin-work-manager/tree/main/skills/work-done
Command: npx skills add https://github.com/popoffvg/claude-plugin-work-manager --skill work-done

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users formally mark their development tasks as complete, ensuring that progress is logged and the work status is updated.

Core Features & Use Cases

  • Status Update: Changes the status of a work item from 'active' to 'done'.
  • Timestamped Logging: Appends a completion record to a worklog file.
  • Use Case: After finishing all coding and testing for a feature, you can use this skill to signal that the task is officially completed and record it in the project's log.

Quick Start

Use the work-done skill to mark the current work item as complete.

Frequently Asked Questions about work-done

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

FAQPage Schema
How do I mark a development task as complete and log it?

To mark a development task as complete, the skill updates the task status from active to done and appends a timestamped completion record to your worklog for accurate progress tracking.

What files are required to update work status and record a completion event?

Updating work status requires access to the `_notes/_summary.md` file for status changes and the `_notes/worklog.md` file to append the timestamped completion event log.

When should I finalize a work item in a project management workflow?

You should finalize a work item after finishing all coding and testing for a feature, signaling the task is officially completed and recording the progress in the project log.

Can I use this to append timestamped logs for task finalization?

Yes, task finalization appends a timestamped completion record directly to the `worklog.md` file, ensuring the project management workflow maintains an accurate history of completed work.