Token导航 LogoToken导航TokenDH.com
AI 工具权限需确认github未标认证来源可访问clear审计提醒

solution-scoping解决方案范围

Agent Skill

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

总安装

539

周安装

22

GitHub Stars

4

下载量

174
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/abhsin/designskills --skill solution-scoping

简介

用于处理 GitHub 仓库、Issue 和 Pull Request 信息。

  • 适合在 AI 工具中围绕代码变更进行协作管理。
  • 通过 npx skills add 命令从 designskills 仓库安装。
  • 使用前建议确认权限范围和潜在的文件访问行为。
  • solution-scoping 属于AI 工具类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Solution Scoping

Decide what to build first—and what to cut.

Why This Exists

Forces hard prioritization decisions before development starts, when cutting features is cheap.

Input Requirements

This skill works best with:

  • problem-framing output (problem statement, JTBD, assumptions)
  • user-modeling output (personas, scenarios, insights)

Can also work with a raw feature list if the user has one.

Workflow

Step 1: Gather Context

Ingest upstream artifacts or ask:

  • What problem are you solving?
  • Who are you solving it for?
  • What features are you considering?
  • Any constraints—time, budget, skills?

Step 2: Generate Feature List

If not provided, brainstorm features based on:

  • User jobs-to-be-done
  • Persona pain points
  • Scenarios from user modeling
  • Competitor features (if known)

Keep it exhaustive initially—we'll cut later.

Step 3: Apply Prioritization

Use one or more frameworks to force ranking:

Impact vs Effort Matrix

  • High impact, low effort → Do first
  • High impact, high effort → Plan carefully
  • Low impact, low effort → Maybe later
  • Low impact, high effort → Cut

MoSCoW Method

  • Must have — Product doesn't work without it
  • Should have — Important but not critical
  • Could have — Nice to have
  • Won't have — Explicitly out

User Value Filter For each feature, ask:

  • Does it solve the core problem?
  • Which persona needs it most?
  • What happens if we ship without it?

Step 4: Define MVP Boundary

Draw a hard line:

  • What's in the first release?
  • What's deferred to v1.1?
  • What's cut entirely?

The MVP should be the *smallest thing that tests your core assumption*.

Step 5: Validate Cuts

For each cut, confirm:

  • Can the product still solve the core problem?
  • Will users still get value?
  • Are we cutting for good reasons or fear?

Output Format

Automatically save the output to design/04-solution-scoping.md using the Write tool while presenting it to the user.

# Solution Scoping: [Project Name]

## Context
[Brief summary of the problem and target user]

**Core assumption to test:**
[The main bet this MVP validates]

**Constraints:**
- Timeline: [If any]
- Budget: [If any]
- Skills: [Technical limitations]
- Other: [Platform, dependencies, etc.]

---

## Feature Inventory

### All Considered Features
| # | Feature | User Value | Effort | Notes |
|---|---------|------------|--------|-------|
| 1 | [Feature] | [High/Med/Low] | [High/Med/Low] | [Context] |
| 2 | [Feature] | [High/Med/Low] | [High/Med/Low] | [Context] |
| 3 | [Feature] | [High/Med/Low] | [High/Med/Low] | [Context] |
| 4 | [Feature] | [High/Med/Low] | [High/Med/Low] | [Context] |
| 5 | [Feature] | [High/Med/Low] | [High/Med/Low] | [Context] |

---

## Prioritization

### Must Have (MVP)
*Product doesn't work without these*

| Feature | Rationale |
|---------|-----------|
| [Feature] | [Why it's essential] |
| [Feature] | [Why it's essential] |
| [Feature] | [Why it's essential] |

### Should Have (v1.1)
*Important, but MVP can ship without them*

| Feature | Rationale | Dependency |
|---------|-----------|------------|
| [Feature] | [Why it's important] | [What it needs first] |
| [Feature] | [Why it's important] | [What it needs first] |

### Could Have (Future)
*Nice to have, low priority*

| Feature | Rationale |
|---------|-----------|
| [Feature] | [Why it's deferred] |
| [Feature] | [Why it's deferred] |

### Won't Have (Cut)
*Explicitly out of scope*

| Feature | Reason for Cut |
|---------|----------------|
| [Feature] | [Why we're not building this] |
| [Feature] | [Why we're not building this] |

---

## MVP Definition

### What We're Building
[2-3 sentence description of the MVP]

### Core User Flow
[The one primary flow the MVP enables]
1. User [action]
2. System [response]
3. User [achieves goal]

### What Success Looks Like
- [Metric or outcome 1]
- [Metric or outcome 2]

### What We're NOT Building (Yet)
- [Explicit cut 1]
- [Explicit cut 2]
- [Explicit cut 3]

---

## Risk Check

### Cuts That Might Hurt
| Cut | Risk | Mitigation |
|-----|------|------------|
| [Feature we cut] | [What could go wrong] | [How we'll handle it] |

### Scope Creep Triggers
*Watch out for these during development*
- [Temptation 1]
- [Temptation 2]

---

## Open Questions
- [Decision still needed]
- [Assumption to validate before committing]

Prioritization Tips

When everything feels "Must Have":

  • Ask: "Would users pay for this feature alone?"
  • Ask: "Can users accomplish their goal without it?"
  • Ask: "What's the workaround if we don't build it?"

When you can't decide:

  • Default to smaller scope
  • Ship, learn, then add
  • A shipped MVP beats a perfect spec

When stakeholders push back on cuts:

  • Frame as "not yet" not "never"
  • Show the dependency chain
  • Remind: we can add, but we can't un-ship

Anti-Patterns to Avoid

  • The Feature Buffet — "Let's just add one more thing"
  • The Safety Blanket — Keeping features because cutting feels scary
  • The Competitor Copy — Including features just because others have them
  • The Premature Scale — Building for 10,000 users when you have 10

Handoff

After presenting the scoped MVP, ask:

"Ready to generate the PRD with /prd-generation, or want to adjust priorities first?"

Note: File is automatically saved to design/04-solution-scoping.md. This feeds into PRD generation (Must Have → MVP features, Should Have → v1.1 roadmap, Won't Have → Out of Scope).

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

32.37%
按下载量换算56

Gemini CLI

21.86%
按下载量换算38

Antigravity

18.52%
按下载量换算32

Codex

12.81%
按下载量换算22

OpenCode

7.42%
按下载量换算13

windsurf

3.78%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills