Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计异常

spec规格说明

Agent Skill

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

总安装

857

周安装

35

GitHub Stars

2,473

下载量

277
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/garden-co/jazz --skill spec

简介

spec 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于关键词搜索、任务场景匹配或来源线索梳理等研究检索场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态及是否触发联网或文件操作。
  • 建议结合原始 README 核验具体用法和功能边界。

SKILL.md

Spec Driven Development Skill

Use this skill when the user asks to implement a feature. This workflow ensures proper planning and approval before any code is written.

Workflow

Follow these steps in order. Do not skip steps. Always ask for explicit approval before moving to the next step.

Step 1: Create Feature Directory

Create a feature directory under .specs/{feature_name} using kebab-case for the name.

Step 2 (Optional): Create Requirements Document

This step is opt-in and must be explicitly requested by the user.

If the user requests requirements, create requirements.md in the feature directory with:

  • Introduction - Brief context and purpose of the feature
  • User Stories & Acceptance Criteria - Written in EARS (Easy Approach to Requirements Syntax) style

Example EARS patterns:

  • Ubiquitous: "The [system] shall [action]"
  • Event-driven: "When [event], the [system] shall [action]"
  • State-driven: "While [state], the [system] shall [action]"
  • Optional: "Where [condition], the [system] shall [action]"
  • Unwanted behavior: "If [condition], then the [system] shall [action]"

Example structure:

# Requirements

## Introduction

[Brief context about what this feature addresses and why it's needed]

## User Stories & Acceptance Criteria

### US-1: [User Story Title]

**As a** [role], **I want** [goal], **so that** [benefit].

**Acceptance Criteria:**
- When [user action], the system shall [expected behavior]
- While [state], the system shall [maintain condition]
- Where [optional condition], the system shall [handle appropriately]

After creating the requirements document, refine it:

  1. Scan for missing requirements — Review the document for gaps such as missing edge cases, undefined behavior, unspecified error handling, unclear scope boundaries, missing performance constraints, or unaddressed user roles/permissions.
  2. Identify ambiguities — Flag any requirements that could be interpreted in multiple ways, have vague language (e.g., "fast", "simple", "flexible"), or lack concrete acceptance criteria.
  3. Ask clarifying questions — Present the user with a clear list of questions covering the missing and ambiguous areas. Group them logically and explain why each question matters.

Do not proceed until all critical ambiguities are resolved. Minor open questions can be noted as assumptions in the design document.

If requirements are created, get approval before proceeding to the design document.

Step 3: Create Design Document

Create design.md in the feature directory with:

  • Overview - High-level description of the solution
  • Architecture / Components - System structure and component interactions
  • Data Models - Schemas, types, and data structure
  • Testing Strategy - Approach to testing the feature

Show the code snippets of the core parts of the implementation in the design.

We prioritize integration testing, and show a couple of test snippets as example of testing strategy.

After creating the design document, refine it:

  1. Scan for missing requirements — Check whether the design covers all stated requirements and user stories. Identify any requirements that were dropped, under-specified, or only partially addressed.
  2. Identify ambiguities — Flag design decisions that are vague or leave open questions about behavior, data flow, or component responsibilities.
  3. Ask clarifying questions — Present the user with questions about any gaps or ambiguities discovered. Explain how each gap could affect implementation.

Do not proceed until all critical gaps are resolved. Minor open questions can be noted as assumptions.

Step 4: Design Approval Gate

Ask the user: "Does the design look good? If so, we can move on to the implementation plan."

Wait for explicit approval before proceeding.

Step 5: Create Tasks Document

Once design is approved, create tasks.md in the feature directory with:

  • Numbered checklist of coding tasks
  • Each task should reference specific design components
  • Include only coding tasks - no deployment, documentation, or other non-coding tasks

Example structure:

# Implementation Tasks

## Tasks

- [ ] 1. Create data model for [entity]
- [ ] 2. Add API endpoint for [action]
- [ ] 3. Implement validation logic
- [ ] 4. Add unit tests for [component]
- [ ] 5. Add integration tests for [feature]

Step 6: Tasks Approval Gate

Ask the user: "Do the tasks look good?"

Wait for explicit approval.

Step 7: Stop

Do not implement any code. The workflow ends here. Implementation should be a separate activity initiated by the user.

Important Rules

  1. Never skip steps - Each step builds on the previous one
  2. Always get approval - Do not proceed without explicit user confirmation
  3. No implementation - This workflow is for planning only
  4. Kebab-case naming - Feature directories use kebab-case (e.g., user-authentication)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.26%
按下载量换算95

Claude

28.75%
按下载量换算80

Cursor

17.09%
按下载量换算47

Gemini CLI

9.97%
按下载量换算28

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills