Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计提醒

execute-plan执行计划

Agent Skill

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

总安装

318

周安装

13

GitHub Stars

公开资料未说明

下载量

102
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/dolesshq/self-obsolescence --skill execute-plan

简介

execute-plan 用于加载并执行 .cursor/plans/ 中的计划文件,更新任务状态推进工作流。

  • 适合在已有明确计划时逐步完成开发任务,保持最多一个进行中的任务。
  • 自动读取 plan.md 文件,按状态转换规则推进进度,支持范围变更处理。
  • 每次状态变更后更新计划文件,确保记录可追溯。
  • 使用前请确认路径格式正确性及是否有文件读写权限。

SKILL.md

Execute Plan

Goal

Execute a plan stored in .cursor/plans/*.plan.md, updating todo statuses as work progresses.

Minimal workflow

  1. Load the plan file

- Read the provided .plan.md path. - Confirm the plan uses the expected YAML frontmatter with todos. - If the path or format is missing, ask the user for clarification.

  1. Execute tasks with status transitions

- When starting a task, set its status to in_progress. - Keep at most one in_progress task at a time. - When a task is finished, set its status to completed. - Update the plan file after each status change.

  1. Handle scope changes

- If the user adds or changes requirements, update the plan file to reflect the new or adjusted todos.

  1. Output formatting

- In responses, reference the plan file path and describe what was completed or is in progress.

  1. Completion requirements

- When all todos are completed, output a Markdown block that begins with: - I just implemented <plan filepath>. Review the plan, review all code changes, and determine if the changes align with the plan. Then have a UI testing subagent manually verify any and all front-end changes. - Below that opening line, include: - A concise summary of all changes made while executing the plan. - A file-level change log describing what changed in each file and why. - Clear, actionable instructions for a UI tester to manually validate the changes, using a generic tester alias (for example, ui-ux-tester). - Assume the tester has zero knowledge of the codebase. - For every manual check, specify where to go in product terms (route/page URL and the relevant section, panel, or table). - Avoid component-only references (for example, "DatePicker", "TableRow", "Modal X") unless paired with exact on-page location and user-visible labels. - Prefer task language the tester can execute directly: "Open <route>, click <button label>, verify <expected result>." - Write the same completion Markdown (opening line + summary + file-level change log + UI tester instructions) back into the .plan.md file under a new section named ## Reviewer Handoff. - This section is for reviewers to reference later. - Do not include the request for approval to archive the plan in this .plan.md section. - The summary must include the plan name and its filepath. - After the summary, ask the user for approval to archive the plan. - If the user approves, move the plan file from .cursor/plans/ to .cursor/plans/archive/ and confirm the new location.

Reviewer Handoff Template

Use this exact structure in the final user response and mirror it in the plan file under ## Reviewer Handoff (excluding the archive-approval ask in the plan file):

I just implemented <plan filepath>. Review the plan, review all code changes, and determine if the changes align with the plan. Then have a UI testing subagent manually verify any and all front-end changes.

Implemented plan: **<plan name>** at `<plan filepath>`.

Change summary:
- <high-level outcome 1>
- <high-level outcome 2>

File-level changelog:
- `<absolute-or-workspace-relative-path>`: <what changed and why>
- `<absolute-or-workspace-relative-path>`: <what changed and why>

UI manual verification checklist:
1. `<ui tester alias>`: Open `<route>`. In `<section/panel/table>`, click `<control label>`, then verify `<expected result>`.
1. `<ui tester alias>`: Open `<route>`. In `<section/panel/table>`, perform `<user action>`, then verify `<expected result>`.
1. `<ui tester alias>`: Open `<route>`. In `<section/panel/table>`, verify `<visual/behavioral expectation>`.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.5%
按下载量换算37

Claude

30.79%
按下载量换算31

Cursor

18.68%
按下载量换算19

Gemini CLI

8.99%
按下载量换算9

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills