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

plan-work计划工作

Agent Skill

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

总安装

261

周安装

11

GitHub Stars

5

下载量

92
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/yigitkonur/skills-by-yigitkonur --skill plan-work

简介

plan-work 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限和维护状态。
  • 使用前应检查是否会触发联网、命令执行或文件读写操作。
  • plan-work 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Plan Work

Use this skill to turn ambiguous or high-stakes work into a decision, sequence, or safe-to-learn experiment.

Trigger boundaries

Use it when the main deliverable is:

  • a clearer problem frame
  • a decision with trade-offs
  • a ranked or sequenced backlog
  • a risk-aware execution plan
  • a root-cause hypothesis for a recurring issue

Do not use it as a substitute for:

  • external information gathering (run-research) -- use plan-work for reasoning over available context; hand off to run-research when the decision requires external data, benchmarks, or literature you do not have
  • code writing or refactoring (build-*, develop-*)
  • PR review (review-*)
  • debugging or verification (debug-*, test-*)

If another skill owns execution, use this skill to structure the decision first, then hand off.

Operating stance

  1. Frame before fix.
  2. Use the smallest method stack that improves clarity.
  3. Match analysis depth to reversibility, evidence quality, and blast radius.
  4. Prefer a concrete recommendation or next experiment over abstract discussion.
  5. Always separate facts, assumptions, unknowns, and preferences (surface user preferences in step 2 framing).

Reference router

Start with one file. Add a second only when it answers a different question. For a full overview of the reference library structure, see references/README.md.

NeedStart withAdd only if
Vague, broad, or conflicting requestreferences/01-intake-and-framing.mdreferences/09-thinking-methods-catalog.md if method choice is unclear
Recurring failure or root-cause disputereferences/02-root-cause-and-problem-solving.mdreferences/05-systems-thinking.md if system effects dominate
Comparing options, technology, or architecturereferences/03-option-design-and-decision-quality.mdreferences/06-technical-strategy-and-architecture.md for ADRs or technical strategy
Backlog overload or sequencingreferences/04-prioritization-and-sequencing.mdreferences/08-execution-risk-and-learning.md if changing conditions threaten delivery
Side effects across teams or systemsreferences/05-systems-thinking.mdreferences/07-communication-and-alignment.md if alignment is the real bottleneck
Stakeholder alignment or decision communicationreferences/07-communication-and-alignment.mdreferences/01-intake-and-framing.md if goals or scope are still fuzzy
Execution risk, checkpoints, retros, or pivot triggersreferences/08-execution-risk-and-learning.mdreferences/04-prioritization-and-sequencing.md if scope cuts or re-sequencing are needed
Unsure which thinking method fitsreferences/09-thinking-methods-catalog.mdthe single domain file that matches the actual planning job

Default workflow

1. Classify the planning job

Pick one dominant job first:

  • frame the problem *(see references/01-intake-and-framing.md)*
  • diagnose a cause *(see references/02-root-cause-and-problem-solving.md)*
  • compare options *(see references/03-option-design-and-decision-quality.md)*
  • prioritize work *(see references/04-prioritization-and-sequencing.md)*
  • align people *(see references/07-communication-and-alignment.md)*
  • de-risk execution *(see references/08-execution-risk-and-learning.md)*

Precedence when multiple jobs apply: diagnose > compare > prioritize > frame > align > de-risk. Resolve the higher-precedence job first; the others often collapse once it is answered. When still tied, choose the job whose output the next decision-maker needs first.

State it explicitly in the output: This is primarily a ___ decision/problem.

Do not try to run every planning mode at once. If a second job emerges mid-workflow, complete the first fully, then start a second pass.

2. Frame the mission before proposing solutions

Capture:

  • mission sentence: We need to ___ so that ___ within ___ constraints.
  • success criteria and failure signals (success is observable when there is a metric, test, or outcome you could check)
  • constraints and non-negotiables
  • facts vs. assumptions (a fact has observable evidence you can point to; an assumption is an unverified belief -- label each)
  • preferences: stakeholder or user priorities that are not hard constraints
  • scope: in / out / unknown

Stop here and do not recommend a plan yet if any of these are true:

  • the decision-maker is unknown
  • success cannot be observed (no metric, test, or outcome you could check)
  • 3+ core 5W2H questions are unanswered (5W2H = Who, What, Where, When, Why, How, How-much -- see references/01-intake-and-framing.md for template)
  • critical unknowns have no owner or resolve-by date (for AI agents: owner = who can answer; resolve-by = can planning proceed without it?)

If blocked, return a decision-ready gap list instead of pretending the plan is ready. Format each gap as: (a) what is missing, (b) who can provide it, (c) what it blocks, (d) suggested default if no answer comes. If framing stays blocked after gap list, consult recovery paths below.

Exception — provisional sequencing mode: If the user explicitly asks for a sequence/ranking now and the work is still reversible, you may add a clearly labeled Provisional Plan after the gap list. Use the provisional sequencing fallback in references/04-prioritization-and-sequencing.md for the ranking shape. It must:

  • list the assumptions that make the sequence valid
  • prefer the smallest reversible steps and learning-rich tasks first
  • name the trigger that would invalidate the ordering
  • avoid sounding committed or decision-ready

Examples:

  • Blocked: decision-maker, deadline, and success metric are all missing.
  • Potentially provisional: decision-maker and success metric are known, but budget and exact downstream owner are still TBD.

3. Choose the smallest useful method

Consult the reference router above to load the reference file matching your chosen method. The reference file contains templates, worked examples, and edge-case guidance essential for correct execution.

Use one primary method. Add one companion only if the primary method cannot answer a question the user explicitly asked.

SituationUseAvoid
Several measurable optionsDecision matrix *(ref 03)*Hard choice model unless the real conflict is values
Values or principles conflictHard choice model *(ref 03)*Fake precision with weighted scores
Single incident5 Whys *(ref 02)*Full systems mapping unless evidence says the cause is systemic
Recurring or multi-cause issueIceberg / Ishikawa / hypothesis-driven RCA *(ref 02, 05)*Stopping at human error or bad communication
Backlog overloadRICE or Impact-Effort, then MoSCoW for scope *(ref 04)*Heavy scoring when the list is small or the data is fictional
Fast-changing executionOODA + confidence-based pacing *(ref 08)*Long upfront optimization loops
Executive communicationMinto Pyramid *(ref 07)*Leading with background instead of the recommendation

Method rule: if the first method already makes the choice clear, stop. Do not stack extra frameworks just to look rigorous. If the method table does not clearly match, see references/09-thinking-methods-catalog.md for the full method selection flowchart, or consult recovery paths below.

4. Build evidence and apply the method

Use evidence in this order:

  1. local context (artifacts, prior attempts, observed behavior -- for codebases: config files, test results, git history, error logs)
  2. direct signals (current outcomes, constraints, failure signatures)
  3. external research only when it can change the decision

Execute the chosen method on gathered evidence. Concretely: if you chose a decision matrix, fill in the rows (options) and columns (criteria) with scored values. If you chose 5 Whys, write the chain of why questions. If you chose RICE, calculate each item's score. The reference file loaded in step 3 contains the template -- fill every cell.

Depth rules:

  • Type 2 (reversible, low blast radius): bias to action. Recommend the simplest safe experiment and a short feedback loop.
  • Type 1 (hard to reverse, high blast radius): require 2-4 viable options, explicit criteria, risks, fallback, and a review date.
  • Urgent but unclear situations: make bounded assumptions, label them, and choose the smallest reversible step that will generate better evidence.
  • If new evidence is not changing the recommendation, stop researching.

Evidence is enough when you can fill every cell of the method template AND articulate why the leading option wins over the second-best.

For technical work, document current architecture, failure modes, and performance characteristics before recommending structural change.

5. Decide, prioritize, or diagnose

For decision and prioritization jobs, generate 2-4 distinct options (including a minimal/fallback option) before selecting one. For root-cause jobs, generate 2-4 competing hypotheses. For framing jobs, proceed directly to the output shape below.

Apply the output shape that matches the job:

  • Decision: include the selected option, why it wins, and why the others do not.
  • Prioritization: force trade-offs. If more than 60% of items are Must, rework the categories.
  • Prioritization (provisional mode): rank by dependency, reversibility, and learning value instead of fake precision.
  • Root cause: trace to a system cause that can be changed, not just a symptom or person.
  • Execution planning: define phases, dependencies, owners, checkpoints, verification, and pivot triggers.
  • Frame the problem: deliver a completed mission sentence, prioritized gap list (distinct from step 2's blocking gap list -- this is the finished deliverable, not a blocker signal), and recommended next step to close the biggest remaining gap.
  • Align people: deliver shared understanding document with points of agreement, open disputes, and proposed resolution process.

6. Package the answer for action

Follow the 9-section output contract below. The first four sections serve as the decision brief (recommendation, framing, and core logic); sections 5-9 provide execution detail.

If audience is known, lead with the recommendation for decision-makers and lead with sequence and ownership for executors. If audience is unknown, use the output contract section order as-is.

Execution guardrails

Do thisNot that
Start with one reference file and one methodLoad all references or stack 4 methods up front
Label assumptions and unknowns explicitlySmuggle guesses in as facts
Use reversibility to decide how much analysis is enoughWait for certainty on a reversible decision
Timebox framing and comparison workResearch forever because one more artifact might appear
Switch to a simpler method when a framework adds no clarityKeep a method running because you already started it
End with checkpoints, pivot triggers, and verificationEnd with vague advice like monitor progress
Hand off to the execution skill once the plan is decision-readyKeep planning after the useful planning work is done

Recovery paths

  • If the request stays vague after framing, return:

- a mission draft - the top missing inputs - the next best questions - the reference file to open first

  • If options remain tied, use reversibility as the tiebreaker and choose the easier-to-undo path.
  • If debate is really about values, stop scoring and switch to the hard choice model (see references/03-option-design-and-decision-quality.md).
  • If conditions change faster than the plan, shift into OODA + checkpoint/pivot mode via references/08-execution-risk-and-learning.md.
  • If a plan depends on unknowns you cannot resolve yet, recommend a safe-to-learn experiment or an explicit research task instead of a fake commitment.

Common traps

These are recurring ways operators go wrong when they follow the skill too loosely or too mechanically. Read them before your first run.

Reference files exist but agents never load them

The reference router table maps needs to files, but nothing in the workflow forces you to open them. Always consult the reference router in step 3 to load the file matching your chosen method. If you skip this, you will use method names without understanding their templates.

Method execution falls into a gap

Steps go: choose method, gather evidence, decide. But actually executing the method (filling in the matrix, running 5 Whys) is part of step 4. If you gather evidence without applying it to the method template, you produce generic analysis instead of structured output.

Two output structures both claim to be default

Step 6 describes "decision brief + execution detail" and the output contract defines 9 sections. These are not competing. The first 4 output contract sections ARE the decision brief; sections 5-9 are execution detail. Follow the output contract.

Domain terms used without definition

5W2H, Type 1/Type 2, Decision Frame are defined inline in the workflow steps above. If you encounter a term you do not recognize, re-read the step definitions before consulting reference files.

"Enough evidence" has no threshold

Evidence is enough when you can fill every cell of the method template AND articulate why the leading option wins over the second-best. If you cannot do both, you need more evidence.

AI agents lack organizational context

When the skill says "owner" or "audience," translate for your context: owner = who can answer this question. Audience = if unknown, use the output contract section order as-is. Resolve-by = can planning proceed without this answer?

Agents stack methods for rigor theater

The skill says "use one primary method." Agents add 2-3 companions "to be thorough." The companion rule is strict: add one ONLY if the primary cannot answer a question the user explicitly asked. If the primary already answers the question, stop.

Output contract

Unless the user asks otherwise, respond in this order:

  1. Mission Snapshot
  2. Planning Job + Chosen Method(s)
  3. Facts, Assumptions, and Unknowns
  4. Decision Frame (the decision to be made, who decides, constraints, and deadline), Root Cause, or Priority Logic
  5. Options or Ranked Work
  6. Recommendation and Why Not the Alternatives
  7. Execution Plan
  8. Risks, Checkpoints, Pivot Triggers, and Verification
  9. Immediate Next Actions or Open Questions

Done conditions

Planning is complete (substantive completeness) when:

  • the problem or decision is stated in one sentence (check: can you say it in under 15 seconds?)
  • the chosen method is justified (check: can you explain why the alternatives were worse fits?)
  • the recommendation or next experiment is clear (check: could someone act on it without asking you a follow-up?)
  • trade-offs are visible (check: would a reader know what they are giving up?)
  • verification and revisit conditions exist (check: is there a specific metric, date, or trigger?)
  • unresolved unknowns are explicit, owned, and time-bounded

If you cannot meet those conditions, stop with a decision-ready gap list instead of pretending the plan is complete.

Final quality gate

Before finalizing, check communication quality:

  • Are we solving the right problem?
  • Did we choose the smallest useful method?
  • Are facts, assumptions, unknowns, and preferences clearly separated?
  • Did we match analysis depth to reversibility and risk?
  • Are trade-offs and rejected alternatives visible?
  • Does the answer include verification, checkpoints, and pivot triggers where needed?
  • Is the plan communicated in the right order for the audience?
  • Did I load the reference file for my chosen method?
  • Can I fill every cell of the method template with evidence I gathered?

If any answer is no, revise before finalizing.

Final reminder

Before delivering, verify you loaded only the reference files you actually used. If any reference was opened but not cited in the output, drop it. Stop planning once the next action is decision-ready. Every reference file ends with a "Common traps" section -- read it when you load the file.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.45%
按下载量换算32

Claude

28.29%
按下载量换算26

Cursor

20.15%
按下载量换算19

Gemini CLI

9%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills