Skip to main content

Modern CLI installer for nwave with rich terminal UI

Project description

nWave

AI agents that guide you from idea to working code — with you in control at every step.

nWave runs inside Claude Code. You describe what to build. Specialized agents handle requirements, architecture, test design, and implementation. You review and approve at each stage.

Quick Start

1. Install (in your terminal — not inside Claude Code):

pipx install nwave-ai
nwave-ai install

No repository clone needed. This installs nWave from PyPI and sets up agents and commands in ~/.claude/.

Don't have pipx? Install it first: pip install pipx && pipx ensurepath, then restart your terminal. pipx docs. Windows users: Use WSL, not cmd.exe or PowerShell. Install WSL first: wsl --install

Full setup details: Installation Guide

Staying updated — nWave checks for new versions when you open Claude Code. When an update is available, you'll see a note in Claude's context with the version and what changed. To update, run two commands in your terminal: pip install --upgrade nwave-ai (pulls the new package), then nwave-ai install (deploys the new framework files). To control check frequency: set update_check.frequency in ~/.nwave/des-config.json (daily / weekly / every_session / never).

2. Use (inside Claude Code, after reopening it):

/nw:discuss "user login with email and password"   # Requirements
/nw:design --architecture=hexagonal                 # Architecture
/nw:distill "user-login"                            # Acceptance tests
/nw:deliver                                         # TDD implementation

Four commands. Four human checkpoints. One working feature.

Full walkthrough: Your First Feature

Control Your Token Spend — Without Sacrificing Quality

nWave enforces proven engineering practices — TDD, peer review, mutation testing — at every step. /nw:rigor lets you scale the depth of those practices to match the stakes of your work. A config tweak doesn't need the same investment as a security-critical feature. You pick the profile; nWave enforces it everywhere.

/nw:rigor                    # Interactive: compare profiles, pick one
/nw:rigor lean               # Quick switch: apply immediately
/nw:rigor custom             # Build your own: choose each setting
Profile Agent Reviewer Review TDD Mutation Est. Cost When to Use
lean haiku -- no R→G no lowest Spikes, config, docs
standard sonnet haiku single full 5-phase no moderate Most work
thorough opus sonnet double full 5-phase no higher Critical features
exhaustive opus opus double full 5-phase ≥80% kill highest Production core
custom you choose you choose you choose you choose you choose depends Your exact combo
inherit yours haiku single full 5-phase no varies You pick the model

Pick once — it persists across sessions. Change anytime. Every /nw:deliver, /nw:design, /nw:review respects your choice automatically. Need a combination no preset covers? /nw:rigor custom walks you through each setting.

/nw:rigor lean        # prototype fast
/nw:deliver           # haiku crafter, no review, RED→GREEN only
/nw:rigor standard    # ready to ship — bump up
/nw:deliver           # sonnet crafter, haiku reviewer, full TDD

Understanding DES Messages

DES is nWave's quality enforcement layer — it monitors every agent Task invocation during feature delivery to prevent unbounded execution, enforce TDD discipline, and protect accidental edits. Most DES messages are normal enforcement, not errors. They appear when agents skip required safety checks or when your code contains patterns that look like step execution.

Message What It Means What To Do
MISSING_MAX_TURNS Task invocation forgot to set max_turns parameter. Add max_turns=30 (or appropriate value) to the Task call. Recommended: 15 (quick), 25 (background), 30 (standard), 35 (research).
DES_MARKERS_MISSING Task prompt mentions a step ID (01-01 pattern) but lacks DES markers. Either: add DES markers for step execution, OR add <!-- DES-ENFORCEMENT : exempt --> comment if it's not actually step work.
Source write blocked You tried to edit a file during active /nw:deliver outside a DES task. Edit requests must go through the active deliver session. If you need to make changes, finalize the current session first.
TDD phase incomplete Sub-agent returned without finishing all required TDD phases. Re-dispatch the same agent to complete missing phases (typically COMMIT or refactoring steps).
nWave update available SessionStart detected a newer version available. Optional. Run nwave-ai install when ready to upgrade, or dismiss and continue working.
False positive blocks Your prompt accidentally matches step-ID pattern (e.g., dates like "2026-02-09"). Add <!-- DES-ENFORCEMENT : exempt --> comment to exempt the Task from step-ID enforcement.

These messages protect code quality but never prevent your work — they guide you toward the safe path.

How It Works

  machine        human         machine        human         machine
    │              │              │              │              │
    ▼              ▼              ▼              ▼              ▼
  Agent ──→ Documentation ──→ Review ──→ Decision ──→ Agent ──→ ...
 generates    artifacts      validates   approves    continues

Each wave produces artifacts that you review before the next wave begins. The machine never runs unsupervised end-to-end.

The full workflow has six waves. Use all six for greenfield projects, or jump straight to /nw:deliver for brownfield work.

Wave Command Agent Produces
DISCOVER /nw:discover product-discoverer Market validation
DISCUSS /nw:discuss product-owner Requirements
DESIGN /nw:design solution-architect Architecture + ADRs
DEVOPS /nw:devops platform-architect Infrastructure readiness
DISTILL /nw:distill acceptance-designer Given-When-Then tests
DELIVER /nw:deliver software-crafter Working implementation

22 agents total: 6 wave agents, 5 cross-wave specialists, 11 peer reviewers. Full list: Commands Reference

Documentation

Getting Started

Guides & Reference

Community

License

MIT — see LICENSE for details.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nwave_ai-1.1.27rc2.tar.gz (2.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nwave_ai-1.1.27rc2-py3-none-any.whl (929.7 kB view details)

Uploaded Python 3

File details

Details for the file nwave_ai-1.1.27rc2.tar.gz.

File metadata

  • Download URL: nwave_ai-1.1.27rc2.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for nwave_ai-1.1.27rc2.tar.gz
Algorithm Hash digest
SHA256 c5e9780cb6d59052acc823a1b4231d40c11ea75743f239eed41a102942c67fbd
MD5 b494f071574d78f91265390c98e97a47
BLAKE2b-256 304d7c9b770b14189f14de46c2738af2c80cd2401b0859ac14682a13008f08b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for nwave_ai-1.1.27rc2.tar.gz:

Publisher: release-rc.yml on nWave-ai/nwave-dev

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nwave_ai-1.1.27rc2-py3-none-any.whl.

File metadata

  • Download URL: nwave_ai-1.1.27rc2-py3-none-any.whl
  • Upload date:
  • Size: 929.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for nwave_ai-1.1.27rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 8cb662148460015ae84c327affd7018cb35d19c0a571ce3688ce843fec383344
MD5 70ab3d508c120b1c233be85ccade4ff5
BLAKE2b-256 f1ba6bcfa79046c9e4f375d68d2c51523b090ea6ee052e055e7cc2ef78a2d6d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for nwave_ai-1.1.27rc2-py3-none-any.whl:

Publisher: release-rc.yml on nWave-ai/nwave-dev

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page