worklog-management

Maintain a markdown worklog with commit references for completed tasks.

9|2|Updated Dec 5, 2025
One-click install
npx skills add https://github.com/Zate/cc-plugins --skill worklog-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worklog-management
Source: https://github.com/Zate/cc-plugins/tree/main/plugins/devloop/skills/worklog-management
Command: npx skills add https://github.com/Zate/cc-plugins --skill worklog-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Worklog Management Skill provides a formal, auditable structure for recording completed work and associated commits, separating completed work from the active plan and enabling accurate project history.

Core Features & Use Cases

  • Structured Worklog: Maintain a clean, versioned history of completed work with commit references.
  • Plan-Worklog Sync: Automatically map plan tasks to committed changes and log them.
  • Session Summaries & Release Notes: Generate summaries and release notes from the worklog to communicate progress.

Quick Start

After a commit succeeds, use the post-commit hook to read the plan, assign the new commit hash to pending tasks, and append a new entry to .devloop/worklog.md with the timestamp.

Frequently Asked Questions about worklog-management

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

FAQPage Schema
How do I automate worklog tracking from git commits?

Automate worklog tracking by integrating a post-commit hook that reads your plan, maps new commits to pending tasks, and appends timestamped entries to .devloop/worklog.md with commit references, creating a permanent audit trail of completed work.

What's the best way to maintain a structured history of completed work?

Maintain a structured worklog in standardized markdown format that records completed tasks with commit hashes and timestamps, separating finished work from active plans and enabling accurate project history reconstruction and release notes generation.

Can I generate release notes from commit history?

Yes, generate release notes and session summaries directly from your worklog by extracting timestamped, commit-referenced entries, which provides a clean, auditable record of what shipped and when.

How do I reconstruct project history from existing commits?

Reconstruct project history by processing archived git commits through the worklog workflow, automatically creating backdated worklog entries with commit references to establish a complete historical record for existing projects.

Do I need to manually update my worklog after each commit?

No, the post-commit integration automatically updates your worklog after each commit succeeds, mapping new commits to plan tasks and logging them with timestamps so manual tracking is eliminated.