nw-deliver-orchestration

Automate DELIVER wave orchestration across nine phases with state tracking and quality gates.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/StudentCristian/nWave-github --skill nw-deliver-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nw-deliver-orchestration
Source: https://github.com/StudentCristian/nWave-github/tree/main/.github/skills/nw-deliver-orchestration
Command: npx skills add https://github.com/StudentCristian/nWave-github --skill nw-deliver-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The DELIVER workflow automates a multi-phase feature orchestration, enabling reliable end-to-end delivery with robust state tracking, smart skip logic, retries, and governance.

Core Features & Use Cases

  • End-to-end wave lifecycle orchestration across 9 phases from baseline to finalization.
  • Smart skip logic based on existing artifacts and validation status.
  • State persistence for resume after failures and clear governance through reviews and quality gates.

Quick Start

Run the deliver workflow by describing the feature, e.g., deliver Implement user authentication with JWT tokens.

Frequently Asked Questions about nw-deliver-orchestration

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

FAQPage Schema
How do I automate end-to-end feature delivery orchestration across multiple phases?

Workflow orchestration automates end-to-end feature delivery across nine phases from baseline to finalization. It uses state tracking, smart skip logic, retries, and quality gate enforcement to ensure deterministic delivery and auditable progress.

What is state tracking and how does resume after failure work in delivery workflows?

State tracking in delivery workflows persists progress across phases, enabling resume after failure. It records validation status and existing artifacts, allowing the orchestration to restart from the exact point of failure without repeating completed steps.

How do I start a deliver workflow for a new feature?

To start a deliver workflow, describe the feature task such as implementing user authentication. The orchestration begins at the baseline phase, automatically progressing through nine phases while enforcing reviews and quality gates.

How does smart skip logic handle existing artifacts during workflow orchestration?

Smart skip logic evaluates existing artifacts and validation status during workflow orchestration. If a phase artifact is already present and valid, the orchestrator bypasses redundant processing, optimizing the delivery lifecycle.

Do I need specific dependencies to run deliver wave orchestration?

No specific dependencies are required to run deliver wave orchestration. The skill operates independently, relying on its internal state persistence, retry mechanisms, and quality gate validation to manage the feature lifecycle.

When should I enforce quality gates and reviews in a delivery workflow?

Quality gates and reviews should be enforced during the delivery workflow to ensure deterministic feature output. They validate artifacts at phase boundaries, preventing progression until governance and validation requirements are met.