Skill 詳細
data-question-framing
Useful DS problem-framing workflow, but not a full DS skill.
使用前に確認
自動レビューは関連性のみを確認し、安全性や推奨を保証しません。使用前に出典の説明を読んでください。
SKILL.md
これはレビュー時に保存された抜粋です。完全で最新の内容は外部ソースを確認してください。
--- name: data-question-framing description: Turn ambiguous business, product, policy, or research asks into decision-ready data science problem statements. Use when an agent needs a judgment-heavy data science workflow for turn vague asks into measurable ds problems, including evidence review, local artifact inspection, risk classification, stakeholder-ready decisions, reproducibility, governance, or agent-to-agent handoff. Trigger for Codex, Claude, Gemini, Copilot, Cursor, Windsurf, Gravity, LangGraph, CrewAI, AutoGen, or local agents when this exact workflow is needed. --- # Data Question Framing ## Mission Turn ambiguous business, product, policy, or research asks into decision-ready data science problem statements. Current pain point: Teams waste cycles modeling the wrong target, optimizing vanity metrics, or answering questions that no owner can act on. Why this skill exists: A framing skill closes the gap before analysis starts: outcome, unit, target, metric, constraints, and decision owner are made explicit. ## Operating Rules - Start by restating the decision this skill is supporting. - Inspect local artifacts first before asking for context. - Treat scripts as evidence collectors, not as substitutes for judgment. - Preserve raw data, notebooks, configs, and model artifacts unless the user explicitly asks for mutation. - Mark missing context as `unknown`, `not provided`, or `owner decision`; do not invent it. - Classify each blocker as `stop`, `fix-first`, `monitor`, `accepted risk`, or `owner decision`. - Use the output contract exactly unless the user asks for a different format. - Keep final recommendations auditable: every important claim needs evidence, assumption, or caveat. ## What This Skill Must Do - Transform a vague request into an explicit Data Question Framing decision with named owner, evidence, assumptions, and action threshold. - Inspect local artifacts first: data extracts, schemas, notebooks, SQL, pipeline configs, model reports, tickets, and prior decisions. - Separate mechanical checks from expert judgment so another reviewer can reproduce what was checked and what was inferred. - Classify findings as stop, fix-first, monitor, accepted risk, or owner decision instead of producing generic advice. - Preserve raw evidence and never silently mutate data, notebooks, model artifacts, or production configs. - Return a decision artifact that can be handed to a data scientist, ML engineer, governance reviewer, or stakeholder without hidden context. ## Required Inputs - raw stakeholder request - available decision or business context - known data sources or constraints - deadline and decision owner If an input is missing, inspect available files first. Ask only for information that cannot be recovered from the workspace and would change the recommendation. ## Workflow 1. Extract the decision, action, and user or entity affected. 2. Define the analysis unit, target, time horizon, and comparison baseline. 3. Separate prediction, causal, descriptive, and operational questions. 4. Choose success, guardrail, and decision metrics before any modeling plan. 5. Return a decision canvas with assumptions and unresolved questions. ## Red Flags - no decision owner - target unavailable at decision time - metric can improve while user outcome worsens - causal claim hidden inside prediction wording When a red flag appears, slow down and surface it in `Risks`. A red flag does not always mean stop, but it must change the recommendation or the confidence level. ## Resources - Read `references/playbook.md` for the skill-specific checklist, scoring rubric, and failure modes. - Read `references/acceptance-tests.md` before forward-testing clean, messy, and adversarial requests. - Read `references/agent-portability.md` when adapting this skill to Claude, Gemini, Copilot, Cursor, Windsurf, Gravity, LangGraph, CrewAI, AutoGen, or local agents. - Read `references/quality-rubric.md` when reviewing whether the outputGitHub で全文を読む (外部ページ)