ln-400-story-executor

Orchestrate software development Stories by delegating tasks to worker skills.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-400-story-executor-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-400-story-executor
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-400-story-executor
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-400-story-executor-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire lifecycle of a Story, from initial task execution through to final review, ensuring a streamlined and efficient development process.

Core Features & Use Cases

  • Automated Task Prioritization: Processes tasks in a strict order: To Review, To Rework, then Todo.
  • Delegation to Workers: Intelligently assigns tasks to specialized worker skills (executors and reviewers) for execution and quality checks.
  • Branch Management: Automatically creates and manages feature branches for Story development.
  • Use Case: When a Story is ready for development, this Skill will set up the correct branch, execute all its tasks in the defined priority, ensure each task is reviewed, and finally set the Story to "To Review" for the next stage of the workflow.

Quick Start

Use the ln-400-story-executor skill to begin orchestrating the tasks for story PROJ-123.

Frequently Asked Questions about ln-400-story-executor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate agile story task orchestration end-to-end?

Agile story task orchestration is automated by prioritizing and delegating tasks to specialized worker skills. It manages branch creation, executes tasks in a strict To Review, To Rework, then Todo order, and runs automated reviews before setting the Story status to To Review.

How does task prioritization work for workflow automation in development stories?

Task prioritization for workflow automation processes tasks in a strict order: To Review first, To Rework second, and Todo last. It includes context review for Todo tasks before execution and delegates them to specialized executors and reviewers.

Can I use file-based task management instead of Linear for story execution?

File-based task management is supported alongside Linear mode for story execution. Both modes allow the orchestrator to manage feature branch creation, delegate tasks to worker skills, and update the final Story status to To Review.

What is the best way to manage feature branches during automated story execution?

Automated story execution manages feature branches by creating and handling them directly during the workflow. It sets up the correct branch before prioritizing tasks, delegating execution to workers, and running automated quality checks.

Does story orchestration support automated code review processes?

Automated code review processes are supported through intelligent delegation to specialized reviewer worker skills. After executors process tasks in the prioritized order, reviewers run quality checks before the Story status is set to To Review.

When should I not use an end-to-end story executor for task delegation?

End-to-end story execution for task delegation is not suitable for development Stories lacking defined task statuses like To Review, To Rework, or Todo, as the orchestrator strictly relies on these states to sequence execution and manage branch creation.