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

agile-intake敏捷摄入

Agent Skill

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

总安装

269

周安装

11

GitHub Stars

公开资料未说明

下载量

87
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/djalmajr/essential-skills --skill agile-intake

简介

agile-intake 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。

  • 它将模糊问题或未结构化请求转化为清晰可操作的 intake 文档,支持多语言输出与模板本地化。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法和模板翻译。
  • 使用前应确认权限范围、维护状态,并评估是否触发文件读取或知识库查询操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Intake

Use this skill to transform vague problems, initial ideas, or unstructured requests into clear, actionable intake documents.

Initial context received via slash: $ARGUMENTS

If $ARGUMENTS is filled (e.g., file path, text, issue reference, URL), use as starting point for the intake. If empty, start by asking for a short description of the problem.

Language

Write the artifact in the user's language. Apply correct grammar and any required diacritics or script-specific characters. If the user's language is unclear, ask before generating output. Templates are in English — translate headers and content to match.

Objective

  • Make the problem or opportunity explicit before planning
  • Identify constraints, premises, and open questions
  • Define the next step in the flow: /agile-roadmap, /agile-epic, or /agile-story
  • Avoid work starting without clarity about what is being solved

When to use

  • Someone brings an idea, need, or problem without defined scope
  • The request is too vague to become an epic or task directly
  • There is uncertainty about size, priority, or approach
  • It is the first contact with a new problem

When NOT to use

  • The problem is already clear and scope is defined — use /agile-epic or /agile-story directly
  • The work has already been decomposed — go to /agile-epic or /agile-story
  • It's a trivial fix — use /agile-story directly

Intake process

1. Listen and record

Ask the user:

  • What is the problem or opportunity?
  • Who is affected and how?
  • Is there urgency or deadline?
  • What constraints are already known?

Don't assume answers. If the user doesn't know, register as an open question.

2. Structure the intake

Fill in the template with collected information:

  • Context: problem, initial objective, value signal, constraints
  • Initial scope: what is included and what is not (even if provisional)
  • Inputs and references: stakeholders, documents, technical context
  • Open questions: everything that doesn't have an answer yet

3. Define next step

Based on trajectory complexity (not duration):

  • Multi-phase trajectory with dependencies (regardless of total duration) → /agile-roadmap → then /agile-epic Indicators — if 2+ apply, use roadmap:

- Multiple initiatives that need sequencing (can't run all in parallel) - Decisions today affect future decisions (local optimization can become tech debt) - Stakeholders need to see the whole journey before approving individual steps - External dependencies (other teams, vendors, deadlines) - Total complexity exceeds what fits in a single epic

  • Single coordinated initiative with broad scope → /agile-epic
  • Medium problem with reasonable scope → /agile-epic (to decompose into stories)
  • Small and clear problem/agile-story
Important: Roadmap is not defined by time horizon (e.g., "3-12 months"). A 4-week initiative with 5 distinct phases and critical ordering also benefits from a roadmap. The criterion is trajectory complexity, not duration.

Register the recommendation in the intake and confirm with the user.

Flow rule: For large or complex items, decomposition via /agile-epic is mandatory before execution. Only small, localized items can skip directly to /agile-story.

4. Save the intake

  • Ask for the initiative name (e.g., "component-tests", "auth-refactor")
  • Save at planning/<initiative>/intake.md
  • If the user prefers not to save, present inline

5. Chain

After user confirmation, offer to generate the next artifact following the official flow:

  • Multi-phase trajectory → "Do you want me to create the /agile-roadmap?"
  • Single coordinated initiative → "Do you want me to run /agile-epic to decompose into stories?"
  • Small/clear → "Do you want me to create the /agile-story?"

6. Validate

Before closing the intake, confirm:

  • The problem is clear enough for the next step
  • Constraints and premises have been made explicit
  • The next artifact in the flow has been defined

Rules

  • Never jump straight to implementation from an intake. The intake generates the next artifact, not code.
  • If the user insists on starting without clarity, register the risks and ask if they want to proceed anyway.
  • The intake should be short — 10 to 15 minutes of conversation maximum. If it takes longer, the problem probably needs /agile-epic decomposition.
  • Keep the tone of discovery, not detailed planning.

Template

Use ~/.agents/templates/intake.md as base for the artifact.

Relationship with the flow

flowchart LR
    A["/agile-intake"] --> B{next step}
    B --> C["/agile-roadmap"]
    B --> D["/agile-epic"]
    B --> E["/agile-story"]

This skill is the entry point of the flow. It captures the problem and directs to the correct skill. For guidance on which skill to use, you can also use /agile-router.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.42%
按下载量换算30

Claude

30.83%
按下载量换算27

Cursor

17.35%
按下载量换算15

Gemini CLI

9.2%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills