ln-302-task-replanner by levnikolaevich/claude-code-skills
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-302-task-replanner路径说明: 文件路径(
shared/、references/、../ln-*)是相对于技能仓库根目录的。如果在当前工作目录下未找到,请定位此 SKILL.md 文件所在的目录,然后向上返回一级以找到仓库根目录。如果缺少shared/目录,请通过 WebFetch 从https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}获取文件。
一个用于将现有任务重新同步到最新要求的 Worker,适用于任何任务类型。
必读: 加载 shared/references/tools_config_guide.md、 和
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
shared/references/storage_mode_detection.mdshared/references/input_resolution_pattern.md提取:task_provider = 任务管理 → 提供者 (linear | file)。
| 输入 | 必需 | 来源 | 描述 |
|---|---|---|---|
storyId | 是 | 参数、git 分支、看板、用户 | 需要重新规划任务的故事 |
解析: 故事解析链。状态过滤器: 进行中、待审核
附加输入(来自协调器或故事上下文):
taskType、teamId、故事数据(包含验收标准、技术说明、上下文的 id/标题/描述)、existingTaskIds。必读: 加载 shared/references/template_loading_pattern.md 以了解模板复制工作流。加载 shared/references/destructive_operation_safety.md 以了解破坏性操作关键词和严重性分类。
按 taskType 选择模板:
implementation → task_template_implementation.mdrefactoring → refactoring_task_template.mdtest → test_task_template.md本地副本: docs/templates/*.md(在目标项目中)
A{N} ({CATEGORY}) 格式添加到上下文 > 继承的假设中。| taskType | 硬性规则 | 需要强制执行的内容 |
|---|---|---|
| implementation | 不得创建新的测试 | 更新/创建的任务不得引入测试创建文本 |
| refactoring | 需要回归策略 | 问题 + 严重性、3 阶段计划、回归策略、保留功能 |
| test | 基于风险的限制 | 覆盖优先级 ≥15 的场景;每个测试都通过有用性标准;不进行框架/库/数据库测试 |
state: "Backlog"(创建操作)。如果未指定,Linear 默认为团队的默认状态(通常是"已推迟")。shared/references/tools_config_guide.mdshared/references/storage_mode_detection.mdshared/references/kanban_update_algorithm.mdshared/references/template_loading_pattern.mdshared/references/linear_creation_workflow.mdshared/references/replan_algorithm.mdreferences/replan_algorithm.md(5 种场景,比较逻辑)shared/templates/task_template_implementation.md、shared/templates/refactoring_task_template.md、shared/templates/test_task_template.mddocs/templates/*.md(在目标项目中)docs/tasks/kanban_board.md版本: 3.0.0 最后更新: 2025-12-23
每周安装次数
150
仓库
GitHub 星标数
245
首次出现
2026年1月24日
安全审计
安装于
claude-code136
codex134
opencode134
gemini-cli133
cursor131
github-copilot128
Paths: File paths (
shared/,references/,../ln-*) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Ifshared/is missing, fetch files via WebFetch fromhttps://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}.
Worker that re-syncs existing tasks to the latest requirements for any task type.
MANDATORY READ: Load shared/references/tools_config_guide.md, shared/references/storage_mode_detection.md, and shared/references/input_resolution_pattern.md
Extract: task_provider = Task Management → Provider (linear | file).
| Input | Required | Source | Description |
|---|---|---|---|
storyId | Yes | args, git branch, kanban, user | Story whose tasks to replan |
Resolution: Story Resolution Chain. Status filter: In Progress, To Review
Additional inputs (from orchestrator or Story context):
taskType, teamId, Story data (id/title/description with AC, Technical Notes, Context), existingTaskIds.MANDATORY READ: Load shared/references/template_loading_pattern.md for template copy workflow. Load shared/references/destructive_operation_safety.md for destructive operation keywords and severity classification.
Template Selection by taskType:
implementation → task_template_implementation.mdrefactoring → refactoring_task_template.mdtest → test_task_template.mdLocal copies: docs/templates/*.md (in target project)
A{N} ({CATEGORY}) format.| taskType | Hard rule | What to enforce |
|---|---|---|
| implementation | No new test creation | Updated/created tasks must not introduce test creation text |
| refactoring | Regression strategy required | Issues + severity, 3-phase plan, regression strategy, preserve functionality |
| test | Risk-based limits | Priority ≥15 scenarios covered; each test passes Usefulness Criteria; no framework/library/DB tests |
state: "Backlog" when creating new tasks (CREATE operation). Linear defaults to team's default status (often "Postponed") if not specified.shared/references/tools_config_guide.mdshared/references/storage_mode_detection.mdshared/references/kanban_update_algorithm.mdshared/references/template_loading_pattern.mdshared/references/linear_creation_workflow.mdshared/references/replan_algorithm.mdreferences/replan_algorithm.md (5 scenarios, comparison logic)Version: 3.0.0 Last Updated: 2025-12-23
Weekly Installs
150
Repository
GitHub Stars
245
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
claude-code136
codex134
opencode134
gemini-cli133
cursor131
github-copilot128
shared/templates/task_template_implementation.md, shared/templates/refactoring_task_template.md, shared/templates/test_task_template.mddocs/templates/*.md (in target project)docs/tasks/kanban_board.md