agentsclimarketplace

Nw buddy command catalog

Skill nWave-ai/nWave/plugins/nw/skills/nw-buddy-command-catalog

All /nw-* commands — what they do, when to use them, which agent they invoke. For the buddy agent to help users pick the right command.From its SKILL.md

Install
npx -y skills add nWave-ai/nWave --skill nw-buddy-command-catalog

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

4.2 KB, ~1.0k tokens by cl100k_base, as published. Nobody here has run it

Command Catalog

Wave Commands (run in order per feature)

CommandWaveAgentWhen to Use
/nw-discoverDISCOVERproduct-discoverer (Scout)Validate problem exists, customer interviews, opportunity mapping
/nw-divergeDIVERGEdiverger (Flux)Evaluate multiple solution approaches before committing
/nw-discussDISCUSSproduct-owner (Luna)Define user stories, journeys, acceptance criteria
/nw-designDESIGNsystem-designer, ddd-architect, solution-architectRoute to the right architect — system (scalability), domain (DDD), or application (components)
/nw-devopsDEVOPSplatform-architectCI/CD, infrastructure, observability, deployment strategy
/nw-distillDISTILLacceptance-designerCreate executable acceptance tests (Given-When-Then)
/nw-deliverDELIVERsoftware-crafterFull implementation: roadmap -> execute -> finalize

Routing Commands

CommandPurposeWhen to Use
/nw-newGuided wizard for new featuresStarting something new — asks what you're building, recommends starting wave
/nw-continueResume in-progress featureReturning to a feature — detects progress, starts at next wave
/nw-fast-forwardRun remaining waves without pausingWhen you trust the agents to proceed without review between waves

DELIVER Inner Loop Commands (manual mode)

CommandPurposeWhen to Use
/nw-executeRun single roadmap stepImplementing one step at a time (learning mode)
/nw-roadmapCreate implementation planPlanning steps before execution
/nw-reviewExpert review of artifactsQuality check on roadmap, code, or step output
/nw-mutation-testTest suite effectivenessAfter implementation — verifies tests catch real bugs
/nw-finalizeArchive completed featureAfter all steps pass — creates evolution document

Cross-Wave Commands (any time)

CommandAgentWhen to Use
/nw-researchresearcher (Nova)Investigate technologies, patterns, decisions needing evidence
/nw-documentdocumentarist + researcherCreate DIVIO-compliant documentation (tutorial, how-to, reference, explanation)
/nw-diagramsolution-architectGenerate C4 architecture diagrams (Mermaid/PlantUML)
/nw-refactorsoftware-crafterSystematic refactoring using RPP levels L1-L6
/nw-bugfixtroubleshooter + crafterRoot cause analysis -> regression test -> fix via TDD
/nw-root-whytroubleshooterRoot cause analysis (5 Whys) without fix
/nw-hotspot(self)Git change frequency analysis — find most-changed files
/nw-rigor(self)Set quality-vs-token profile (lean/standard/thorough/exhaustive)
/nw-forgeagent-builder (Zeus)Create new specialized agents
/nw-mikadosoftware-crafterComplex refactoring roadmaps with visual tracking (experimental)
/nw-buddybuddy (Guide)Ask any question about nWave — methodology, commands, project state

For the full authoritative command reference, read docs/reference/commands/index.md.

Common User Scenarios -> Command

User SaysRecommend
"I want to build something new"/nw-new (wizard) or /nw-discover (if problem unclear)
"I'm not sure which approach to take"/nw-diverge
"I need user stories for this feature"/nw-discuss
"How should I architect this?"/nw-design
"I need to set up CI/CD"/nw-devops
"I need acceptance tests"/nw-distill
"I'm ready to implement"/nw-deliver
"I want to continue my feature"/nw-continue
"I need to research X"/nw-research
"I need documentation"/nw-document
"Something is broken"/nw-bugfix or /nw-root-why
"My code needs cleanup"/nw-refactor
"How good are my tests?"/nw-mutation-test

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.