Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

problem-definition问题定义

Agent Skill

problem-definition 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

635

周安装

27

GitHub Stars

3

下载量

222
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:problem-definition(问题定义)
来源仓库:https://github.com/oldwinter/skills
仓库路径:skills/problem-definition
安装命令:
npx skills add https://github.com/oldwinter/skills --skill problem-definition
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/oldwinter/skills --skill problem-definition

简介

用于查找、检索和筛选相关信息,支持关键词和任务场景定位。

  • 适合在 Codex、Claude 等宿主中快速获取候选结果。
  • 可结合来源仓库 README 核验具体用法和权限范围。
  • 安装前建议确认是否会触发联网或文件读写操作。
  • problem-definition 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Problem Definition

Scope

Covers

  • Turning a vague idea into a crisp, testable problem definition
  • Writing a shareable problem statement (1-liner + expanded)
  • Capturing Jobs To Be Done (JTBD) and target segments
  • Mapping current alternatives (including non-digital/analog) and “why now / why digital”
  • Building an evidence + assumptions log to drive learning
  • Defining success metrics + guardrails and clear scope boundaries

When to use

  • “Write a problem statement for…”
  • “We need to define the problem space / JTBD.”
  • “We keep jumping to solutions; help us get clear on the real problem.”
  • “Pressure to ‘do AI’ — verify there’s a real pain point first.”
  • “Before we write a PRD, align on what problem we’re solving.”

When NOT to use

  • You already have an approved problem definition and need a delivery-ready PRD (use writing-prds)
  • You need roadmap prioritization across many competing initiatives (use prioritizing-roadmap)
  • You need to set company-level strategy/vision (use defining-product-vision)
  • You’re doing deep research execution (recruiting, interviews, analysis); use this to frame *what to learn*, not as a substitute for research

Inputs

Minimum required

  • Product/context + target user (or segment hypotheses)
  • The triggering signal (customer quotes, data trend, stakeholder request, competitor move)
  • The decision to make (e.g., invest now vs later; explore vs stop) + timeline
  • Known constraints (tech/legal/privacy/compliance/capacity)

Missing-info strategy

  • Ask up to 5 questions from references/INTAKE.md.
  • If still missing, proceed with clearly labeled assumptions and list Open questions that would change the decision.

Outputs (deliverables)

Produce a Problem Definition Pack in Markdown (in-chat; or as files if the user requests):

  1. Context snapshot (product, user, trigger, decision, constraints)
  2. Problem statement (1-liner + expanded) + why now
  3. JTBD (primary job + key sub-jobs) + target segment notes
  4. Current alternatives (including analog/non-digital) + gaps + switching costs
  5. Evidence & assumptions log (what we know vs what we’re guessing)
  6. Success criteria (outcome metric(s), leading indicators) + guardrails
  7. Scope boundaries (in/out, non-goals, dependencies)
  8. Prototype / learning plan (fast prototype + tests to de-risk)
  9. Risks / Open questions / Next steps (always included)

Templates: references/TEMPLATES.md Expanded heuristics: references/WORKFLOW.md

Workflow (8 steps)

1) Intake + decision framing

  • Inputs: User context; references/INTAKE.md.
  • Actions: Clarify the decision, time horizon, stakeholders, and constraints. Capture the trigger signal (data/quotes/event).
  • Outputs: Context snapshot.
  • Checks: You can state the decision in one sentence (“We are deciding whether to… by ”).

2) Define the target user + situation (segment + context)

  • Inputs: Context snapshot.
  • Actions: Specify who experiences the problem, when it happens, frequency, and what’s at stake. If multiple segments, pick a primary and list others as secondary.
  • Outputs: Target user + context bullets.
  • Checks: The segment is specific enough that a researcher could recruit for it.

3) Write the problem statement (1-liner + expanded)

  • Inputs: Target user + trigger signal.
  • Actions: Draft a crisp 1-liner, then expand with symptoms, root causes (hypotheses), and impact. Include why now.
  • Outputs: Problem statement section (using references/TEMPLATES.md).
  • Checks: Statement describes the problem without implying a specific solution or technology.

4) Map current alternatives (including non-digital) + “why use this”

  • Inputs: Problem statement.
  • Actions: List how users solve this today (manual workarounds, spreadsheets, incumbents, doing nothing). Include at least one analog/non-digital alternative when relevant.
  • Outputs: Alternatives table + gaps + switching costs.
  • Checks: You can answer: “Why would a user give this the time of day vs their current way?”

5) Separate problem from solution (avoid the shiny object trap)

  • Inputs: Alternatives + early solution ideas (if any).
  • Actions: Capture solution ideas as hypotheses, not commitments. If “AI” (or any tech) is proposed, state the user pain point first and treat tech choice as an implementation detail.
  • Outputs: Evidence & assumptions log (with test ideas).
  • Checks: Each assumption has a proposed test and a confidence level.

6) Define success criteria + guardrails

  • Inputs: Problem statement + evidence.
  • Actions: Define measurable outcomes, leading indicators, and guardrails (quality, trust, cost, latency, support load, etc.).
  • Outputs: Success metrics + guardrails section.
  • Checks: Metrics are unambiguous and tied to the user’s desired outcome.

7) Visualize the end state + prototype a path to clarity

  • Inputs: Success criteria + scope constraints.
  • Actions: Describe what “done” looks like (user-visible end state). Create a fast prototype/experiment plan to validate the hardest assumptions before building.
  • Outputs: End-state description + prototype/learning plan.
  • Checks: The team can “see the end” and name the 1–3 biggest unknowns being tested.

8) Quality gate + finalize the pack

  • Inputs: Full draft pack.
  • Actions: Run references/CHECKLISTS.md and score with references/RUBRIC.md. Add Risks/Open questions/Next steps.
  • Outputs: Final Problem Definition Pack.
  • Checks: A stakeholder can review async and decide “proceed / pause / stop” without a meeting.

Quality gate (required)

Examples

Example 1 (B2B SaaS): “Define the problem for improving onboarding activation in our analytics product.” Expected: a pack with a tight segment, current onboarding alternatives/workarounds, measurable activation outcomes, and a prototype plan to test the most uncertain hypothesis.

Example 2 (Consumer): “Users abandon checkout on mobile; define the problem space and JTBD before proposing fixes.” Expected: a problem statement grounded in evidence, an alternatives map (including ‘do nothing’), and guardrails (fraud/chargebacks/support load).

Boundary example: “Write a PRD for building an AI assistant; we don’t know what problem it solves.” Response: push back; run this skill to define the user pain point and success metrics first, then hand off to writing-prds.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

31.39%
按下载量换算70

Claude

28.97%
按下载量换算64

Cursor

19.52%
按下载量换算43

Gemini CLI

10.16%
按下载量换算23

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills