dev-pipeline

Orchestrate software development pipelines from planning to reporting with resumable checkpoints.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/nok0321/claude-pipeline --skill dev-pipeline-nok0321
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-pipeline
Source: https://github.com/nok0321/claude-pipeline/tree/main/skills/dev-pipeline
Command: npx skills add https://github.com/nok0321/claude-pipeline --skill dev-pipeline-nok0321

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Dev Pipeline Skill enables autonomous orchestration of end-to-end software development workflows, reducing manual intervention.

Core Features & Use Cases

  • Orchestrates planning, design, implementation, testing, and reporting across phases.
  • Delegates heavy-lifting to sub-skills via Agent tools for scalability and resilience.
  • Use case: A team wants to spin up a full pipeline for a new feature with minimal human input.

Quick Start

Start a new pipeline with /dev-pipeline <task-description> to initiate planning and orchestration.

Frequently Asked Questions about dev-pipeline

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

FAQPage Schema
How do I automate an end-to-end software development pipeline with minimal manual intervention?

End-to-end pipeline automation is achieved by delegating phases like planning and testing to specialized sub-skills via an Agent-based framework. This enables asynchronous execution with state-tracking, resumable checkpoints, and a safety gate at Phase 0.

How does pipeline state tracking work if an autonomous orchestration process is interrupted?

Pipeline state tracking uses a PIPELINE-STATE.md file to monitor progress and enable recovery. If an interrupted process resumes, it uses these resumable checkpoints to restore the workflow without losing prior phase execution data.

Can I orchestrate design and implementation phases asynchronously for a new feature?

Yes, you can orchestrate design and implementation phases asynchronously. The pipeline delegates heavy-lifting tasks to sub-skills via Agent tools, allowing scalable and resilient execution across planning, design, testing, and reporting.

What is the best way to start an autonomous development pipeline for a new task?

To start an autonomous development pipeline, initiate the command with your specific task description. This triggers the planning phase and automatically orchestrates subsequent phases while enforcing a safety gate at Phase 0.

Does autonomous pipeline orchestration require a safety check before execution?

Yes, autonomous pipeline orchestration enforces a mandatory safety gate at Phase 0 before delegating any tasks. This safety check ensures the workflow meets required boundaries prior to initiating sub-skills for implementation.

Why use sub-skills and an Agent framework for software development orchestration?

Using sub-skills via an Agent framework provides scalability and resilience for software development orchestration. It minimizes user involvement by delegating heavy-lifting operations asynchronously while maintaining resumable checkpoints for recovery.