ln-1000-pipeline-orchestrator

Solid

Drives a Story through full pipeline (tasks, validation, execution, quality). Use when executing a Story end-to-end from kanban board.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. **Type:** L1 Orchestrator **Category:** 1000 Pipeline # Pipeline Orchestrator Drives a selected Story through the full pipeline (task planning -> validation -> execution -> quality gate) by invoking coordinators as Skill() calls in a single context and advancing from coordinator stage artifacts. ## Purpose & Scope - Parse kanban board and show available Stories for user selection - Ask business questions in ONE batch before execution; make technical decisions autonomously - Drive selected Story through 4 stages: ln-300 -> ln-310 -> ln-400 -> ln-500 - Write stage notes + checkpoints after each stage for reporting and recovery - Handle failures, retries, rework cycles, and escalation to user - Generate pipeline report with branch name, git stats, agent review info ## Hierarchy ``` L0: ln-1000-pipeline-orchestrator (sequential Skill calls, single context) +-- Skill("ln-300") — task decomposition (internally manages stateful task-plan workers) +-- Skill("ln-310") — validation (internally launches Codex/Gemini agents) +-- Skill("ln-400") — execution (internally dispatches stateful task workers) +-- Skill("ln-500") — quality gate (internally ru...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category