NWave
NWave from nWave-ai/nWave.
Skills in this plugin
29- ▌ Nw Buddy · nwave-ainWave concierge — ask any question about methodology, project state, commands, migration, or troubleshooting. Read-only, contextual answers.
- ▌ Nw Bugfix · nwave-aiBug fix workflow: root cause analysis → user review → regression test + fix via TDD
- ▌ Nw Design · nwave-aiDesigns 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).
- ▌ Nw Devops · nwave-aiDesigns CI/CD pipelines, infrastructure, observability, and deployment strategy. Use when preparing platform readiness for a feature.
- ▌ Nw Update · nwave-aiQueues 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.
- ▌ Nw Deliver · nwave-aiOrchestrates 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.
- ▌ Nw Discuss · nwave-aiConducts 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.
- ▌ Nw Distill · nwave-aiAcceptance 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.
- ▌ Nw Execute · nwave-aiDispatches one unit of DELIVER work to a specialized agent for TDD execution. Runs a single roadmap.json step through the TDD cycle.
- ▌ Nw Roadmap · nwave-aiCreates a phased roadmap.json for a feature goal with acceptance criteria and TDD steps. Use when planning implementation steps before execution.
- ▌ Nw Continue · nwave-aiDetects current wave progress for a feature and resumes at the next step. Scans docs/feature/ for artifacts.
- ▌ Nw Discover · nwave-aiConducts evidence-based product discovery through customer interviews and assumption testing. Use at project start to validate problem-solution fit.
- ▌ Nw Finalize · nwave-aiArchives 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.
- ▌
- ▌ Nw Fp Fsharp · nwave-aiF# language-specific patterns, Railway-Oriented Programming, and Computation Expressions
- ▌ Nw Fp Kotlin · nwave-aiKotlin language-specific patterns with Arrow, Raise DSL, and coroutine-based effects
- ▌ Nw Fp Haskell · nwave-aiHaskell language-specific patterns, GADTs, type classes, and effect systems
- ▌ Nw Mutation Test · nwave-aiRuns feature-scoped mutation testing to validate test suite quality. Use after implementation to verify tests catch real bugs (kill rate >= 80%).
- ▌ Nw Optimize Tests · nwave-aiMinimizes 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.
- ▌ Nw Tdd Methodology · nwave-aiDeep knowledge for Outside-In TDD - double-loop architecture, ATDD integration, port-to-port testing, walking skeletons, and test doubles policy
- ▌ Nw Test Optimization · nwave-aiMethodology for minimizing test count while maximizing behavioral coverage - behavior definition, anti-pattern catalog, consolidation patterns, stopping criterion, coverage-preserving validation
- ▌ Nw Security By Design · nwave-aiSecurity design principles, STRIDE threat modeling, OWASP Top 10 architectural mitigations, and secure patterns. Load when designing systems or reviewing architecture for security.
- ▌ Nw Test Design Mandates · nwave-aiDesign 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)
- ▌ Nw Property Based Testing · nwave-aiProperty-based testing strategies, mutation testing, shrinking, and combined PBT+mutation workflow for test quality validation
- ▌ Nw Tdd Review Enforcement · nwave-aiTest design mandate enforcement, test budget validation, TDD phase validation (3-phase canon per ADR-025), and external validity checks for the software crafter reviewer
- ▌ Nw Test Refactoring Catalog · nwave-aiDetailed refactoring mechanics with step-by-step procedures, and test code smell catalog with detection patterns and before/after examples
- ▌ Nw Collaboration And Handoffs · nwave-aiCross-agent collaboration protocols, workflow handoff patterns, and commit message formats for TDD/Mikado/refactoring workflows
- ▌ Nw Density Resolution Contract · nwave-aiShared 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.
- ▌ Nw Test Organization Conventions · nwave-aiTest directory structure patterns by architecture style, language conventions, naming rules, and fixture placement. Decision tree for selecting test organization strategy.