pipeline-advance

Detect current work item stage and execute the next pipeline stage or approval gate.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the progression of a work item through a defined development pipeline, ensuring each stage is executed sequentially and approval gates are managed.

Core Features & Use Cases

  • Automated Stage Execution: Detects the current stage of a work item and triggers the next appropriate action, whether it's running a pipeline stage or managing an approval gate.
  • Approval Gate Management: Integrates with /pipeline-approve to handle human review checkpoints for architecture and gameplan stages.
  • Use Case: After a developer completes the implementation stage for a feature, running /pipeline-advance will automatically detect that the next step is QA planning and initiate that stage.

Quick Start

Use the pipeline advance skill to move the work item SN-3 to its next stage.

Frequently Asked Questions about pipeline-advance

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

FAQPage Schema
How do I automate workflow progression through development pipeline stages?

Automating workflow progression involves detecting the current work item status and triggering the next sequential stage automatically. This pipeline orchestration manages dependencies between stages and isolates execution within task agents for context management.

What is the best way to manage approval gates in an automated pipeline?

Managing approval gates in an automated pipeline requires integrating a separate approval skill to handle human review checkpoints. The orchestration detects when a work item reaches an architecture or gameplan stage and routes it to the approval workflow.

How does multi-stage pipeline orchestration handle dependencies between stages?

Multi-stage pipeline orchestration handles dependencies by evaluating the current work item status and executing subsequent stages sequentially. Each stage runs within isolated task agents to maintain context and prevent interference across the development workflow.

Can I trigger the next pipeline stage automatically after implementation is complete?

Yes, you can trigger the next pipeline stage automatically after implementation by detecting the completed work item status. The orchestration identifies the subsequent action, such as initiating QA planning, and executes it without manual intervention.

When do I need automated stage management for my development workflow?

You need automated stage management when a development pipeline requires sequential execution of stages with approval gates. It ensures work items progress correctly through architecture, gameplan, and implementation phases without manual stage tracking.

Do I need a separate skill to handle approval workflows in stage management?

Yes, a separate skill is required to handle approval workflows in stage management. The pipeline advancement logic detects approval checkpoints but delegates the actual human review process to a dedicated approval skill.