ln-222-story-replanner

Compare IDEAL plans against existing Linear stories and classify them as KEEP, UPDATE, OBSOLETE, or CREATE.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Replan Epics when Epic requirements change, comparing IDEAL vs existing and applying updates.

Core Features & Use Cases

  • Compare IDEAL Epic plan with existing Epics
  • Determine operations: KEEP/UPDATE/OBSOLETE/CREATE
  • Update Linear issues and kanban accordingly

Quick Start

Trigger REPLAN for Epic 7 with updated IDEAL plan.

Frequently Asked Questions about ln-222-story-replanner

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

FAQPage Schema
How do I replan an epic when requirements change in Linear?

Epic replanning compares your updated IDEAL plan against existing Linear stories and automatically classifies each story as KEEP, UPDATE, OBSOLETE, or CREATE. The Skill loads your epic data, applies the comparison, generates diffs of acceptance criteria and standards, and executes the necessary updates or creates new issues to realign your kanban with the new plan.

What's the difference between updating and creating stories during epic replanning?

During replanning, UPDATE modifies existing stories when requirements shift but the story remains valid; CREATE generates new stories for requirements the IDEAL plan introduces that have no matching existing story. Both preserve history for In Progress and Done states and validate INVEST criteria before execution.

Can I replan an epic if I don't have existing stories in Linear?

No. Epic replanning requires at least one existing story to compare against. The Skill uses existing story IDs as reference points to classify changes; without them, there's no baseline for the comparison and classification workflow.

How does the Skill handle story splits and merges during epic replanning?

The Skill detects ambiguous matches—cases where one story maps to multiple new requirements or multiple stories consolidate into one—and flags them for confirmation before execution. You review the proposed splits or merges, then approve or cancel to avoid unintended kanban disruption.

Do I need to manually approve each story update when replanning?

Confirmation is built into the workflow, but the autoApprove input lets you skip manual review for routine changes. The Skill obtains your approval, produces diffs of acceptance criteria and standards research, then executes updates or creations only after confirmation.