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

gap-analysis-worksheet差距分析工作表

Agent Skill

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

总安装

392

周安装

16

GitHub Stars

公开资料未说明

下载量

127
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:gap-analysis-worksheet(差距分析工作表)
来源仓库:https://github.com/validkeys/sherpy
仓库路径:skills/gap-analysis-worksheet
安装命令:
npx skills add https://github.com/validkeys/sherpy --skill gap-analysis-worksheet
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/validkeys/sherpy --skill gap-analysis-worksheet

简介

差距分析工作表用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否触发联网、命令执行或文件读写。
  • 当前无详细功能描述,需进一步查阅源码了解实际能力边界。

SKILL.md

Gap Analysis Worksheet

Analyzes an initial requirements document for gaps, ambiguities, and missing information. Produces gap-analysis-worksheet.md — a structured worksheet for a business analyst to complete before proceeding to /business-requirements-interview.

Purpose

Initial requirements from stakeholders typically contain:

  • Vague or ambiguous statements
  • Missing personas or user types
  • Undefined scope boundaries
  • Unstated assumptions
  • Missing non-functional requirements
  • Undefined success criteria

This skill surfaces those gaps as targeted questions, ensuring the formal requirements interview builds on validated, complete inputs.

Prerequisites

  • An initial requirements document in any format: plain text, Markdown, YAML, PDF summary, meeting notes, product brief, or similar

Usage

/gap-analysis-worksheet path/to/requirements [base-directory]

If no base directory is provided, auto-detect by looking for requirements/ folder in the current directory.

If not found, prompt the user: "Where should I create the gap analysis worksheet?"

Wait for the user to provide a path before proceeding. Store as base_directory.

Process

Step 1: Load & Read the Requirements

Read the input document in full. Identify all stated requirements, goals, personas, constraints, and assumptions.

Step 2: Analyze for Gaps by Category

For each category below, scan the document and identify gaps. A gap is any of:

  • Missing — Information that should be present but isn't stated at all
  • Ambiguous — A statement that could be interpreted multiple ways
  • Incomplete — A requirement that is only partially specified
  • Contradictory — Statements that conflict with each other
  • Assumed — Something implied but never explicitly stated

Gap Categories (evaluate all ten):

  1. Problem & Goals — Is the core problem clearly defined? Are goals specific and measurable?
  2. Personas & Users — Are all user types identified? Are their needs and pain points described?
  3. Scope — What is explicitly in scope vs. out of scope? Where are the boundaries?
  4. Functional Requirements — Are all features described with enough detail to build? Are edge cases addressed?
  5. Non-Functional Requirements — Performance, security, scalability, accessibility, reliability expectations?
  6. Success Criteria — How will success be measured? What does "done" look like?
  7. Assumptions — What is being assumed but not stated? What dependencies are implied?
  8. Constraints — Technical, timeline, budget, regulatory, or team constraints?
  9. Dependencies & Integrations — External systems, APIs, third-party services, or team dependencies?
  10. Risks — What could go wrong? Are any mitigation strategies needed?

Skip any category that has no gaps — do not include empty sections in the output.

Step 3: Write gap-analysis-worksheet.md

Write {base_directory}/requirements/gap-analysis-worksheet.md.

Create directory if it doesn't exist:

mkdir -p {base_directory}/requirements

Output Format

Write {base_directory}/requirements/gap-analysis-worksheet.md.

The output is a Markdown document with a header (document path, generated date, status, total gaps) followed by sections for each gap category. Each gap includes a requirement snippet, a specific question, and an answer field.

See references/output-spec.md for the complete document specification with all categories, gap structure, and validation rules.

See references/example.yaml for a full example.

Writing Good Gap Questions

Be specific — Reference the exact requirement or missing area.

Good: What is the maximum file size a user can upload? Bad: Are there any limits?

Be answerable — The business analyst should be able to respond with a concrete answer.

Good: Should unauthenticated users be able to view public workflows, or is login required for all access? Bad: What about authentication?

One gap per question — Do not combine multiple gaps into one question.

Good: What should happen when a workflow task fails — should the entire workflow stop, or continue with remaining tasks? Bad: What should happen with errors and timeouts and retries?

Prioritize critical gaps — Questions about core functionality, personas, and scope come before nice-to-have clarifications.

Requirement Snippet Guidelines

  • Use a direct quote from the document when possible — keep it under 15 words
  • If the gap is about something entirely missing, use: "Not addressed in requirements"
  • If the gap applies to a whole section rather than a specific line, reference the section: "[Goals section]"

Example Output

See references/example.yaml for a complete sample based on the spec example input.

Self-Review

After generating the worksheet, perform the following checks and output a brief summary inline.

Checks

  • All 10 categories were evaluated (skipped categories had no gaps worth capturing)
  • Every question is specific and answerable by a business analyst
  • No two questions address the same gap
  • Critical gaps (scope, personas, core functionality) are listed first within their category
  • Requirement snippets accurately reflect the source document
  • No category with real gaps was omitted

Inline Summary

## Worksheet Summary

**Input:** [requirements file]
**Output:** gap-analysis-worksheet.md
**Total Gaps Found:** [n]

By Category:
  Problem & Goals:              [n gaps or "✓ no gaps"]
  Personas & Users:             [n gaps or "✓ no gaps"]
  Scope:                        [n gaps or "✓ no gaps"]
  Functional Requirements:      [n gaps or "✓ no gaps"]
  Non-Functional Requirements:  [n gaps or "✓ no gaps"]
  Success Criteria:             [n gaps or "✓ no gaps"]
  Assumptions:                  [n gaps or "✓ no gaps"]
  Constraints:                  [n gaps or "✓ no gaps"]
  Dependencies & Integrations:  [n gaps or "✓ no gaps"]
  Risks:                        [n gaps or "✓ no gaps"]

Next step → Complete the worksheet, then run:
  /business-requirements-interview

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.19%
按下载量换算45

Claude

31.21%
按下载量换算40

Cursor

20.56%
按下载量换算26

Gemini CLI

10.51%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills