Metapowers

Phase 2: Define

Synthesize research findings into a clear problem statement and research plan.

Purpose

The Define phase converges broad discovery findings into a focused problem statement, "How Might We" questions, and success criteria. This is the bridge between understanding the problem and designing solutions.

Usage

/research:define <topic>

Example:

/research:define user onboarding friction

Prerequisites

Requires .metapowers/research/<topic>/01-discover.md from the Discover phase. Use --skip-checks to bypass.

What It Does

  1. Reads the Discover phase findings
  2. Synthesizes themes into a core problem statement
  3. Generates 3-5 "How Might We" questions
  4. Defines measurable success criteria
  5. Sets scope boundaries (in/out of scope)
  6. Writes the problem definition to .metapowers/research/<topic>/02-define.md

Output

Creates .metapowers/research/<topic>/02-define.md containing:

  • Problem statement
  • "How Might We" questions
  • Success criteria with metrics
  • Scope boundaries
  • Research plan for the Design phase

Next Phase

After Define, proceed to Design to generate solution concepts.

On this page