CLAUDE.md — nWave Developer Experience System
Description
CLAUDE.md — nWave Developer Experience System agent
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for nWave-ai/nWave, shared by 2 entries
in this directory. It describes the repository, not this entry specifically.
CLAUDE.md — nWave Developer Experience System
What is nWave?
nWave is an AI-powered workflow framework that orchestrates specialized Claude AI agents through disciplined software development waves. It runs inside Claude Code, enforcing TDD, phase tracking, and deterministic validation at every step.
**Core mission**: Replace ad-hoc AI coding with a structured, auditable, wave-based methodology — from discovery to deployment.
**Two packages**:
nwave(this repo, private) — development, full source, CI/CDnwave-ai(public, PyPI vianwave-ai/nwaverepo) — installer CLI for end users
Project Structure
nWave-dev/
├── nWave/ # Framework definition (agents, commands, skills, templates)
│ ├── agents/ # 23 agent specifications (YAML frontmatter + markdown)
│ ├── tasks/nw/ # 21 slash command definitions (/nw-deliver, /nw-design, etc.)
│ ├── skills/ # 98 agent skill files (deep domain knowledge)
│ ├── templates/ # Methodology templates (TDD schema, pre-commit, README)
│ ├── data/ # Configuration data, methodologies, research references
│ ├── hooks/ # Agent lifecycle hooks
│ ├── framework-catalog.yaml # Central metadata registry (agents, commands, quality gates)
│ └── VERSION # Framework version (synced from pyproject.toml)
│
├── src/des/ # DES runtime (Deterministic Execution System)
│ ├── domain/ # Business logic (phase events, turn counter, timeout, policies)
│ ├── application/ # Use cases (orchestrator, validators, services)
│ ├── ports/ # Interfaces (driver + driven ports)
│ └── adapters/ # Implementations (hooks, filesystem, config, logging, git)
│
├── nwave_ai/ # Public CLI package (thin wrapper)
│ └── cli.py # Entry: install, uninstall, version commands
│
├── scripts/
│ ├── install/ # Installation pipeline
│ │ ├── plugins/ # Plugin system (agents, commands, DES, skills, templates, utilities)
│ │ ├── install_nwave.py # Main installer orchestrator
│ │ ├── preflight_checker.py
│ │ └── installation_verifier.py
│ ├── hooks/ # Pre-commit hook scripts (all Python, zero shell)
│ ├── framework/ # Build utilities (sync names, create tarballs, docgen)
│ ├── validation/ # YAML & frontmatter validators
│ └── build_dist.py # Distribution builder
│
├── tests/ # 5-layer test suite
│ ├── des/ # DES tests (unit/, integration/, acceptance/, e2e/)
│ ├── installer/ # Installer tests (unit/, acceptance/, e2e/)
│ ├── plugins/ # Plugin system tests
│ ├── bugs/ # Regression tests
│ ├── build/ # Build script tests
│ └── conftest.py # Root fixtures, auto-marking by directory
│
├── docs/
│ ├── guides/
Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Development Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.