mcpbeat Sign in

Nw Fast Forward Skill for Claude

Fast-forwards through remaining waves end-to-end without stopping for review between waves.

1k tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
588
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/nWave-ai/nWave --skill nw-fast-forward

What it tells the agent to use

found in the instruction text
Task spawns other agents

The instruction itself

18 sections, as written by the author

NW-FAST-FORWARD: Fast-Forward

Wave: CROSS_WAVE (entry point) | Agent: Main Instance (self — orchestrator) | Command: /nw-fast-forward

Overview

Chains remaining waves end-to-end after single user confirmation. Detects current progress (like /nw-continue), shows planned sequence, runs each wave automatically — DISCUSS > DESIGN > DEVOPS > DISTILL > DELIVER — without stopping between waves.

You (main Claude instance) run this orchestration directly. Each wave invoked by reading its task file.

DISCOVER skipped by default — requires interactive customer interview data that cannot be auto-generated. Use --from=discover to include.

Behavior Flow

Step 1: Input Parsing

Accept: feature description (new project)|--from flag with optional feature ID|no arguments (auto-detect from docs/feature/)

Step 2: Project Resolution

New project (description provided): Derive feature ID per ~/.claude/nWave/skills/common/wizard-shared-rules.md (Feature ID Derivation). Show derived ID, allow override via AskUserQuestion. Create docs/feature/{feature-id}/.

Existing project (no description): Scan docs/feature/ (same as /nw-continue Step 1-2). If multiple, ask user to select.

Step 3: Detect Current Progress

Check wave artifacts using Wave Detection Rules in ~/.claude/nWave/skills/common/wizard-shared-rules.md.

Step 4: Determine Wave Sequence

Default order (DISCOVER skipped): DISCUSS > DESIGN > DEVOPS > DISTILL > DELIVER

With --from flag: Validate prerequisite artifacts exist. If missing: "Cannot start from {wave} — {missing} artifacts missing. Run /nw-continue to fill the gap." Start from specified wave.

Without --from: Find first incomplete wave, start from there.

Step 5: Show Plan and Confirm

Feature: {feature-id}

  Fast-forward plan:
    1. DISCUSS  — Define requirements and user stories
    2. DESIGN   — Architecture and technology selection
    3. DEVOPS   — Platform and infrastructure readiness
    4. DISTILL  — Acceptance tests (Given-When-Then)
    5. DELIVER  — TDD implementation

  This will run all 5 waves without stopping for review.

If some waves complete, show as skipped:

  Fast-forward plan:
    ✓ DISCUSS  — complete
    ✓ DESIGN   — complete
    1. DEVOPS   — Platform and infrastructure readiness
    2. DISTILL  — Acceptance tests (Given-When-Then)
    3. DELIVER  — TDD implementation

  3 waves will execute without stopping.

One-time confirmation via AskUserQuestion.

Step 6: Sequential Execution

For each wave:

  • Read task file (nWave/tasks/nw/{wave}.md)
  • Follow instructions — invoke appropriate agent via Task tool
  • Wait for completion
  • Verify output artifacts exist (wave detection rules)
  • Missing artifacts after wave = failure
  • Proceed to next wave

Between waves show brief status:

✓ DISCUSS complete — user-stories.md, story-map.md created
  Starting DESIGN...

Step 7: Failure Handling

If any wave fails:

  • Stop immediately — do not proceed
  • Show error:
   ✗ {WAVE} failed
     Error: [details]
     Progress saved. Run /nw-continue to resume from {WAVE}.
  • Suggest /nw-continue for manual resume
  • Do NOT retry automatically

Step 8: Completion

✓ Fast-forward complete for {feature-id}

  DISCUSS   ● complete
  DESIGN    ● complete
  DEVOPS    ● complete
  DISTILL   ● complete
  DELIVER   ● complete

  All acceptance tests pass. Feature is ready.

Error Handling

| Error | Response |

|-------|----------|

| No description and no existing projects | Suggest /nw-new |

| --from with missing prerequisites | List missing artifacts, refuse |

| Wave failure mid-pipeline | Stop, show error, suggest /nw-continue |

| Artifact verification fails after wave | Treat as wave failure |

| Name conflict on new project | Same as /nw-new conflict handling |

Success Criteria

  • [ ] Project resolved (new or existing)
  • [ ] Current progress detected accurately
  • [ ] Planned wave sequence shown to user
  • [ ] User confirmed one-time before execution
  • [ ] Each wave executed in sequence
  • [ ] Output artifacts verified between waves
  • [ ] Failure stops pipeline with clear error and /nw-continue suggestion
  • [ ] Completion summary shown

Examples

Example 1: Full fast-forward from scratch

/nw-fast-forward "Upgrade authentication to OAuth2"

Wizard derives oauth2-upgrade, detects no prior artifacts, shows plan: DISCUSS > DESIGN > DEVOPS > DISTILL > DELIVER. User confirms. All 5 waves execute in sequence.

Example 2: Fast-forward from mid-pipeline

/nw-fast-forward

Wizard finds notification-service with DISCUSS complete. Shows plan: DESIGN > DEVOPS > DISTILL > DELIVER. User confirms. 4 waves execute.

Example 3: Fast-forward with --from flag

/nw-fast-forward --from=distill rate-limiting

Wizard validates DESIGN artifacts exist for rate-limiting. Shows plan: DISTILL > DELIVER. User confirms. 2 waves execute.

Example 4: Fast-forward with failure

/nw-fast-forward "Add payment processing"

DISCUSS succeeds, DESIGN succeeds, DEVOPS fails. Pipeline stops. Shows error and suggests /nw-continue to resume from DEVOPS.

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take nwave-ai/nw-fast-forward from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.