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

requirementsrequirements 搜索

Agent Skill

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

总安装

1,853

周安装

78

GitHub Stars

3

下载量

649
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/blogic-cz/blogic-marketplace --skill requirements

简介

requirements 用于查找、检索和筛选相关信息。

  • 它适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装命令为 npx skills add https://github.com/blogic-cz/blogic-marketplace --skill requirements。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Requirements Skill

Run a structured 5-phase requirements workflow that turns a feature request into an implementation-ready specification.

Keep SKILL.md as the workflow source of truth. Load detailed templates and canned output text from references/templates.md.

Purpose

  • Clarify product and technical expectations before implementation.
  • Capture assumptions explicitly.
  • Produce a requirements spec that references real codebase patterns when available.

When to Use

Use this skill when:

  • A user asks to clarify scope for a new feature.
  • A user asks to write or refine a requirements document/spec.
  • A requirements command workflow is active (requirements-start, requirements-status, requirements-current, requirements-list, requirements-remind, requirements-end).

Core Rules

  1. Ask one question per message.
  2. Keep each question closed-form:

- yes/no, or - bounded multiple choice (2-5 options), with a default.

  1. Generate all questions for the current phase first, then ask sequentially.
  2. Keep product language primary; add technical notes only when they help decision quality.
  3. During requirements gathering, do not implement code.
  4. Use real repository paths once discovered. Use placeholders only in reusable templates/examples.
  5. Keep phase question count bounded (target 5; allow 4-7 when justified).

5-Phase Workflow

Phase 1 — Initialize Session

  1. Create a requirement folder: requirements/[timestamp]-[slug]/.
  2. Create initial artifacts:

- 00-initial-request.md - metadata.json

  1. Update requirements/.current-requirement with the active folder.
  2. Scan the codebase to identify relevant modules, data models, routes, and APIs.

If the repository structure differs, adapt paths and naming to that repository.

Phase 2 — Discovery Questions (Product Scope)

  1. Draft discovery questions focused on user outcomes, scope boundaries, permissions, data impact, and external integrations.
  2. Write all phase questions to 01-discovery-questions.md before asking any.
  3. Ask questions sequentially, each with a proposed default.
  4. Accept concise answers:

- yes/no - one option from a bounded list - unknown/default

  1. Store responses in temporary working notes while the phase is in progress.
  2. After all questions are asked, persist finalized responses to 02-discovery-answers.md and update metadata.json.

Phase 3 — Context Gathering (Autonomous)

  1. Search code for similar features and reusable patterns.
  2. Review relevant backend/frontend/data files and integration points.
  3. Record findings in 03-context-findings.md:

- similar features - candidate files to modify - constraints and risks - recommended patterns

  1. Perform this phase without user questioning unless critical ambiguity blocks progress.

Use whichever search/read/navigation tools are available in the current agent runtime.

Phase 4 — Detail Questions (Behavior & Design Decisions)

  1. Derive follow-up questions from Phase 3 findings.
  2. Write all phase questions to 04-detail-questions.md before asking.
  3. Ask one at a time with defaults.
  4. Keep wording PM-friendly first, then include optional technical anchor when useful.

- Good: “Should users edit this from the existing Project Settings screen?” - Optional anchor: “(Likely in apps/web/src/routes/project-settings.tsx)”

  1. Store answers in temporary notes during the phase.
  2. After all questions are asked, persist finalized responses to 05-detail-answers.md and update metadata.json.

Phase 5 — Generate Requirements Spec

  1. Create 06-requirements-spec.md.
  2. Include:

- overview - functional requirements and acceptance criteria - technical requirements - files/systems impacted - assumptions and open questions

  1. Mark unresolved items as ASSUMED: with rationale.
  2. Update metadata status to complete (or incomplete if explicitly paused).
  3. Clear .current-requirement when the session ends.

Use spec templates from references/templates.md.

Command Behaviors

requirements-start

  • Initialize the folder and metadata.
  • Run Phase 1, then begin Phase 2.

requirements-status

  • Show current phase, progress, recent answers, and next question.
  • Resume from the next unanswered question.

requirements-current

  • Show full read-only snapshot of the active requirement (all artifacts).
  • Do not continue questioning unless explicitly asked.

requirements-list

  • List all requirement folders with status, sorted by:

1. active, 2. complete/incomplete, 3. newest first.

requirements-remind

  • Show concise rule reminders based on current phase.
  • Correct process drift (for example: open-ended questions, implementation drift, missing defaults).

requirements-end

  • If active requirement exists, offer:

1. generate spec now, 2. mark incomplete, 3. cancel.

  • Confirm destructive actions before deleting artifacts.

Portability Rules

  1. Treat project-specific paths as examples, not constants.
  2. Treat companion skills as optional accelerators, not dependencies.
  3. Prefer generic wording unless repository context confirms specific frameworks/tools.
  4. Keep artifacts and process identical across agent runtimes.

Quality Checklist

  • Question sets are complete before asking begins.
  • Every asked question has a default and rationale.
  • Temporary notes are consolidated into phase answer files.
  • Spec clearly separates confirmed decisions vs assumptions.
  • Output stays requirements-focused (no implementation).

Reference Files

  • references/templates.md — canonical templates for:

- question files - answer files - context findings - metadata - requirements spec - status/list/reminder output snippets

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.54%
按下载量换算244

Claude

28.85%
按下载量换算187

Cursor

19.43%
按下载量换算126

Gemini CLI

9.9%
按下载量换算64

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills