Skip to main content
Run any Skill in Manus
with one click
GitHub repository

nWave

nWave contains 145 collected skills from nWave-ai, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
145
Stars
566
updated
2026-06-27
Forks
57
Occupation coverage
9 occupation categories · 96% classified
repository explorer

Skills in this repository

nw-collaboration-and-handoffs
unclassified

Cross-agent collaboration protocols, workflow handoff patterns, and commit message formats for TDD/Mikado/refactoring workflows

2026-06-27
nw-deliver
unclassified

Orchestrates the full DELIVER wave end-to-end (roadmap > execute-all > finalize). Use when all prior waves are complete and the feature is ready for implementation.

2026-06-27
nw-distill
unclassified

Acceptance test creation methodology for the DISTILL wave. Domain knowledge for the acceptance designer agent: port-to-port principle, prior wave reading, wave-decision reconciliation, graceful degradation, and document back-propagation.

2026-06-27
nw-roadmap
unclassified

Creates a phased roadmap.json for a feature goal with acceptance criteria and TDD steps. Use when planning implementation steps before execution.

2026-06-27
nw-execute
unclassified

Dispatches one unit of DELIVER work to a specialized agent for TDD execution. Runs a single roadmap.json step through the TDD cycle.

2026-06-24
nw-tdd-methodology
unclassified

Deep knowledge for Outside-In TDD - double-loop architecture, ATDD integration, port-to-port testing, walking skeletons, and test doubles policy

2026-06-23
nw-update
software-developers

Queues a deferred self-update of nwave-ai. Writes a PendingUpdateFlag that the SessionStart hook replays on the next Claude Code launch, so the current session is not interrupted. Falls back to manual instructions when the package manager cannot be detected.

2026-06-15
nw-at-completeness-check
software-quality-assurance-analysts-and-testers

Canonical AT completeness gate — research-anchored 7-category taxonomy (C1-C7) + 15-item mechanical checklist. Paradigm-neutral. Drives acceptance-designer reviewer verdict deterministically.

2026-06-11
nw-buddy-project-reading
software-developers

How the nWave buddy agent reads a project to answer questions — detection, order of inspection, and citation discipline.

2026-06-11
nw-bugfix
software-developers

Bug fix workflow: root cause analysis → user review → regression test + fix via TDD

2026-06-11
nw-continue
software-developers

Detects current wave progress for a feature and resumes at the next step. Scans docs/feature/ for artifacts.

2026-06-11
nw-discuss
software-developers

Conducts Jobs-to-be-Done analysis, UX journey design, and requirements gathering through interactive discovery. Use when starting feature analysis, defining user stories, or creating acceptance criteria.

2026-06-11
nw-fast-forward
software-developers

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

2026-06-11
nw-finalize
software-developers

Archives a completed feature to docs/evolution/, migrates lasting artifacts to permanent directories, and cleans up the temporary workspace. Use after all implementation steps pass and mutation testing completes.

2026-06-11
nw-mutation-test
software-quality-assurance-analysts-and-testers

Runs feature-scoped mutation testing to validate test suite quality. Use after implementation to verify tests catch real bugs (kill rate >= 80%).

2026-06-11
nw-optimize-tests
software-quality-assurance-analysts-and-testers

Minimizes test count while preserving coverage. Detects byte-identical pairs, parametrize-inflation, language-guarantee tests, AST-shape tests, stale migration nets. Approval gate before any change.

2026-06-11
nw-review
software-quality-assurance-analysts-and-testers

Dispatches an expert reviewer agent to critique workflow artifacts. Use when a roadmap, implementation, or step needs quality review before proceeding.

2026-06-11
nw-root-why
software-developers

Root cause analysis and debugging

2026-06-11
nw-tdd-review-enforcement
software-quality-assurance-analysts-and-testers

Test design mandate enforcement, test budget validation, TDD phase validation (3-phase canon per ADR-025), and external validity checks for the software crafter reviewer

2026-06-11
nw-test-optimization
software-quality-assurance-analysts-and-testers

Methodology for minimizing test count while maximizing behavioral coverage - behavior definition, anti-pattern catalog, consolidation patterns, stopping criterion, coverage-preserving validation

2026-06-11
nw-buddy
computer-occupations-all-other

