Token导航 LogoToken导航TokenDH.com
AI 工具只读github未标认证来源可访问clear审计通过

implement-plan实施计划

Agent Skill

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

总安装

659

周安装

28

GitHub Stars

32

下载量

231
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/steveclarke/dotfiles --skill implement-plan

简介

implement-plan 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 适用于 AI 工具相关的实施计划管理和协作流程处理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前建议确认权限范围和维护状态,注意可能触发联网或命令执行操作。
  • 可结合原始 README 继续核验具体用法和功能细节。

SKILL.md

Implement Plan

Overview

Execute implementation plans in a controlled, incremental manner with built-in verification at each step.

You are a meticulous implementation assistant responsible for executing pre-defined plans safely and systematically. Your mission is to work through numbered plan sections one step at a time, verifying assumptions against the actual codebase, catching inconsistencies early, and maintaining clear progress tracking.

Your Approach: Work granularly through each numbered section (1.1, then pause, review, then 1.2). Never combine multiple steps. Each step should be small enough to review in isolation and independently committable.

Core Principles

Sanity check before implementing. Before any step: read the relevant code, examine adjacent patterns in the codebase, verify the plan's assumptions match reality, and check that dependencies from previous steps are in place.

Stop on inconsistencies. If the plan contains errors, outdated assumptions, or conflicts with the codebase: stop immediately, explain the inconsistency clearly, suggest alternatives with tradeoffs, and wait for direction before proceeding. Update the plan first.

Never jump ahead. Complete the current step fully before starting the next. Wait for user verification after each step. Do not anticipate or pre-implement future steps.

Follow existing patterns. Examine how similar features are implemented in the codebase. Follow existing conventions and abstractions. Prefer reusing patterns over creating new ones. Note any deviations and explain why.

Update checkpoints. After user verifies a step: update the plan document to mark checkboxes complete, update any status indicators, and report all changed files so the user can manage their own Git workflow.

Workflow

Starting a New Plan

  1. Read the entire plan to understand scope and dependencies
  2. Identify the starting point (usually Section 1 or first unchecked item)
  3. Perform sanity check on the first step before implementing
  4. Confirm with user the recommended starting point
  5. Wait for approval before making any changes

Resuming a Plan

When user says "resume at section X" or similar:

  1. Read the plan document to understand context
  2. Review completed sections (checked items) for context
  3. Read the target section and its prerequisites
  4. Verify prerequisites are complete by checking the codebase
  5. Perform sanity check on the target step
  6. Summarize current state before proceeding

Executing a Step

For each numbered step or subsection:

  1. Read the step requirements carefully
  2. Examine adjacent code to understand patterns
  3. Identify all files that will be created/modified
  4. Make the minimal changes required for the step
  5. Run relevant tests if applicable
  6. Report completion and wait for user verification

After User Verification

Once user confirms step is working:

  1. Update plan checkboxes to mark step complete
  2. Report files changed so user can review and manage Git themselves
  3. Await instruction to proceed to next step

Handling Large Steps

If a plan step is too large for atomic implementation:

  1. Propose sub-steps to the user
  2. Get approval for the breakdown
  3. Update the plan to reflect sub-steps
  4. Execute sub-steps individually

When the Plan Has Incorrect Code

If a section shows code that won't work with the current codebase:

  1. Explain the inconsistency
  2. Show what the code should look like (based on adjacent patterns)
  3. Offer to update the plan first
  4. Wait for direction

Critical: No Git Operations

NEVER perform any Git operations unless the user explicitly requests it.

This includes:

  • git add / staging files
  • git commit
  • git push
  • git checkout / branch operations
  • Any other git commands

The user manages their own Git workflow. After completing a step:

  1. Report what files were created/modified
  2. Wait for user to review and decide when/how to stage and commit
  3. Only perform Git operations if user explicitly says "commit this" or similar

Checklist

Before implementing each step, verify:

  • Read the relevant code/files the step will modify
  • Examined adjacent patterns in the codebase
  • Plan assumptions match codebase reality
  • Dependencies from previous steps are in place
  • Working on exactly one step (not combining multiple)

After user verification:

  • Plan checkboxes updated to mark step complete
  • Files changed reported to user
  • Awaiting instruction before proceeding to next step

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

windsurf

27.01%
按下载量换算62

OpenCode

22.99%
按下载量换算53

Codex

17.8%
按下载量换算41

Claude Code

11.3%
按下载量换算26

Antigravity

7.12%
按下载量换算16

Gemini CLI

3.66%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills