ln-220-story-coordinator

Solid

Creates, replans, or appends 5-10 Stories per Epic with standards research and multi-epic routing. Use when Epic needs Story decomposition.

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. # Story Coordinator **Type:** L2 Domain Coordinator **Category:** 2XX Planning Runtime-backed Story planning coordinator. The runtime owns flow control, pause/resume, and worker result tracking. ## MANDATORY READ Load these before execution: - `shared/references/coordinator_runtime_contract.md` - `shared/references/story_planning_runtime_contract.md` - `shared/references/coordinator_summary_contract.md` - `shared/references/environment_state_contract.md` - `shared/references/storage_mode_detection.md` - `shared/references/problem_solving.md` ## Purpose - assemble Epic planning context - perform focused standards research when it changes Technical Notes - build the ideal Story plan before checking existing Stories - detect routing and mode per epic group - batch child manifest/artifact preparation before delegation - delegate creation or replanning to standalone workers ## Inputs | Parameter | Required | Description | |-----------|----------|-------------| | `epicId` | Yes | Epic to decompose | | `autoApprove` | No | If false, runtime pauses on preview confirmation | ## Runtime Runtime family: `story-planning-runtime` Identifier: - `epic-{epicId}` Phases: 1. `PHASE_0_CONFIG` 2. `PHASE_1_CONTEXT_ASSEMBLY` 3. `PHASE_2_RESEARCH` 4. `PHASE_3_PLAN` 5. `PHASE_4_ROUTING` 6. `PHASE_5_MODE_DET...

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