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
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "ln-400-story-executor" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/ln-400-story-executor && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/ln-400-story-executor/SKILL.md "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/ln-400-story-executor/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
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).
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster