nw-ab-critique-dimensi…
Review dimensions for validating agent quality - template compliance, safety, testing, and priority validation
Wave methodology knowledge for the buddy agent — what each wave does, its inputs and outputs, and how to route questions.
$ npx -y skills add nWave-ai/nWave --skill nw-buddy-wave-knowledge --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/nw-buddy-wave-knowledgeContext preview
The summary Claude sees to decide when to auto-load this skill.
Wave methodology knowledge for the buddy agent — what each wave does, its inputs and outputs, and how to route questions.
name: nw-buddy-wave-knowledge description: Wave methodology knowledge for the buddy agent — what each wave does, its inputs and outputs, and how to route questions.
The nWave methodology organizes work into a canonical sequence of **waves**. Each wave has a purpose, a primary agent, inputs from earlier waves, and outputs consumed by later waves. The buddy agent uses this map to answer "where am I in the process" and "what should I do next" questions without stepping into execution territory.
DISCOVER -> DISCUSS -> SPIKE(opt) -> DESIGN -> DEVOPS -> DISTILL -> DELIVER
Each wave has a slash command (`/nw-<wave>`) and a primary agent. Waves run top-to-bottom. Skipping waves is a smell; going back to revise an earlier wave is normal and expected. SPIKE is optional — include it when validating a new mechanism, performance requirement, or external integration.
Some agents operate across waves:
Peer reviewers exist for each specialist (one per wave) and enforce quality gates.
When a user asks something, the buddy identifies which wave owns the question and answers from that wave's artifacts. Examples:
| Question | Wave | Where to read | |---|---|---| | "Is
AI agents that guide you from idea to working code, with human judgment at every gate. nWave runs inside Claude Code. It breaks feature delivery into seven waves (discover, diverge, discuss, design, devops, distill, deliver).
Repo: nWave-ai/nWave
Review dimensions for validating agent quality - template compliance, safety, testing, and priority validation
Review dimensions for validating agent quality - template compliance, safety, testing, and priority validation
Review dimensions for acceptance test quality - happy path bias, GWT compliance, business language purity, coverage completeness, walking skeleton…
Detailed 5-phase workflow for creating agents - from requirements analysis through validation and iterative refinement
5-layer testing approach for agent validation including adversarial testing, security validation, and prompt injection resistance
Architectural style selection decision matrices, trade-off analysis, structural enforcement rules, and combination patterns. Load when choosing or evaluating…