Assess assumptions on certainty and risk to prioritize validation efforts. Use at project start or before phase transitions.
Systematically assess assumptions to identify which ones need validation and prioritize research efforts.
Identify what you're assuming to be true. Common sources:
Assess on two dimensions:
CERTAINTY — How confident are we this is true?
RISK — What's the impact if we're wrong?
Focus on assumptions that are:
For each high-priority assumption, define:
Record each assumption with:
{
"id": "a1",
"description": "Users want automated reporting",
"certainty": "low",
"risk": "high",
"validation_plan": "Interview 5 users about reporting needs and current workflows",
"status": "open"
}
Assumption: "Users will adopt mobile app over desktop"
Assumption: "API can handle 1000 requests/second"
Assumption: "Users understand technical jargon"