shipping-and-launch

Generate a structured pre-deploy ship plan for Spring Boot 4 features.

50|7|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/loiane/specs-driven-development-spring-angular --skill shipping-and-launch-loiane
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shipping-and-launch
Source: https://github.com/loiane/specs-driven-development-spring-angular/tree/main/.windsurf/skills/shipping-and-launch
Command: npx skills add https://github.com/loiane/specs-driven-development-spring-angular --skill shipping-and-launch-loiane

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-deploy hygiene for Spring Boot 4 features by coordinating gates, formalizing a rollback plan, and signing off on observability, release notes, and rollout staging. It yields a ready-to-execute ship plan that a human approves and implements.

Core Features & Use Cases

  • Gate verification for pre-ship checks (Validation, Code Review, Open Questions, Baseline, and Diff Scope) to prevent unplanned shipping.
  • Auto-generation of a ship plan artifact from the ship-plan template, including a detailed rollout and rollback strategy.
  • Observability sign-off with metrics, logs, and dashboard references to ensure visibility after deployment.
  • Release notes generation to communicate changes to users and stakeholders.
  • Rollout planning with staged canary canaries and explicit abort/rollback criteria.
  • Works for brownfield and greenfield repos adopting the toolkit; provides structured guidance prior to release.

Quick Start

Run the windsurf ship workflow after code review to generate a complete ship plan for the feature.

Frequently Asked Questions about shipping-and-launch

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

FAQPage Schema
How do I create a pre-deploy ship plan for a Spring Boot 4 feature?

A pre-deploy ship plan coordinates gates, rollback, observability, and release notes for Spring Boot 4 features. It generates a ready-to-execute ship plan artifact with staged rollout and abort criteria for human approval.

Can I generate a staged rollout and rollback strategy for both brownfield and greenfield projects?

Yes, the structured pre-ship plan applies to both brownfield and greenfield projects. It formalizes a documented rollback strategy and staged canary rollout plan with explicit abort criteria before shipping.

What pre-ship gate verification checks are required before rollout?

Pre-ship gate verification checks Validation, Code Review, Open Questions, Baseline, and Diff Scope. It enforces green status across all gates to prevent unplanned shipping of features.

How do I complete observability sign-off before deploying?

Observability sign-off requires documenting metrics, logs, and dashboard references to ensure visibility after deployment. It verifies monitoring is configured before the staged rollout begins.

What is the best way to generate release notes during the ship workflow?

Release notes generation communicates changes to users and stakeholders during the ship workflow. It is produced automatically from the ship plan template alongside rollout and observability artifacts.

When should I run the ship workflow to get a complete release plan?

Run the ship workflow after code review to generate a complete release plan. This ensures all pre-deploy hygiene, including gate verification and rollback documentation, is finalized before shipping.