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

plan计划

Agent Skill

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

总安装

297

周安装

12

GitHub Stars

公开资料未说明

下载量

93
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/kelvinz/cobb --skill plan

简介

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

  • 适用于根据关键词、任务场景或来源线索进行信息定位和整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前需确认权限范围、维护状态及是否涉及联网或文件操作。
  • plan 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

plan

Create a clear, implementation-ready PRD for a single feature (not code).


Guardrails

  • Do not implement the feature.
  • If the user asks to implement, propose writing a PRD first (or ask if they want to skip the PRD).
  • Prefer asking a small number of high-value questions; otherwise write a draft PRD with explicit assumptions.
  • Write the PRD so a junior dev (or another AI) can implement it without extra context (plain language, explicit edge cases, verifiable acceptance criteria).
  • Treat memory capture as built-in: if planning introduces durable decisions/constraints, update tasks/memory.md in this step.

Workflow

  1. Identify the feature:

- Prefer a feature ID like f-01 if available. - If tasks/todo.md exists, use the matching feature entry as the baseline for outcome + scope. - If the feature entry includes Type:, carry it into the PRD Summary so implement can branch and implement appropriately. - If Type: is missing, assume Type: feat. - If tasks/todo.md is missing or the feature is not in it yet, stop and use new to add the feature to tasks/todo.md first. - If tasks/memory.md exists, skim relevant key decisions / notes before finalising requirements.

  1. Check priority (if tasks/todo.md exists):

- Priority is determined by list order (higher in the list = higher priority). - If there are higher-priority unchecked items above this feature, ask the user to confirm they want to proceed (vs writing a PRD for one of the higher-priority items first). Mention the higher-priority IDs/names. - If the user says this item is urgent, recommend switching to new to move it higher in tasks/todo.md, then return to plan.

  1. Determine the PRD file path:

- First look for an active PRD matching the feature ID in tasks/ (tasks/f-##-*.md). - If one exists, use it. - Otherwise use tasks/f-##-<feature-slug>.md (include the feature ID in the filename).

  1. If a PRD already exists at that path, update it in place (do not create a duplicate PRD unless the user asks). Do not reset any existing checklist items inside the PRD.
  2. Ask essential clarifying questions (lettered options) only when needed.
  3. Confirm scope boundaries (in-scope vs non-goals) and success metrics.
  4. Write or update the PRD at the chosen path (create tasks/ if missing):

- Ensure implementation progress is trackable via checklist items (for example, user stories and acceptance criteria checkboxes). - If tasks/todo.md lists Dependencies: for this feature, include them in "Dependencies & Constraints" (dependency validation happens during implement). - For UI/UX-heavy features, include expected design inputs (mockups, tokens, interaction notes) and whether design should run before implement.

  1. If tasks/todo.md exists, update it to reflect the PRD:

- Check the feature checkbox (- []- [x]).

  1. Evaluate memory-worthy outcomes and update tasks/memory.md inline when needed:

- architecture or requirement decisions with durable impact - new constraints, non-goals, or rollout assumptions - risk decisions likely to affect later implementation/review

  1. Reply with updated file paths and a short summary + open questions.

Clarifying Questions (Only If Needed)

Ask up to ~7 questions. Use numbered questions with A/B/C/D options and an Other option so the user can reply like 1B, 2D, 3A.

Cover only what is ambiguous:

  • which feature this PRD is for (feature ID/name)
  • user + use case
  • problem + desired outcome
  • scope boundaries (in scope vs out of scope)
  • whether this is Type: feat vs fix vs chore
  • feature dependencies (by feature ID)
  • conflicts with existing decisions/constraints (from tasks/memory.md)
  • platforms/surfaces
  • data + permissions
  • integrations / external dependencies
  • success metrics
  • rollout constraints / timeline

Example question format

1. What is the primary goal?
   A. Enable a new capability
   B. Improve an existing workflow
   C. Reduce cost / time / errors
   D. Other: [describe]

PRD Template (Markdown)

Use references/prd-template.md as the default PRD template and checklist.

  • Read it before drafting a new PRD.
  • For updates to an existing PRD, edit only impacted sections and preserve existing checkbox state.
  • Keep acceptance criteria concrete and verifiable; examples are in the reference file.

Output

  • Create or reuse tasks/.
  • Save/update the PRD at the chosen path (prefer existing active tasks/f-##-*.md; otherwise tasks/f-##-<feature-slug>.md).
  • If the slug or scope is ambiguous, ask the user to confirm before saving.
  • If tasks/todo.md exists, update it (check the feature only; no PRD path field).
  • If the PRD introduces durable decisions/constraints, update tasks/memory.md in the same run.
  • For UI/UX-heavy PRDs, recommend design (optional) before implement.
  • End with a short status block:

- Files changed: list of created/updated files - Key decisions: any assumptions or choices made (if any) - Next step: recommended next skill or action


Todo Sync (If tasks/todo.md Exists)

  • Update tasks/todo.md in place; do not reformat the whole file.
  • Find the matching feature by ID (preferred) or by feature name.
  • Update the feature checklist item to checked (- []- [x]). In tasks/todo.md, checked means "PRD exists" (not "built").
  • Preserve the feature's Type: / Dependencies: lines as-is unless the user explicitly asked to change them.
  • If the feature is not present in tasks/todo.md, do not create a PRD yet—use new to add the feature first, then return to plan.

Quality Checklist

Before saving, run the "Quality Checklist" in references/prd-template.md. At minimum confirm:

  • existing PRDs were updated in place (no duplicates)
  • tasks/todo.md checkbox was synced when applicable
  • dependencies and Type: were preserved/updated correctly

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.78%
按下载量换算31

Claude

29.08%
按下载量换算27

Cursor

18.66%
按下载量换算17

Gemini CLI

9.9%
按下载量换算9

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills