Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

planning-doc-triad规划文档三合一

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

264

周安装

11

GitHub Stars

公开资料未说明

下载量

88
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/sjunepark/custom-skills --skill planning-doc-triad

简介

planning-doc-triad 用于辅助文档、README 和内容稿件的整理与改写,支持 Markdown 结构优化。

  • 适用于提炼章节结构、统一术语或检查链接等场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用该技能。
  • 使用时应保留项目已有事实,避免写成确定结论,对外文案需控制语气。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Planning Doc Triad

Use three planning documents with non-overlapping roles. If the repo already has canonical files for these roles, reuse them. If it does not, default to:

  • docs/roadmap.md: strategic direction and phased sequencing
  • TODO.md: near-term actionable queue
  • PLAN.md: one active detailed plan for the current job

This structure separates strategy, near-term execution, and active working context. Treat it as a hierarchy:

  • roadmap sets direction
  • todo holds the near-term candidate queue
  • plan expands the one todo item currently being executed

When To Apply It

Apply this skill when:

  • roadmap items are mixed with implementation tasks
  • there is no clear "what next" list
  • multiple plan files keep going stale
  • detailed planning is happening only in chat history
  • priorities are hard to infer from the current docs

Use it both for new repos and for cleaning up an existing planning system.

Core Rules

Roadmap doc

Use the roadmap for:

  • product or technical direction
  • phases or milestones
  • intentional deferrals
  • sequencing across multiple chunks of work

Do not use the roadmap for:

  • session-level checklists
  • fine-grained task breakdowns
  • ephemeral notes

If the repo already has a canonical roadmap file, reuse it. Otherwise default to docs/roadmap.md.

Todo doc

Use the todo file for:

  • near-term candidate work
  • active or next-up work
  • unrelated items that could reasonably be worked on soon
  • small actionable items
  • ordered execution priority

Keep it:

  • short
  • concrete
  • easy to scan

Do not turn it into a strategy memo or a storage place for distant ideas. Do not expand a todo item into a detailed execution document until it becomes the active job.

If the repo already has a canonical todo file, reuse it. Otherwise default to TODO.md.

Active plan doc

Use the plan file for:

  • one active initiative
  • the one todo item currently being executed
  • one detailed job breakdown
  • current scope, non-goals, and steps

Keep one clearly active detailed plan file. If the repo already has a canonical current-plan location, reuse it instead of adding another root-level plan file. When a todo item becomes the current job, expand it here instead of turning TODO.md into prose. Rewrite the active plan freely as the current job changes. Do not preserve stale plan history in multiple competing active plan files.

Setup Workflow

When introducing this methodology to a repo:

  1. Check whether the repo already has a roadmap, todo list, or plan docs.
  2. Reuse existing files when they already match the intended role.
  3. If the repo has no established convention for a missing role, create the missing files in these default locations:

- docs/roadmap.md - TODO.md - PLAN.md

  1. Remove overlap so each file has one clear job.
  2. Move durable decisions into canonical docs such as architecture or product docs.

Maintenance Workflow

When updating planning docs during normal work:

  1. Keep the roadmap file focused on strategic direction, milestones, and sequencing.
  2. Keep the todo file as the ordered near-term queue derived from that direction.
  3. When one todo item becomes the current job and needs detail, expand it into the active plan file.
  4. During execution, update the active plan as scope or steps change.
  5. After execution, remove completed items from the todo file, add any new follow-up tasks there, and rewrite the active plan for the next job.
  6. If the plan produced durable decisions, persist them outside the active plan file.

Writing Standards

  • Keep all three files concise.
  • Lead with what matters now.
  • Use direct, concrete wording.
  • Prefer ordering over categorization unless categories materially help.
  • Avoid repeating the same item across files.

Recommended File Shapes

docs/roadmap.md

Prefer this structure:

  • purpose or current recommendation
  • phases or milestones
  • likely deliverables per phase

TODO.md

Prefer this structure:

  • one short rule line
  • ## Next Up
  • a flat ordered list of near-term candidate tasks

PLAN.md

Prefer this structure:

  • current job promoted from TODO.md
  • goal
  • in scope
  • out of scope
  • work plan
  • exit criteria

Anti-Patterns

Avoid these failure modes:

  • turning the roadmap into a backlog
  • turning the todo file into a strategy memo
  • keeping several plan files for parallel jobs without a clear active one
  • leaving the active plan file as stale history after the job changes
  • storing important product decisions only in the active plan file

Output

When applying this methodology, produce:

  • the updated files, or the new files that were actually needed
  • a short explanation of what each file now owns
  • the current next actions

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.4%
按下载量换算30

Claude

29.53%
按下载量换算26

Cursor

19.08%
按下载量换算17

Gemini CLI

8.53%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills