tracker-maintenance

Archive completed work and reconcile dependencies in docs/project-tracker.md.

5|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/oduffy-delphi/coordinator-claude --skill tracker-maintenance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tracker-maintenance
Source: https://github.com/oduffy-delphi/coordinator-claude/tree/main/plugins/coordinator/skills/tracker-maintenance
Command: npx skills add https://github.com/oduffy-delphi/coordinator-claude --skill tracker-maintenance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill keeps the project tracker in docs/project-tracker.md accurate by archiving completed work, sweeping for untracked commits, and refreshing dependencies, reducing manual coordination overhead.

Core Features & Use Cases

  • Identify Completed Items across the strategic and tactical trackers from docs/project-tracker.md and docs/plans/*-tracker.md
  • Archive completed work to archive/completed/YYYY-MM.md and prune tracker entries
  • Update workstream statuses automatically when all items are completed
  • Check and resolve dependencies via depends on: and blocked by: annotations

Quick Start

Invoke the tracker maintenance workflow via /update-docs to refresh the project tracker and archive completed items.

Frequently Asked Questions about tracker-maintenance

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

FAQPage Schema
How do I automate project tracker maintenance for completed work?

Automate project tracker maintenance by invoking the tracker maintenance workflow to identify completed items across tactical and strategic trackers, archive them to monthly files, and prune tracker entries. This workflow keeps docs/project-tracker.md accurate and up-to-date.

How does archiving completed items in a markdown tracker work?

Archiving completed items in a markdown tracker works by moving finished workstream entries from docs/project-tracker.md and docs/plans/*-tracker.md into archive/completed/YYYY-MM.md files. The workflow then prunes those entries from the active tracker and updates workstream statuses automatically.

What is the best way to reconcile dependencies in a project tracker?

The best way to reconcile dependencies in a project tracker is to use an automated workflow that checks **depends on:** and **blocked by:** annotations. This process validates dependencies via standardized steps to ensure workstream statuses reflect actual completion states.

Can I sweep untracked commits into my project documentation automatically?

Yes, you can sweep untracked commits into your project documentation automatically. The tracker maintenance workflow scans for untracked commits across strategic and tactical trackers, incorporating them into docs/project-tracker.md to reduce manual coordination overhead.

Do I need a specific tracker format to automate workstream status updates?

You need a markdown tracker format located at docs/project-tracker.md with supporting docs/plans/*-tracker.md files. The workflow uses **depends on:** and **blocked by:** annotations within these files to update workstream statuses automatically when all items are completed.

When should I not use an automated tracker maintenance workflow?

You should not use an automated tracker maintenance workflow when your project lacks standardized dependency annotations like **depends on:** or **blocked by:**. The workflow requires consistent markdown formatting in docs/project-tracker.md to successfully archive completed items and prune entries.