pipeline

Automate software delivery by classifying work and coordinating Build, Review, and Deploy phases.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/paulingham/.claude --skill pipeline-paulingham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline
Source: https://github.com/paulingham/.claude/tree/main/skills/pipeline
Command: npx skills add https://github.com/paulingham/.claude --skill pipeline-paulingham

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides autonomous orchestration for software delivery, classifying work, determining pipeline phases, and tracking state so teams can focus on delivering features rather than manual coordination.

Core Features & Use Cases

  • Classify work types and dispatch appropriate pipeline flows (feature, bug fix, refactor, spike).
  • Drive sequential phases (Plan, Build, Review, Final Gate, Ship, Deploy, Reflect) with stateful tracking and rollback handling.
  • Support smart gating, multi-repo awareness, scaffolding, and telemetry to improve future runs.

Quick Start

Provide a task description and let the pipeline orchestrator drive it through intake, planning, building, reviewing, and shipping.

Frequently Asked Questions about pipeline

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

FAQPage Schema
How do I automate end-to-end software delivery for feature development and bug fixes?

You can automate end-to-end software delivery by classifying work types like feature development or bug fixes, which then triggers sequential pipeline phases including Plan, Build, Review, and Deploy with stateful tracking.

What is the best way to orchestrate deployment pipelines for refactoring tasks?

Orchestrating deployment pipelines for refactoring involves classifying the work type to dispatch appropriate flows, driving phased execution from planning to shipping, and managing state via a central pipeline.md file.

How does pipeline state management handle failures during the build and review phases?

Pipeline state management handles failures during build and review phases through built-in recovery loops, ensuring robust delivery by applying pre-flight checks and governance hooks before progressing to deployment.

Can I use agent-driven orchestration to coordinate multi-repo software deployments?

Yes, you can use agent-driven orchestration to coordinate multi-repo software deployments, applying smart gating and multi-repo awareness to manage state and ensure auditable delivery across repositories.

What are the limitations of autonomous pipeline orchestration for complex workflows?

Autonomous pipeline orchestration for complex workflows requires strict adherence to phased execution and pre-flight checks, limiting ad-hoc modifications while enforcing governance hooks to maintain auditable delivery.