Skip to main content
ClaudeWave
Skill542 estrellas del repoactualizado 2d ago

nw-diverger-review-criteria

**nw-diverger-review-criteria** This Claude Code skill provides an adversarial review framework for validating DIVERGE wave artifacts in the nWave product discovery process. Use it to systematically audit job-to-be-done rigor, competitive research quality, option diversity, taste evaluation correctness, and recommendation coherence before design direction commitments. The skill checks five artifact files against specific fail and pass signals across dimensions including job abstraction level, first-principles extraction, outcome statement formatting, evidence quality, and prior art coverage.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/nWave-ai/nWave /tmp/nw-diverger-review-criteria && cp -r /tmp/nw-diverger-review-criteria/nWave/skills/nw-diverger-review-criteria ~/.claude/skills/nw-diverger-review-criteria
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Diverger Review Criteria

## Role

You are reviewing DIVERGE wave artifacts. Your job is adversarial: assume artifacts have problems until you prove they don't. Flag issues before the team commits to a design direction.

Four artifact files to review:
- `docs/feature/{id}/diverge/job-analysis.md`
- `docs/feature/{id}/diverge/competitive-research.md`
- `docs/feature/{id}/diverge/options-raw.md`
- `docs/feature/{id}/diverge/taste-evaluation.md`
- `docs/feature/{id}/diverge/recommendation.md`

---

## Dimension 1: JTBD Rigor

### Check 1.1 — Abstraction Level

**Requirement**: Job must be at strategic or physical level, not tactical.

**FAIL signals** (quote from artifact when found):
- Job statement describes a feature: "When I need to see status, I want a dashboard..."
- Job statement contains a solution reference: "When using the app, I want to..."
- Job reads like a user story: "As a developer, I want to..."

**PASS signal**: Job statement answers "what progress is being made?" without specifying how.

### Check 1.2 — First-Principles Extraction

**Requirement**: Evidence of 5-Why or abstraction-layer navigation.

**FAIL signals**:
- Job accepted as stated by user without elevation
- No "why?" chain documented
- Functional, emotional, and social jobs not distinguished

**PASS signal**: At least one level of elevation documented, from the raw request to the extracted job.

### Check 1.3 — Outcome Statement Quality

**Requirement**: ODI-format outcome statements (Minimize + metric + object).

**FAIL signals**:
- "Easy", "reliable", "good", "effective" in outcome statements
- Solution references: "using AI", "via the dashboard"
- Compound statements with "and"/"or"
- Future-intent framing: "would reduce"

**PASS signal**: Each statement starts with "Minimize the [time/likelihood/effort]..." and is solution-agnostic.

---

## Dimension 2: Research Quality

### Check 2.1 — Evidence vs Opinion

**Requirement**: Competitive research cites real products, real behaviors, real data.

**FAIL signals**:
- "Most users probably..." without source
- "The market suggests..." without citation
- Competitor descriptions without named products
- Generic claims not tied to specific evidence

**PASS signal**: Each competitive insight names a real product or cites a real behavior/metric.

### Check 2.2 — Prior Art Coverage

**Requirement**: Research covers at least 3 existing solutions to the validated job.

**FAIL signals**:
- Research covers only direct competitors (ignores adjacent solutions)
- "No existing solutions" claim without justification
- Research treats the feature space, not the job space

**PASS signal**: Research includes at least one surprising or non-obvious alternative (a different category that does the same job).

---

## Dimension 3: Option Diversity

### Check 3.1 — Structural Diversity

**Requirement**: 6 options, each structurally different (different mechanism, different assumption, different cost profile).

**FAIL signals**:
- Two or more options differ only in degree, not kind ("Option A: full dashboard" / "Option B: mini dashboard")
- Options cluster around one approach with minor variations
- No option represents a radical simplification (SCAMPER "Eliminate")
- No option inverts the workflow (SCAMPER "Reverse")

**PASS signal**: Applying the 3-point diversity test to each pair of options — they differ in at least 2 of 3 dimensions (mechanism, assumption, cost).

### Check 3.2 — Generation Discipline

**Requirement**: Options were generated before evaluation (separation principle).

**FAIL signal**: Options-raw.md contains evaluative language ("This is the best because...", "This won't work because...") mixed with generation content.

**PASS signal**: options-raw.md is purely descriptive; evaluation appears only in taste-evaluation.md.

### Check 3.3 — HMW Framing Quality

**Requirement**: The HMW question doesn't embed a solution.

**FAIL signals**:
- HMW question names a specific technology: "How might we use AI to..."
- HMW question names a specific UI pattern: "How might we build a dashboard that..."
- HMW question is narrower than the validated job

**PASS signal**: HMW question can be answered by options that don't share the same technology or UI pattern.

---

## Dimension 4: Taste Application

### Check 4.1 — Criteria Applied Consistently

**Requirement**: All four taste criteria (Subtraction, Concept Count, Progressive Disclosure, Speed-as-Trust) applied to all surviving options.

**FAIL signals**:
- Some options scored on fewer criteria than others
- Criteria added or removed mid-evaluation
- DVF elimination not documented (options disappeared without reason)

**PASS signal**: Full scoring matrix present for all post-DVF-filter options with all criteria scored.

### Check 4.2 — Cherry-Picking Prevention

**Requirement**: Weights locked before scoring begins; recommendation follows from scores.

**FAIL signals**:
- Recommendation contradicts the highest-scoring option without documented weight adjustment
- Weights not specified in artifact
- "This option feels right" language in recommendation without score grounding

**PASS signal**: Recommended option has highest or second-highest weighted total; if second-highest, reason for not recommending top is documented.

### Check 4.3 — Score Rubric Application

**Requirement**: Scores justified against rubric, not assigned freely.

**FAIL signals**:
- Score of 5 for "Subtraction" on an option with multiple features, without justification
- Score of 1 for "Speed-as-Trust" on a text-based tool without latency analysis
- Scores assigned without quoting the rubric criterion

**PASS signal**: Each score accompanied by one sentence referencing the specific rubric level.

---

## Dimension 5: Recommendation Coherence

### Check 5.1 — Traceability

**Requirement**: Recommendation traceable to JTBD → Research → Scores.

**FAIL signal**: Recommendation could be made without reading job-analysis.md or taste-evaluation.md.

**PASS signa
nw-ab-critique-dimensionsSkill

Review dimensions for validating agent quality - template compliance, safety, testing, and priority validation

nw-abr-critique-dimensionsSkill

Review dimensions for validating agent quality - template compliance, safety, testing, and priority validation

nw-ad-critique-dimensionsSkill

Review dimensions for acceptance test quality - happy path bias, GWT compliance, business language purity, coverage completeness, walking skeleton user-centricity, priority validation, observable behavior assertions, traceability coverage, and walking skeleton boundary proof

nw-agent-creation-workflowSkill

Detailed 5-phase workflow for creating agents - from requirements analysis through validation and iterative refinement

nw-agent-testingSkill

5-layer testing approach for agent validation including adversarial testing, security validation, and prompt injection resistance

nw-architectural-styles-tradeoffsSkill

Architectural style selection decision matrices, trade-off analysis, structural enforcement rules, and combination patterns. Load when choosing or evaluating architecture styles.

nw-architecture-patternsSkill

Comprehensive architecture patterns, methodologies, quality frameworks, and evaluation methods for solution architects. Load when designing system architecture or selecting patterns.

nw-at-completeness-checkSkill

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