AI SummaryAutomates 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
Good
84/100
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