work-tracker

Track task progress and write context history to CURRENT_CONTEXT.md and WORK_HISTORY.md.

1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/Wondermove-Inc/calab-claude-plugin --skill work-tracker
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: work-tracker
Source: https://github.com/Wondermove-Inc/calab-claude-plugin/tree/main/plugins/calab-plugin/skills/work-tracker
Command: npx skills add https://github.com/Wondermove-Inc/calab-claude-plugin --skill work-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tracks and preserves context by recording task progress and worktree state. This Skill helps prevent context loss during complex Claude Code workflows and provides a durable history of decisions.

Core Features & Use Cases

  • Real-time worktree integration: links task progress to the live worktree to reflect current status.
  • Comprehensive logs: records What/Why/How/Where/Result for key tasks to support auditability.
  • Recovery-ready: supports checkpointing and history retrieval for interrupted sessions.

Quick Start

Enable the Work Tracker and start a new task; Claude will update CURRENT_CONTEXT.md and WORK_HISTORY.md as you proceed.

Frequently Asked Questions about work-tracker

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

FAQPage Schema
How do I preserve task progress and context across development sessions?▼

To preserve task progress and context across development sessions, this Skill records detailed work history and updates worktree state directly into CURRENT_CONTEXT.md and WORK_HISTORY.md files during your plan-to-build cycles.

How does worktree integration for task logging actually work?▼

Worktree integration for task logging works by linking task progress to the live worktree state file, ensuring that structured task metadata and real-time status updates reflect current development activity automatically.

Can I recover context history after an interrupted Claude Code session?▼

Yes, you can recover context history after an interrupted session. The Skill supports checkpointing and history retrieval by recording What/Why/How/Where/Result details for key tasks to ensure recovery-ready audit logs.

What is the best way to log development decisions for auditability?▼

The best way to log development decisions for auditability is to record comprehensive What/Why/How/Where/Result metadata for key tasks, which generates a durable history of decisions stored in worktree context files.

Does task tracking with context preservation require any external dependencies?▼

No, task tracking with context preservation requires no external dependencies. It operates natively within your development workflow to automatically capture structured task metadata and update the worktree state file.