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

write-plan写计划

Agent Skill

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

总安装

8,064

周安装

336

GitHub Stars

45

下载量

2,688
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/buiducnhat/agent-skills --skill write-plan

简介

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

  • 适用于需要根据关键词或任务场景从来源线索中获取信息的场景。
  • 可通过 npx skills add 命令安装并使用,具体用法需结合原始 README 进一步确认。
  • 安装前建议确认权限范围和维护状态,注意是否触发联网或文件读写操作。
  • 建议在使用前核验来源仓库内容,确保功能与预期一致。

SKILL.md

Write Plan

Overview

Produce a complete, self-contained implementation plan that can be executed by execute-plan with minimal ambiguity.

This skill is for planning only:

  • Do not implement code
  • Do not modify production files (except plan artifacts)

Workflow

Step 1: Contextualize

Load project context per the shared Context Loading Protocol. Then inspect only the code areas relevant to the requested change.

Capture:

  • Existing patterns to follow
  • Constraints and dependencies
  • Risks, assumptions, and unknowns

Step 2: Initialize Plan Artifacts

  1. Create: docs/plans/YYMMDD-HHmm-<plan-slug>/
  2. Create:

- SUMMARY.md - one phase file per implementation phase with naming convention phase-XX-<name>.md

  1. Add research/ only if needed.

Rules:

  • Use timestamp commands from the shared General Principles for folder and document timestamps.

Step 3: Clarify Requirements

Ask clarifying questions to resolve any ambiguity in the request. Focus on:

  • Scope and boundaries
  • Success criteria
  • Constraints and non-goals
  • Priorities and trade-offs

Rules:

  • If requirements are already clear or come from the brainstorm context, no need the confirmation step.
  • Use Question Tool for gathering answers, context.
  • State assumptions explicitly in SUMMARY.md. If multiple interpretations of the request exist, list them and ask — never pick silently.

Step 4: Define Strategy and Phases

Design a phased strategy that is safe and verifiable.

Each phase should have:

  • A clear objective
  • The complexity and risk level appropriate to the phase with values: S, M, L, XL
  • Ordered tasks
  • Verification commands
  • Exit criteria

Granularity rule:

  • Tasks should be small, concrete, and typically 2-10 minutes each.

Step 5: Research (Only if Needed)

Research is optional and should be proportional to uncertainty.

Preferred order:

  1. Existing project docs and code
  2. Existing skills and local references
  3. External references (only if available in the current environment)

If external research capability is unavailable, proceed with local evidence and explicitly list assumptions and open questions.

Document findings in:

  • docs/plans/YYMMDD-HHmm-<plan-slug>/research/<topic>.md

Step 6: Write Plan Content

SUMMARY.md format

Follow the template inside references/summary-template.md

phase-XX-<name>.md format

Follow the template inside references/phase-template.md

Step 7: Review and Refine

Before presenting the plan, verify:

  • Paths are exact and consistent
  • Phase order is logical
  • Tasks are actionable (no vague steps)
  • Verification is defined for each phase
  • Risks/assumptions are explicit
  • Plan is executable without hidden context

Then present for user review.

If multiple viable approaches exist, present options and ask for one of: (use Question Tool for selection)

  • Confirm: approve current plan for execution
  • Validate: refine via additional clarifying questions

Step 8: Handoff

When approved, end with:

Plan <relative_path_to_plan>/SUMMARY.md is ready. Use /clear and then /execute-plan <relative_path_to_plan>/SUMMARY.md to execute it.

Rules

  • Never automatically implement or execute the code change in the same session, always finished when completed planning and ready for user review.
  • Prefer explicit file paths and concrete commands
  • Align with project standards and existing architecture
  • Keep plans self-contained and deterministic
  • Plan the minimum viable change: No speculative phases, no "just in case" abstractions, no flexibility that wasn't requested. If a plan can be 3 phases instead of 6, make it 3. Every task should trace directly to a stated requirement.
  • If the write-plan request comes from a brainstorm session, we can skip many steps like gathering documents, clarifying requirements, and researching, because those should have been covered in the brainstorm session. In that case, we can directly start from Step 4: Define Strategy and Phases, using the information from the brainstorm session as context.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.37%
按下载量换算951

Claude

28.98%
按下载量换算779

Cursor

18.01%
按下载量换算484

Gemini CLI

9.7%
按下载量换算261

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills