ln-222-story-replanner

仓库创建 2025年10月24日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由

便于在需求变化时自动调整Stories,节省人工对齐

▸ 风险提示

会修改现有Stories,需谨慎授权

这个 Skill 做什么

对比理想与现有Stories并执行KEEP/UPDATE/OBSOLETE/CREATE操作。

把理想的 Story 目标和现有 Story 对照,输出 KEEP/UPDATE/OBSOLETE/CREATE 四类操作,帮你把故事列表跟上变更后的需求。常在 Epic 需求变动、需要快速对齐 backlog 时用。特点是以对比为核心的重规划器,能自动建议保留、更新、废弃或新增的 Story 操作,便于批量落地调整。

▸ 展开 SKILL.md 英文原文

Replans Stories by comparing IDEAL vs existing (KEEP/UPDATE/OBSOLETE/CREATE). Use when Epic requirements changed and Stories need realignment.

开发编程故事重规划差异比较对齐Claude Code
522
Stars
74
Forks
18
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-222-story-replanner/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-222-story-replanner/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory.

# Story Replanner

**Type:** L3 Worker
**Category:** 2XX Planning

Standalone-first worker for Story replanning. It compares ideal Story intent with existing Stories and applies the resulting operations.

## MANDATORY READ

Load these before execution:
- `references/planning_worker_runtime_contract.md`
- `references/coordinator_summary_contract.md`
- `references/environment_state_contract.md`
- `references/storage_mode_detection.md`
- `references/template_loading_pattern.md`
- `references/replan_algorithm_stories.md`

## Inputs

Core inputs:
- `epicData`
- `idealPlan`
- `existingStoryIds`
- `standardsRe
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有