ln-1000-pipeline-orchestrator

Orchestrate a single story pipeline from planning to QA with Claude Code Agent Teams.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/0xtaoist/taogate --skill ln-1000-pipeline-orchestrator-0xtaoist
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ln-1000-pipeline-orchestrator
Source: https://github.com/0xtaoist/taogate/tree/main/ln-1000-pipeline-orchestrator
Command: npx skills add https://github.com/0xtaoist/taogate --skill ln-1000-pipeline-orchestrator-0xtaoist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the end-to-end orchestration of a single kanban/story pipeline, ensuring a chosen Story passes through planning, validation, execution, and QA with automated reporting.

Core Features & Use Cases

  • Auto-discovers stories from the kanban board and lets you pick one to process.
  • Spawns stage-specific workers to perform ln-300, ln-310, ln-400, and ln-500 with isolated worktrees.
  • Generates a comprehensive pipeline report, branch name, and git stats, and handles retries and escalation on failures.

Quick Start

Select a Story from the Kanban board and run ln-1000 to orchestrate its complete pipeline from planning to QA.

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 an end-to-end story pipeline from backlog to done?▼

Automate an end-to-end story pipeline by selecting a story from your kanban board and running a single orchestrator to handle task planning, validation, execution, and quality gate verification automatically.

How does agent orchestration work for isolated worktree setup?▼

Agent orchestration works by spawning stage-specific workers to perform planning, validation, execution, and QA tasks using isolated git worktrees, ensuring branch isolation throughout the pipeline phases.

Can I recover a crashed pipeline without restarting the entire workflow?▼

Yes, crashed pipeline recovery is possible using the Phase 0-6 protocol, which handles retries and escalation on failures to resume the workflow without restarting from the beginning.

Does the pipeline orchestrator generate reports with git stats and branch names?▼

Yes, the pipeline orchestrator generates a comprehensive pipeline report that includes the branch name, git statistics, and execution results after the story workflow completes.