One-click install
npx skills add https://github.com/0xtaoist/taogate --skill ln-302-task-replanner-0xtaoist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-302-task-replanner
Source: https://github.com/0xtaoist/taogate/tree/main/ln-302-task-replanner
Command: npx skills add https://github.com/0xtaoist/taogate --skill ln-302-task-replanner-0xtaoist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically replan and align project tasks by comparing the IDEAL plan with existing Linear tasks to determine KEEP, UPDATE, OBSOLETE, or CREATE actions, reducing drift and manual rework.

Core Features & Use Cases

  • Synchronize IDEAL task plans with current Linear tasks to reflect latest requirements.
  • Classify tasks into KEEP, UPDATE, OBSOLETE, CREATE and apply changes to task descriptions, statuses, and related kanban data.
  • Preserve parent-child relationships and ensure template conformity while updating kanban_board.md and issue records.
  • Enforce safety checks, destructive-op safety, and historical alignment to minimize disruption during replan.

Quick Start

Provide the IDEAL plan and current story context to run the replan workflow and obtain an operations summary of KEEP/UPDATE/OBSOLETE/CREATE.

Frequently Asked Questions about ln-302-task-replanner

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

FAQPage Schema
How do I automatically replan and align Linear tasks with my latest project requirements?

To replan Linear tasks automatically, you can compare your IDEAL plan against existing issues to classify actions as KEEP, UPDATE, OBSOLETE, or CREATE. This synchronizes task descriptions and Kanban board states while enforcing safety checks to minimize manual rework.

What is the best way to sync an IDEAL task plan with current Linear issues and kanban_board.md?

Syncing an IDEAL task plan with Linear issues involves comparing the desired plan to current tasks and applying KEEP, UPDATE, OBSOLETE, or CREATE actions. This updates both kanban_board.md and issue descriptions while preserving parent-child relationships and template conformity.

Can I preserve parent-child relationships in Linear when creating new tasks during a replan?

Yes, when creating new tasks during a Linear replan, parentId relationships are explicitly preserved. New issues are generated with a Backlog state, ensuring structural integrity and historical alignment are maintained without breaking existing hierarchies.

Does automated Linear task replanning support different task types like refactoring and tests?

Automated Linear task replanning supports multiple task types including implementation, refactoring, and test tasks. The replan workflow validates these types against defined templates and safety rules before applying any updates to issue records or Kanban data.

What safety checks are enforced when obsoleting or updating tasks in Linear?

When updating or obsoleting Linear tasks, the replan enforces destructive-op safety and historical alignment checks. These validations minimize disruption by verifying template conformity and preventing unintended data loss before applying changes to issues.

Why does my Linear task synchronization drift from the original plan and require manual rework?

Linear task synchronization drifts when project requirements change but existing issues are not updated. Replanning solves this by comparing the IDEAL plan to current tasks, classifying them into KEEP, UPDATE, OBSOLETE, or CREATE actions to realign descriptions and Kanban data automatically.