plugins/agile-workflow/skills/ln-302-task-replanner/SKILL.md
Compares ideal plan vs existing tasks and applies KEEP/UPDATE/OBSOLETE/CREATE changes. Use when Story tasks need re-sync with updated requirements.
npx skillsauth add levnikolaevich/claude-code-skills ln-302-task-replannerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
testing
Audits architecture config boundaries: typed settings, scattered env reads, config leakage, and layer ownership. Use for config architecture.
tools
Finds architecture-level modernization opportunities: obsolete custom mechanisms, overbuilt extension points, and simplifiable architecture. Use when auditing architecture evolution.
development
Builds dependency topology, detects cycles, validates import rules, and calculates coupling metrics. Use when auditing architecture topology.
testing
Checks layer, resource ownership, and orchestration boundaries. Use when auditing architecture boundary enforcement.