with one click
ln-302-task-replanner
// Compares ideal plan vs existing tasks and applies KEEP/UPDATE/OBSOLETE/CREATE changes. Use when Story tasks need re-sync with updated requirements.
// Compares ideal plan vs existing tasks and applies KEEP/UPDATE/OBSOLETE/CREATE changes. Use when Story tasks need re-sync with updated requirements.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | ln-302-task-replanner |
| description | Compares ideal plan vs existing tasks and applies KEEP/UPDATE/OBSOLETE/CREATE changes. Use when Story tasks need re-sync with updated requirements. |
| license | MIT |
Paths: File paths (
references/,../ln-*) are relative to this skill directory.
Type: L3 Worker Category: 3XX Planning
Standalone-first worker for task replanning. It compares the ideal task plan with existing tasks and applies the required operations.
MANDATORY READ: Load references/coordinator_summary_contract.md and references/task_plan_worker_runtime_contract.md
MANDATORY READ: Load references/environment_state_contract.md, references/storage_mode_detection.md, references/template_loading_pattern.md, and references/destructive_operation_safety.md
MANDATORY READ: Load references/replan_algorithm.md
Core inputs:
storyIdtaskTypestoryDataexistingTaskIdsidealPlanteamIdTransport inputs:
runId and summaryArtifactPathrunId and summaryArtifactPathRuntime family: task-plan-worker-runtime
Phase profile:
PHASE_0_CONFIGPHASE_1_LOAD_INPUTSPHASE_2_LOAD_EXISTING_TASKSPHASE_3_NORMALIZE_AND_CLASSIFYPHASE_4_CONFIRM_OR_AUTOAPPROVEPHASE_5_APPLY_REPLANPHASE_6_UPDATE_KANBANPHASE_7_WRITE_SUMMARYPHASE_8_SELF_CHECKSummary artifact rules:
summary_kind=task-planrun_id and write the default worker-family artifact pathrunId and summaryArtifactPath and must write the summary to the exact provided pathAlways build a structured task-plan summary envelope per:
references/coordinator_summary_contract.mdreferences/task_plan_worker_runtime_contract.mdPayload fields:
modestory_idtask_typetasks_createdtasks_updatedtasks_canceledtask_urlskanban_updateddry_warnings_countwarningsAlways write the validated summary before terminal outcome.
KEEP, UPDATE, OBSOLETE, CREATE.Version: 3.0.0 Last Updated: 2025-12-23