ln-302-task-replanner

Reconcile IDEAL task plans with Linear tasks into KEEP, UPDATE, OBSOLETE, and CREATE operations.

534|73|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-302-task-replanner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-302-task-replanner
Source: https://github.com/levnikolaevich/claude-code-skills/tree/main/ln-302-task-replanner
Command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-302-task-replanner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill keeps Linear tasks aligned with the latest IDEAL plan by classifying tasks into KEEP/UPDATE/OBSOLETE/CREATE across multiple task types, ensuring the repository reflects current requirements.

Core Features & Use Cases

  • Load IDEAL task plan and existing Linear tasks; compare and classify actions.
  • Update existing tasks when ACs or scopes change; create new tasks for newly identified work; cancel obsolete tasks.
  • Provide a summary of changes with URLs and warnings for manual review when needed.

Quick Start

Run in REPLAN mode for a Story to synchronize existing tasks with the latest IDEAL plan, producing a concise operations summary.

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 keep Linear tasks synchronized with my IDEAL plan?

Task replanning reconciles your IDEAL task plan with current Linear tasks by classifying each as KEEP, UPDATE, OBSOLETE, or CREATE. The Skill compares existing task descriptions against the plan, updates issues when acceptance criteria or scope change, creates new tasks for newly identified work, and returns a concise operations summary with URLs for review.

Can I automatically update Linear issues when my plan changes?

Yes. The Skill loads your IDEAL plan and existing Linear tasks, detects changes in acceptance criteria or scope, and applies updates while preserving parentId relationships and Foundation-First ordering. New tasks are created in Backlog state, and obsolete tasks are marked for cancellation.

What task types does this replanning process handle?

Task replanning applies to implementation, refactoring, and test task types. It classifies and updates these types across your Linear backlog and kanban board while preserving task language and maintaining the structure defined in your IDEAL plan.

How does the Skill handle new work identified in the IDEAL plan?

When the IDEAL plan identifies new work not yet in Linear, the Skill creates new tasks with Backlog state, assigns them appropriate type, and adds them to your kanban_board.md. Each new task preserves the language and structure from the plan and receives a summary entry in the operations report.

What happens to tasks that are no longer in the IDEAL plan?

Tasks classified as OBSOLETE are flagged for manual review in the operations summary with warnings. The Skill preserves your control by reporting these tasks and their URLs rather than automatically deleting them, allowing you to verify before removal.

Does task replanning preserve relationships and ordering in Linear?

Yes. The Skill maintains parentId on updates to preserve task relationships, keeps Foundation-First ordering intact, and updates kanban_board.md accordingly. Task language is preserved unless acceptance criteria or scope changes require updates.