tasks-migrate

Consolidate scattered legacy task documents into a canonical TASKS.md.

17|3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/insightflo/claude-impl-tools --skill tasks-migrate
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tasks-migrate
Source: https://github.com/insightflo/claude-impl-tools/tree/main/plugin/skills/tasks-migrate
Command: npx skills add https://github.com/insightflo/claude-impl-tools --skill tasks-migrate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates scattered legacy task files into a single canonical TASKS.md, enabling centralized task tracking and easier governance.

Core Features & Use Cases

  • Detect legacy task files across multiple locations (e.g., docs/planning/06-tasks.md, docs/tasks.md, task.md) and consolidate them into root TASKS.md with deduplication.
  • Never modifies the original legacy files; outputs a migration summary and optionally merges into an existing TASKS.md after user confirmation.
  • Generates a Migration Report detailing sources, deduplication outcomes, and the migration date.

Quick Start

Run /tasks-migrate to consolidate all legacy task files into TASKS.md.

Frequently Asked Questions about tasks-migrate

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

FAQPage Schema
How do I consolidate scattered legacy task files into a single TASKS.md?▼

To consolidate legacy task files into a single TASKS.md, this Skill detects scattered documents like docs/planning/06-tasks.md and task.md, deduplicates entries, and generates a migration-ready TASKS.md along with a detailed migration summary.

What is the best way to migrate and deduplicate tasks from multiple markdown files?▼

The best way to migrate and deduplicate tasks from multiple markdown files is to run an automated consolidation process that analyzes legacy files, merges content after user confirmation, and outputs a clean canonical TASKS.md without modifying originals.

Can I merge legacy task documents into an existing TASKS.md without losing data?▼

Yes, you can merge legacy task documents into an existing TASKS.md without losing data. The Skill performs safe non-destructive operations, leaving original files untouched while appending deduplicated tasks after explicit user confirmation.

Does consolidating scattered task files modify or delete the original legacy documents?▼

Consolidating scattered task files does not modify or delete original legacy documents. The process is non-destructive, ensuring source files like docs/tasks.md remain intact while producing a new canonical TASKS.md and a migration summary.

How does task deduplication work when merging multiple project planning files?▼

Task deduplication during merging works by analyzing multiple project planning files, identifying overlapping entries across sources, and consolidating them into a single canonical TASKS.md while documenting all deduplication outcomes in a generated migration report.