Skill

ln-400-story-executor

by levnikolaevich

AI Summary

Automates story task orchestration by prioritizing and delegating work across subtasks, automatically advancing stories through the development workflow. Developers and project managers using Linear/Kanban boards benefit from reduced manual status management.

Install

# Add to your project root as SKILL.md
curl -o SKILL.md "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/ln-400-story-executor/SKILL.md"

Description

Orchestrates Story tasks. Prioritizes To Review -> To Rework -> Todo, delegates to ln-401/402/403/404. Sets Story to To Review when all tasks Done. Metadata-only loading.

Story Execution Orchestrator

Executes a Story end-to-end by looping through its tasks in priority order. Sets Story to To Review when all tasks Done (quality gate decides Done).

Inputs

| Input | Required | Source | Description | |-------|----------|--------|-------------| | storyId | Yes | args, git branch, kanban, user | Story to process | Resolution: Story Resolution Chain. Status filter: Todo, In Progress

Purpose & Scope

• Load Story + task metadata (no descriptions) and drive execution • Process tasks in order: To Review → To Rework → Todo (foundation-first within each status) • Delegate per task type to appropriate workers (see Worker Invocation table) • Mandatory immediate review: Every execution/rework → ln-402 immediately. No batching

Task Storage Mode

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).

Quality Score

B

Good

84/100

Standard Compliance78
Documentation Quality72
Usefulness82
Maintenance Signal100
Community Signal100
Scored Today

GitHub Signals

Stars177
Forks31
Issues0
UpdatedToday
View on GitHub

Trust & Transparency

Open Source — MIT

Source code publicly auditable

Verified Open Source

Hosted on GitHub — publicly auditable

Actively Maintained

Last commit Today

177 stars — Growing Community

31 forks

My Fox Den

Community Rating

Works With

Claude Code