1---2name: question-driven-data-projects3description: Frames analytics work around business questions, strategic objectives, available data realities, and decision value. Use when defining analysis scope, shaping data projects, or when users ask to start with the right questions before selecting methods, models, or AI.4---56# Question Driven Data Projects78## When to Use9- New analytics requests with vague scope.10- Projects that need clear business decisions and measurable outcomes.11- Requests to turn stakeholder questions into an analysis plan.12- Teams are jumping into tools/models before clarifying value and constraints.1314## Workflow151. Capture the core business question, decision owner, and intended business value.162. Identify pain points, objectives, and what success looks like for stakeholders.173. Inventory available data, data gaps, and time horizon constraints.184. Assess skillset, technology, and governance readiness for the project scope.195. Rewrite the question into 1-3 testable hypotheses.206. Define success criteria, required dimensions, and required metrics.217. Map each hypothesis to needed data sources, costs, risks, and assumptions.228. Produce a scoped project brief with milestones and explicit go/no-go criteria.2324## Complementary Integration25- With `dimensional-modeling`: use question outputs to select business process and declare grain.26- With `data-model-requirements-and-quality`: convert questions into conceptual/logical model requirements.27- With `data-governance`: align decisions to ownership, controls, and policy constraints.28- With `dashboard-product-framing`: turn the business question into dashboard users, decisions, and page scope.29- With `data-profiling`: once scoped, understand the raw dataset before analysis begins.30- With `descriptive-pattern-analysis`: once scoped, use for trend, cohort/category comparison, correlation, or benchmarking on already-known dimensions.31- With `predictive-model-development`: once scoped, use when a hypothesis calls for clustering, forecasting, driver/regression modeling, or discovering an unknown grouping.3233## Output Template34```markdown35# Data Project Brief3637## Core question and decision38- Business question:39- Decision to support:40- Decision owner:4142## Business context43- Main pain points:44- Objectives:45- Definition of success:4647## Data reality check48- Available data:49- Missing data:50- Time horizon:51- Trust/quality concerns:5253## Delivery readiness54- Skillsets available:55- Technology constraints:56- Governance constraints:5758## Hypotheses591. ...602. ...6162## Success criteria63- Metric:64- Target:65- Timeframe:6667## Required data68- Source:69- Grain:70- Key fields:7172## Risks, costs, and assumptions73- Cost drivers:74- ...7576## Stage gate decision77- Proceed / Pause / Reframe:78- Rationale:79```8081## Quality Checklist82- Question is decision-oriented, not purely descriptive.83- Hypotheses are testable with available or acquirable data.84- Success criteria are measurable and time-bound.85- Data requirements are explicit at the right grain.86- Risks, costs, and constraints are identified before detailed build work.