← スキル一覧に戻る

discoveryproblem-framing
by edwardmonteiro
Make Claude Skills work in other agents like Codex by adding the missing piece: a small enumerator script.
⭐ 0🍴 1📅 2025年12月23日
SKILL.md
name: discovery.problem_framing phase: discovery roles:
- Product Manager
description: Frame the core customer problem, evidence, and success hypothesis before solutioning.
variables:
required:
- name: product description: Product, program, or initiative under assessment.
- name: segment description: Target customer segment or persona focus.
- name: evidence_sources description: Primary sources backing the problem statement (e.g., interviews, surveys). optional:
- name: timeframe description: Planning horizon for the problem framing, such as Q3 or "next release". outputs:
- Problem statement and context bullet list.
- Evidence summary table tying sources to insights.
- Success hypothesis, leading indicators, and guardrails.
Purpose
Equip product managers with a repeatable prompt that validates the customer problem, supporting evidence, and desired outcomes before discovery work begins.
Pre-run Checklist
- ✅ Confirm discovery inputs are synthesized from recent research.
- ✅ Align with design and analytics on the persona focus.
- ✅ Clarify any known constraints that must be honored.
Invocation Guidance
codex skills run discovery.problem_framing \
--vars "product={{product}}" \
"segment={{segment}}" \
"evidence_sources={{evidence_sources}}" \
"timeframe={{timeframe}}"
Recommended Input Attachments
- Recent interview transcripts (
research/interviews/*.md). - Market or usage dashboards highlighting severity of the problem.
Claude Workflow Outline
- Restate the core product charter for the provided segment and timeframe.
- Build a concise problem statement that references the evidence sources explicitly.
- Map supporting insights into a table with columns for Source, Key Quote/Signal, Confidence, and Relevance.
- Draft a success hypothesis including leading metrics, anti-goals, and scope boundaries.
- Provide alignment questions to take to partner roles (design, engineering, analytics).
Output Template
## Problem Statement
<2-3 sentence articulation>
## Evidence Summary
| Source | Insight | Confidence | Relevance |
| --- | --- | --- | --- |
| {{source}} | {{insight}} | {{confidence}} | {{relevance}} |
## Success Hypothesis
- Leading metric:
- Guardrails:
- Key assumptions to validate:
## Next Alignment Questions
1. ...
2. ...
Follow-up Actions
- Capture open questions in your product backlog with owners and due dates.
- Schedule a triad review with design and engineering to refine the hypothesis.
- Update the discovery tracker once alignment is achieved.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です