ln-400-story-executor

Orchestrate software development Story tasks through review and rework workflows.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/bbsbot/mac-md-win --skill ln-400-story-executor-bbsbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-400-story-executor
Source: https://github.com/bbsbot/mac-md-win/tree/main/.claude/skills/workflow/ln-400-story-executor
Command: npx skills add https://github.com/bbsbot/mac-md-win --skill ln-400-story-executor-bbsbot

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of a software development Story by orchestrating its tasks through their lifecycle, ensuring a structured and efficient workflow from development to review.

Core Features & Use Cases

  • Automated Task Prioritization: Processes tasks in a strict order: To Review, To Rework, then Todo, prioritizing foundational work first.
  • Branch Management: Automatically creates and checks out feature branches for each Story.
  • Task Delegation: Delegates specific task types (implementation, testing, rework) to specialized worker skills.
  • Mandatory Review: Ensures every task is reviewed immediately after execution by ln-402-task-reviewer.
  • Status Updates: Sets the Story to "To Review" upon completion of all tasks and updates the kanban board.
  • Use Case: When a Story is ready for implementation, this Skill will set up the correct branch, pick up tasks one by one, delegate them to the appropriate executor, ensure they are reviewed, and finally mark the Story as ready for the next stage.

Quick Start

Use the ln-400-story-executor skill to begin processing the Story identified as PROJ-42.

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 story execution and task orchestration for agile development?

Automated task prioritization processes story tasks in a strict order: To Review, To Rework, then Todo. This ensures foundational work is completed first, with each task delegated to specialized worker skills and reviewed immediately upon execution.

How do I automate feature branch creation when starting workflow automation for a new story?

Feature branch creation is handled automatically during story execution by creating and checking out a dedicated branch for each story. This isolates development work and prepares the version control environment for subsequent task delegation and mandatory code review.

Does this story execution workflow require integration with task management platforms like Linear?

Yes, story execution requires integration with version control systems and task management platforms like Linear. This integration enables the skill to read task statuses, update the kanban board upon completion, and set the story to 'To Review' automatically.

What is the best way to ensure mandatory code review after each task in branch management?

Ensuring mandatory code review after each task is achieved by delegating execution to specialized worker skills followed immediately by a review process. Every task undergoes review by a dedicated task reviewer skill before the next task begins, guaranteeing quality control within the sequential workflow.

Can I use task delegation for specialized implementation, testing, and rework within agile story execution?

Yes, task delegation routes specific task types—implementation, testing, and rework—to specialized worker skills. This delegation mechanism ensures each task is handled by the appropriate executor, processed sequentially, and reviewed immediately before the story status is updated.