ln-1000-pipeline-orchestrator

Orchestrate multi-stage software development pipelines with kanban tracking and user-confirmed merges.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-1000-pipeline-orchestrator-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-1000-pipeline-orchestrator
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/ln-1000-pipeline-orchestrator
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill ln-1000-pipeline-orchestrator-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 software development Story, from initial task planning through execution and quality gating, to user-confirmed merge. It removes the manual coordination overhead for processing individual Stories.

Core Features & Use Cases

  • Automated Story Processing: Drives a single Story through four distinct stages (ln-300, ln-310, ln-400, ln-500) using dedicated workers.
  • Kanban Board Integration: Reads and updates a kanban board (or Linear) to track Story progress and identify available work.
  • User-Confirmed Merge: Requires explicit user approval before merging completed code to the main development branch.
  • Robust Error Handling: Includes retry mechanisms, crash recovery via checkpoints, and escalation to the user for complex issues.
  • Use Case: A product manager can select a Story from the backlog, and this Skill will autonomously create tasks, validate the implementation, execute the code changes, run quality checks, and present the results for a final merge decision, all without further manual intervention.

Quick Start

Use the ln-1000-pipeline-orchestrator skill to process the next available story from the backlog.

Frequently Asked Questions about ln-1000-pipeline-orchestrator

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

FAQPage Schema
How do I automate a software development story pipeline end-to-end?

Automating a story pipeline requires orchestrating task creation, validation, execution, and quality gating. This skill drives individual stories through four distinct processing stages using dedicated workers, managing state persistence via checkpoints and Git operations autonomously.

How does kanban board integration work for automated story processing?

Kanban board integration for story processing reads and updates board status to track progress and identify available work. The automation reads backlog items, updates story stages through processing, and requires explicit user confirmation before merging completed code to the main branch.

Can I use Git rebasing and merging in an automated CI/CD workflow?

Git rebasing and merging in an automated CI/CD workflow manages branch integration with user-confirmed merges. The pipeline orchestrator handles Git operations autonomously throughout the story lifecycle but escalates to the user for final merge approval to the development branch.

What is the best way to handle crash recovery in a pipeline orchestration system?

Handling crash recovery in pipeline orchestration systems utilizes state persistence via checkpoints. When processing fails, the system includes retry mechanisms and crash recovery protocols to resume story execution, escalating complex issues to the user when automated retries are exhausted.

Do I need worker lifecycle management for individual story automation?

Worker lifecycle management for story automation is required to drive tasks through distinct stages. The pipeline orchestrator manages dedicated workers for task creation, validation, execution, and quality gating, ensuring each story processes autonomously without manual intervention between stages.