ln-200-scope-decomposer

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

能快速生成可执行的 backlog 与优先级,提升团队启动效率。

▸ 风险提示

依赖特定 Skill 框架,输出需人工复核与细化。

这个 Skill 做什么

把项目范围分解为史诗与用户故事,并按 RICE 等模型排序优先级。

把项目的宏观需求拆成 Epic、User Story、子任务,并用 RICE 等模型帮你排出优先级,产出可直接交付的 backlog。适合在立项、需求澄清或把产品想法变成敏捷故事时使用。特点是从战略到执行一条龙覆盖,能把模糊范围拆成清晰可排期的工作项。

▸ 展开 SKILL.md 英文原文

Decomposes scope into Epics, Stories, and RICE priorities. Use when user has project scope and wants full Agile breakdown.

开发编程范围分解用户故事RICE优先级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-200-scope-decomposer/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-200-scope-decomposer/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory.

# Scope Decomposer (Top Orchestrator)

**Type:** L1 Top Orchestrator
**Category:** 2XX Planning

Top-level orchestrator for complete initiative decomposition from scope to User Stories through Epic and Story coordinators.

## Purpose

### What This Skill Does

Coordinates the complete decomposition pipeline for new initiatives:
- Auto-discovers Team ID from kanban_board.md
- **Phase 1:** Discovery (Team ID)
- **Phase 2:** Epic Decomposition (delegates to ln-210-epic-coordinator)
- **Phase 3:** Story Decomposition Loop (precompute read-only inputs in batch, then delegate to ln-220-story-coordinator per E
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有