Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

problem-statement问题陈述

Agent Skill

problem-statement 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,787

周安装

73

GitHub Stars

1

下载量

572
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/open-horizon-labs/skills --skill problem-statement

简介

problem-statement 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 它主要面向开发类任务,可辅助 Agent 梳理问题描述和协作流程。
  • 通过 npx skills add 命令安装指定仓库中的 skill 模块即可调用。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

/problem-statement

Define the framing. Change the statement, change the solution space.

A problem statement is not the problem — it's the lens. Different framings open different solution spaces. The right framing makes good solutions obvious; the wrong framing makes them invisible.

When to Use

  • Starting new work — before solutions, articulate what you're solving
  • Solutions feel off — proposed solutions seem convoluted or like workarounds
  • Oscillating on approach — direction keeps changing; framing might be wrong
  • Suspected X-Y problem — someone asks for a specific solution but underlying need is unclear
  • Requirements expanding — scope creep signals framing mismatch
  • After /aim but before /solution-space — aim defines outcome, problem statement frames challenge

Skip when: You have a crisp problem statement. Move to /solution-space.

The Framing Process

Step 1: Surface the Current Framing

"The problem is currently framed as: [how it's being described]"

Capture: the stated problem, embedded assumptions, what's treated as fixed vs. changeable.

Step 2: Detect X-Y Problems

Watch for X-Y pattern: someone asks for Y (attempted solution) when they need X (real problem).

Signs of X-Y mismatch:

  • Request oddly specific for a simple goal
  • Solution feels like a workaround
  • "How do I do [technique]?" without explaining why
  • Convoluted multi-step approach to something simple

If detected:

"You're asking for [Y], but the underlying need seems to be [X]. Is that right?"

Step 3: Separate WHAT from HOW

A good problem statement articulates WHAT needs to change, not HOW.

Wrong (solution)Right (problem)
"Add a caching layer to reduce latency""Page loads take 3+ seconds; users abandon before content appears"
"Refactor the auth module""Adding a new auth provider takes 2 weeks and touches 6 files"

Test: Does it describe a symptom or a solution? Could someone unfamiliar with the codebase understand what's wrong? Does it leave room for multiple approaches?

Step 4: Identify Constraints and Flexibility

Hard — regulatory, physics, existing user commitments. Soft — "we've always done it this way," technical debt, team preferences.

Questions to surface flexibility:

  • What would we do if [constraint] didn't exist?
  • Who decided [constraint] was fixed? Can we revisit?
  • Cost of violating vs. cost of keeping?

Step 5: Craft the Problem Statement

[Who] needs [what outcome] because [why it matters], but currently [what's blocking].

Good statements are crisp (1-2 sentences), outcome-focused, testable, and solution-agnostic.

BadGood
"The API is slow""API responses take 800ms; our SLA requires 200ms"
"We need microservices""Deploying a fix requires coordinating 4 teams and takes 2 weeks"
"Users don't understand the UI""40% of support tickets are 'how do I X' where X is a core feature"
"We need better tests""Last 3 production incidents were caught by users, not tests"

Step 6: Validate the Framing

  1. State it to someone else — if they immediately suggest a solution, framing is too narrow
  2. Invert it — what would the world look like if this problem didn't exist?
  3. Zoom out — is this a symptom of a larger problem?
  4. Zoom in — is this multiple problems masquerading as one?

Output Format

## Problem Statement

**Current framing:** [How the problem is currently being described]

**Reframed as:** [Your crisp problem statement]

**The shift:** [What changed in how we see it]

### Constraints
- **Hard:** [Actually immovable constraints]
- **Soft:** [Constraints that feel fixed but might be flexible]

### Assumptions Being Tested
- [assumption embedded in this framing]

Every framing rests on assumptions. If you listed zero, either the framing is trivial or you haven't surfaced what it depends on. Name at least one.

### What this framing enables
[What solution approaches become visible with this framing]

### What this framing excludes
[What approaches are off the table—and whether that's intentional]

### Signal This Framing Is Wrong
[What we would see if this framing is a symptom, not the problem]

Session Persistence

If session name provided (/problem-statement auth-refactor): reads/writes .oh/auth-refactor.md directly. If no session name provided (/problem-statement): offer to save with suggested name from git branch or problem topic.

Reads: existing session file; prior outputs — especially Aim — to ground the framing. Writes: problem statement so solution-space can reuse framing, assumptions, and invalidation signal:

## Problem Statement
**Updated:** <timestamp>

[problem statement content]

If the section exists, replace it. If not, append after Aim section.

Position in Framework

Comes after: /aim and /problem-space (know where you're going and what terrain you're in). Leads to: /solution-space to explore approaches, or /dissent if the framing feels too easy. Can loop back from: /solution-space (if exploration reveals the problem is mis-framed).

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

31.92%
按下载量换算183

Claude

29.78%
按下载量换算170

Cursor

18.45%
按下载量换算106

Gemini CLI

10.22%
按下载量换算58

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills