buddy
nWave concierge — ask any question about methodology, project state, commands, migration, or troubleshooting. Read-only, contextual answers.
Conducts evidence-based product discovery through customer interviews and assumption testing. Use at project start to validate problem-solution fit.
> /plugin marketplace add nWave-ai/nWave > /plugin install nw@nwave-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
/discoverContext preview
What this command does when you run it.
Conducts evidence-based product discovery through customer interviews and assumption testing. Use at project start to validate problem-solution fit.
description: "Conducts evidence-based product discovery through customer interviews and assumption testing. Use at project start to validate problem-solution fit." argument-hint: "[product-concept] - Optional: --interview-depth=[overview|comprehensive] --output-format=[md|yaml]"
**Wave**: DISCOVER | **Agent**: Scout (nw-product-discoverer)
Execute evidence-based product discovery through assumption testing and market validation. First wave in nWave (DISCOVER > DISCUSS > SPIKE > DESIGN > DEVOPS > DISTILL > DELIVER).
Scout establishes product-market fit through rigorous customer development using Mom Test interviewing principles and continuous discovery practices.
None (DISCOVER is the first wave).
Before completing DISCOVER, produce `docs/feature/{feature-id}/discover/wave-decisions.md`:
# DISCOVER Decisions — {feature-id}
## Key Decisions
- [D1] {decision}: {rationale} (see: {source-file})
## Constraints Established
- {constraint from evidence}
## Validated Assumptions
- {assumption validated by evidence, with confidence level}
## Invalidated Assumptions
- {assumption disproved, with evidence reference}This summary enables downstream waves to quickly assess DISCOVER outcomes without reading all artifacts.
Not applicable (DISCOVER is the first wave — no prior documents to update).
@nw-product-discoverer
Execute \*discover for {product-concept-name}.
**Context Files:** docs/project-brief.md (if available) | docs/market-context.md (if available)
**Configuration:**
The invoked agent MUST create a task list from its workflow phases at the start of execution using TaskCreate. Each phase becomes a task with the gate condition as completion criterion. Mark tasks in_progress when starting each phase and completed when the gate passes. This gives the user real-time visibility into progress.
Refer to Scout's quality gates in ~/.claude/agents/nw/nw-product-discoverer.md.
**Handoff To**: nw-product-owner (DISCUSS wave) **Deliverables**: See Scout's handoff package specification in agent file
/nw-discover invoice-automation
Scout conducts customer development interviews, validates problem-solution fit through Mom Test questioning, and produces a lean canvas with evidence-backed assumptions.
docs/feature/{feature-id}/discover/
problem-validation.md
opportunity-tree.md
solution-testing.md
lean-canvas.md
interview-log.md
wave-decisions.mdAI 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
nWave concierge — ask any question about methodology, project state, commands, migration, or troubleshooting. Read-only, contextual answers.
Bug fix workflow: root cause analysis → user review → regression test + fix via TDD
Detects current wave progress for a feature and resumes at the next step. Scans docs/feature/ for artifacts.
Orchestrates the full DELIVER wave end-to-end (roadmap > execute-all > finalize). Use when all prior waves are complete and the feature is ready for…
Designs system architecture with C4 diagrams and technology selection. Use when defining component boundaries, choosing tech stacks, or creating architecture…
Designs CI/CD pipelines, infrastructure, observability, and deployment strategy. Use when preparing platform readiness for a feature.