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.