ln-200-scope-decomposer

Solid

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

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **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. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # 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 Epic sequentially) - **Phase 4:** RICE Prioritization Loop (optional, precompute child runtime inputs, then delegate to ln-230-story-prioritizer per applicable Epic sequentially) - **Phase 5:** Summary (total counts + next steps) ## Runtime Contract **MANDATORY READ:** Load `shared/references/coordinator_runtime_contract.md`, `shared/references/scope_decomposition_runtime_contract.md`, `shared/references/scope_decomposition_summary_contract.md`, `shared/references/epic_plan_summary_contract.md`, `shared/references/coordinator_summary_contract.md` Runt...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category