sl:ship

Execute plan phases with progress tracking and quality gates in Solon workflows.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/HuynhHoangPhuc/solon --skill sl-ship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sl:ship
Source: https://github.com/HuynhHoangPhuc/solon/tree/main/plugins/solon-core/skills/ship
Command: npx skills add https://github.com/HuynhHoangPhuc/solon --skill sl-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates end-to-end plan execution across plan phases, ensuring visibility, progress tracking, and quality gates to prevent drift.

Core Features & Use Cases

  • End-to-end plan orchestration: resolve, hydrate, execute, and review in dependency order.
  • Quality gates & automation: supports auto-approval, parallel execution, and post-phase validation.
  • Use Case: Orchestrate multi-phase releases within Solon workflows, providing ownership and reporting.

Quick Start

Run the ship workflow on your resolved plan directory to execute all phases with progress tracking and quality gates.

Frequently Asked Questions about sl:ship

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

FAQPage Schema
How do I automate multi-phase plan execution with quality gates?

You can automate multi-phase plan execution by orchestrating plan resolution, hydration, execution, and review phases in dependency order. This workflow applies post-phase validation gates to prevent drift and ensure visibility across the entire release cycle.

What is the best way to prevent plan drift during end-to-end workflow orchestration?

The best way to prevent plan drift is to enforce quality gates after each execution phase. By validating progress against the resolved plan before moving to the next dependency, you ensure the workflow stays aligned with the original specifications.

Can I run plan phases in parallel and automate the approval process?

Yes, you can run plan phases in parallel and automate approvals. The workflow supports auto-approval, parallel execution, and a no-test mode, allowing you to speed up orchestration while maintaining post-phase validation checks.

How do I track progress when coordinating complex release phases?

You can track progress by integrating plan files with task tracking during execution. The workflow coordinates each phase, providing visibility and reporting on ownership to ensure every step of the release is monitored and validated.

When should I use parallel execution mode for plan orchestration?

You should use parallel execution mode when you need to speed up multi-phase releases across independent tasks. It allows multiple phases to run concurrently while still applying quality gates, ensuring that dependency order is respected and drift is prevented.