task-syncer

Ensures accurate inventory by reconciling tracked counts with actual stock levels on a per-warehouse basis.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/kellyson520/TG-ONE --skill task-syncer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-syncer
Source: https://github.com/kellyson520/TG-ONE/tree/main/.agent/skills/task-syncer
Command: npx skills add https://github.com/kellyson520/TG-ONE --skill task-syncer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Validates and synchronizes todo.md status against the actual filesystem to prevent hallucinated progress and ensure truth in task tracking.

Core Features & Use Cases

  • Evidence-based ticking: Only mark a task as done if the related artifact exists in the repository.
  • Automated reconciliation: Scans todo.md and aligns statuses with real files and directories.
  • Use case: Maintain reliable project dashboards by tying progress to concrete files instead of assumptions.

Quick Start

Run the synchronization to align todo.md statuses with actual files in the repository.

Frequently Asked Questions about task-syncer

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

FAQPage Schema
How do I validate todo.md task completion against actual files in my repository?

Validating todo.md task completion against actual files requires synchronizing task statuses by checking file existence in the repository. It scans todo.md and corrects inaccurate progress marks by enforcing evidence-based ticking tied to tangible artifacts.

What is evidence-based ticking for software project task tracking?

Evidence-based ticking is a task synchronization mechanism that only marks a task as done if the related artifact actually exists on the filesystem. It prevents hallucinated progress and warns when discrepancies are detected between todo.md and real files.

Can I automate todo.md status reconciliation with filesystem checks?

Automating todo.md status reconciliation with filesystem checks aligns task progress with real files and directories. This automated reconciliation scans the repository to correct inaccurate progress marks and ensures truth in task tracking without manual verification.

Why does my todo.md show completed tasks when the files don't exist yet?

Your todo.md shows completed tasks without files because of hallucinated progress marks. The synchronization skill identifies these discrepancies by validating task statuses against the filesystem and corrects them to maintain reliable project dashboards.

Does task synchronization work without external dependencies?

Task synchronization works without external dependencies as it relies entirely on internal scripts to validate the filesystem. It functions within software projects where task completion must be supported by tangible artifacts, requiring no additional setup.