nWave concierge — ask any question about methodology, project state, commands, migration, or troubleshooting. Read-only, contextual answers.

2026-06-09
nw-density-resolution-contract
software-developers

Shared density-resolution contract for wave skills. Canonical detail on the D12 cascade, density resolver call, ad-hoc override workflow, and DocumentationDensityEvent telemetry emission. Referenced from nw-discover / nw-discuss / nw-design / nw-devops / nw-distill / nw-deliver.

2026-06-09
nw-design
software-developers

Designs system architecture with C4 diagrams and technology selection. Routes to the right architect based on design scope (system, domain, application, or full stack). Two interaction modes: guide (collaborative Q&A) or propose (architect presents options with trade-offs).

2026-06-09
nw-devops
network-and-computer-systems-administrators

Designs CI/CD pipelines, infrastructure, observability, and deployment strategy. Use when preparing platform readiness for a feature.

2026-06-09
nw-property-based-testing
software-quality-assurance-analysts-and-testers

Property-based testing strategies, mutation testing, shrinking, and combined PBT+mutation workflow for test quality validation

2026-06-09
nw-refactor
software-developers

Applies the Refactoring Priority Premise (RPP) levels L1-L6 for systematic code refactoring. Use when improving code quality through structured refactoring passes.

2026-06-09
nw-roadmap-design
software-developers

Roadmap concision rules, step decomposition efficiency, AC abstraction guidelines, and step-to-scenario mapping. Load when creating implementation roadmaps.

2026-06-09
nw-speculative-dispatch
software-developers

Speculative parallel implementation methodology — dispatch N candidate implementations, audit all, score, pick best. Auditability mandate: ALL candidates logged (not just winner).

2026-06-09
nw-spike-methodology
software-developers

Teaches agents how to run a timeboxed spike - throwaway code that validates one assumption before DESIGN

2026-06-09
nw-tdd-cross-language
software-developers

Port the state-delta + property-based testing paradigm to languages other than Python. DIY recipes per language; canonical Python ref shipped in nwave_ai.state_delta.

2026-06-09
nw-test-design-mandates
software-quality-assurance-analysts-and-testers

Design mandates for acceptance tests - hexagonal boundary, business language abstraction, user journey completeness, pure function extraction, 3 Pillars (domain language / chained narrative / production composition), and the layered ATD discipline (Universe-bound assertion, layer-dependent PBT mode, two-tier acceptance, example-based sad paths)

2026-06-09
nw-wizard-shared-rules
software-developers

Shared rules for feature ID derivation and wave detection used by /nw-new, /nw-continue, and /nw-fast-forward wizards

2026-06-09
nw-buddy-wave-knowledge
computer-occupations-all-other

Wave methodology knowledge for the buddy agent — what each wave does, its inputs and outputs, and how to route questions.

2026-05-15
nw-discover
market-research-analysts-and-marketing-specialists-131161

Conducts evidence-based product discovery through customer interviews and assumption testing. Use at project start to validate problem-solution fit.

2026-05-15
nw-quality-framework
software-quality-assurance-analysts-and-testers

Quality gates - 11 commit readiness gates, build/test protocol, validation checkpoints, and quality metrics

2026-05-15
nw-rigor
software-developers

Selects a quality-vs-token-consumption profile (lean, standard, thorough, exhaustive, custom, inherit) and persists it globally (~/.nwave/global-config.json) or per-project (.nwave/des-config.json). Use when tuning how much rigor wave commands apply.

2026-05-15
nw-divio-framework
software-developers

DIVIO/Diataxis four-quadrant documentation framework - type definitions, classification decision tree, and signal catalog

2026-05-04
nw-po-review-dimensions
project-management-specialists

Requirements quality critique dimensions for peer review - confirmation bias detection, completeness validation, clarity checks, testability assessment, and priority validation

2026-04-16
nw-spike
software-developers

Runs a timeboxed PROBE to validate one core assumption, then optionally PROMOTES the probe into a walking skeleton — the first e2e thin slice of the feature, committed and demo-able. Use after DISCUSS when the feature involves a new mechanism, performance requirement, or external integration.

2026-04-16
nw-buddy-ssot-knowledge
software-developers

Single Source of Truth detection — where truth lives in an nWave repo and how to avoid contradicting it.

2026-04-10
Showing top 40 of 145 collected skills in this repository.