ship-sdlc

Chain planning, execution, review, and release tasks into a single workflow.

6|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/rnagrodzki/sdlc-marketplace --skill ship-sdlc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship-sdlc
Source: https://github.com/rnagrodzki/sdlc-marketplace/tree/main/plugins/sdlc-utilities/skills/ship-sdlc
Command: npx skills add https://github.com/rnagrodzki/sdlc-marketplace --skill ship-sdlc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate end-to-end feature shipping by chaining planning, execution, verification, and release tasks into a single, repeatable flow.

Core Features & Use Cases

  • Chains six sub-skills (execute, commit, review, received-review, version, pr) into a single flow.
  • Supports --auto, --skip, and conditional review-fix loops to handle real-world variabilities.
  • Enables OpenSpec integration and automated PR and tagging workflows.

Quick Start

Command the ship-sdlc workflow to execute a plan, commit changes, review automatically, and open a PR in one pass.

Frequently Asked Questions about ship-sdlc

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

FAQPage Schema
How do I automate the software development lifecycle from planning to pull request creation?

Automating the software development lifecycle involves chaining planning, execution, verification, and release tasks into a single, repeatable flow. This workflow coordinates commits, automated reviews, versioning, and PR creation in one pass.

Can I automate code reviews and apply received feedback in a continuous pipeline?

Automating code reviews within a continuous pipeline is supported through conditional review-fix loops. The workflow coordinates automated reviews and processes received feedback to handle real-world variabilities before opening a pull request.

Does the ship-sdlc workflow support CLI flags for skipping stages or running in auto mode?

The workflow supports CLI flags including --auto and --skip to handle real-world variabilities. These flags allow resumable runs and config-driven defaults to control the automated pipeline from plan acceptance to PR creation.

How do I integrate OpenSpec with an automated feature shipping and versioning pipeline?

Integrating OpenSpec with an automated feature shipping pipeline enables automated PR and tagging workflows. The workflow chains planning and execution activities, applying OpenSpec integration to maintain a repeatable release process.

What is the best way to manage resumable runs in an end-to-end feature release pipeline?

Managing resumable runs in an end-to-end feature release pipeline requires state-tracking and config-driven defaults. The workflow coordinates sub-skills for execution, commit, review, and versioning to resume operations seamlessly.

When should I not use an automated end-to-end pipeline for feature shipping?

An automated end-to-end pipeline for feature shipping may not suit projects lacking a repeatable flow from plan acceptance to PR creation. It requires coordinating sub-skills for commits, versioning, and reviews, which may be excessive for simple changes.