ship-phase

Execute and validate a single plan phase with quality gates and audits.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hemant0510/rwa --skill ship-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship-phase
Source: https://github.com/hemant0510/rwa/tree/main/.claude/Skills/ship-phase
Command: npx skills add https://github.com/hemant0510/rwa --skill ship-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate end-to-end execution of a single plan phase to guarantee phase deliverables, tests, and final status reporting, reducing manual coordination and drift.

Core Features & Use Cases

  • End-to-end phase execution: implement, validate, and report on one phase per run.
  • Stage-based workflow: IMPLEMENT, QUALITY GATE, BUILD CHECK, and AUDIT with enforced sequencing.
  • Plan-scoped safety: one phase per invocation for controlled rollouts and easy rollback.
  • Automatic reporting: generates a ship status and audit results to close the loop.

Quick Start

Invoke the command with a plan file and phase number to ship a single phase end-to-end.

Frequently Asked Questions about ship-phase

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

FAQPage Schema
How do I execute a single plan phase end-to-end with automated quality gates?

To execute a plan phase end-to-end, invoke the process with a plan file and phase number. It automatically sequences implementation, lint/tests, optional builds, and a final 7-category audit to validate deliverables and generate status reporting.

What is a stage-based workflow for shipping plan phases and reducing manual drift?

A stage-based workflow for shipping phases enforces sequenced execution across IMPLEMENT, QUALITY GATE, BUILD CHECK, and AUDIT stages. This controlled rollout mechanism ensures phase deliverables are validated automatically, reducing manual coordination and drift.

Can I run multiple plan phases in a single invocation for faster rollouts?

No, you cannot run multiple phases in a single invocation. The process is plan-scoped for safety, executing and validating exactly one phase per run to ensure controlled rollouts and easy rollback for each phase.

Do I need a specific plan file format to trigger phase implementation and audits?

You need to provide a plan file and a phase number as inputs to trigger implementation. The process uses these inputs to coordinate the end-to-end execution, running lint/tests, optional builds, and a final 7-category audit to close the loop.

What's the best way to validate phase deliverables and generate a ship status report?

The best way to validate deliverables is using an automated end-to-end phase execution process. It implements the phase, enforces quality gates, runs builds, performs a 7-category audit, and automatically generates a ship status report with audit results.

Why does my phase execution fail before reaching the final audit stage?

Phase execution fails before the audit stage if preceding quality gates or build checks are not passed. The workflow enforces strict sequencing across IMPLEMENT, QUALITY GATE, and BUILD CHECK stages, ensuring only validated phases reach the final 7-category audit.