nw-fast-forward

Execute remaining NW waves sequentially with artifact verification and failure guidance.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates advancing through the remaining NW waves end-to-end, eliminating manual per-wave reviews.

Core Features & Use Cases

  • Detects current progress and derives the fastest remaining wave sequence.
  • Executes DISCUSS → DESIGN → DEVOPS → DISTILL → DELIVER sequentially with a single confirmation.
  • Supports starting from a specified wave via --from and validates prerequisites before execution.
  • Verifies output artifacts between waves and handles failures with clear guidance to continue.

Quick Start

Run the /nw-fast-forward command with an optional feature description to fast-forward all remaining waves from the current state.

Frequently Asked Questions about nw-fast-forward

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

FAQPage Schema
How do I automate product management waves to run end-to-end without pausing?▼

Automating product management waves end-to-end requires a tool that executes the DISCUSS, DESIGN, DEVOPS, DISTILL, and DELIVER phases sequentially. This skill handles that workflow automatically with a single confirmation, verifying artifacts between each wave.

Can I resume a workflow from a specific wave if my pipeline was interrupted?▼

Yes, you can resume a workflow from a specific wave using the --from flag. The system validates prerequisites before execution, ensuring the remaining waves run sequentially from your specified starting point.

What happens if artifact verification fails between sequential workflow waves?▼

When artifact verification fails between sequential workflow waves, the automation halts and provides clear guidance to use the /nw-continue command. This ensures you can address the failure before advancing further.

How does automated wave progression detect current pipeline progress?▼

Automated wave progression detects current pipeline progress by analyzing existing artifacts and state. It then derives the fastest remaining wave sequence, allowing you to fast-forward all remaining waves from the current state.

Do I need to manually review output artifacts between each wave in an automated pipeline?▼

No, you do not need to manually review output artifacts between waves in an automated pipeline. The system verifies output artifacts automatically between each wave, enforcing sequential execution and reporting a completion status when finished.