nw-ab-critique-dimensi…
Review dimensions for validating agent quality - template compliance, safety, testing, and priority validation
Question-first approach to understanding user journeys. Load when starting a new journey design or when the discovery phase needs deepening.
$ npx -y skills add nWave-ai/nWave --skill nw-discovery-methodology --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/nw-discovery-methodologyContext preview
The summary Claude sees to decide when to auto-load this skill.
Question-first approach to understanding user journeys. Load when starting a new journey design or when the discovery phase needs deepening.
name: nw-discovery-methodology description: Question-first approach to understanding user journeys. Load when starting a new journey design or when the discovery phase needs deepening. user-invocable: false disable-model-invocation: true
Discover journeys through deep questioning before any sketching. The sketch is proof of understanding, not the starting point.
Focus: What is the user trying to accomplish?
Questions:
After collecting goal, trigger, and success criteria, output a rough draft sketch showing what the journey might look like. Mark unknowns with `???`. Purpose: make value visible immediately so the user sees progress, not just questions.
[Trigger: ???] → [Step 1: ???] → [Step 2: ???] → [Goal: {stated goal}]
Feels: ??? Sees: ??? Sees: ??? Feels: {success criteria}
Artifacts: ??? Artifacts: ??? Artifacts: ???This is a working hypothesis, not a commitment. Update it after each phase as understanding deepens. The sketch gives the user something concrete to react to — "no, step 2 happens before step 1" is more productive than abstract discussion.
Focus: What does the user EXPECT to see?
Questions:
Focus: How should the user FEEL?
Questions:
Focus: What data is shared across steps?
Questions:
Focus: What could go wrong?
Questions:
Focus: How do steps connect?
Questions:
Focus: What commands and output does the user expect?
Questions:
Use AskUserQuestion with structured options:
Ready to sketch ONLY when all can be answered:
If ANY criterion is unclear -- ask more questions.
Always ask first when:
Continue asking until:
Instead:
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…