← 返回 Skills 市场
wodeking

vke-decision-workflow

作者 wodeking · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
75
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vke-decision-workflow
功能描述
Build VKE evidence-led decision workflows and business knowledge products from a request. Use when OpenClaw or Codex needs to create or update VKE case artif...
使用说明 (SKILL.md)

VKE Decision Workflow

Overview

Use this skill to turn an ambiguous knowledge request into a traceable decision package. The workflow is evidence-led: separate facts, judgments, and assumptions; bind every core judgment to evidence IDs and confidence; use red-team review before producing the final business report.

The standard artifact sequence is:

  1. 00_request.md - original request
  2. 01_problem-brief.md - decision framing
  3. 02_research-plan.md - resource and evidence plan
  4. 03_evidence-ledger.csv - evidence table
  5. 04_analysis-notes.md - reasoning notes
  6. 05_red-team-review.md - adversarial review
  7. 06_knowledge-product.md - decision product or commercial report
  8. 07_watchlist.md - monitoring indicators
  9. 08_retrospective.md - process review

Read references/artifact-templates.md when creating or rewriting any artifact.

Operating Rules

  • Do not change source case files unless the user asks to update them.
  • Preserve user-provided evidence boundaries. If the user says not to add external facts, only use the supplied ledger, notes, and files.
  • Treat evidence relevance and reliability separately. A reliable source with low relevance cannot support a strong conclusion.
  • Keep the decision question visible. Every artifact should serve the user's decision, not become general research.
  • Distinguish facts, judgments, and assumptions:
    • Fact: what a source or evidence record says.
    • Judgment: what those facts imply for the decision.
    • Assumption: a necessary but not yet proven condition.
  • Attach confidence to each core judgment, not only to the whole report.
  • Prefer conservative wording when evidence is indirect, adjacent, or low relevance.
  • Red-team before finalizing the knowledge product.

Workflow

1. Frame the Problem

Create or update 01_problem-brief.md.

Capture:

  • core decision question
  • decision use
  • known facts
  • key uncertainties
  • scope boundaries
  • success criteria
  • deadline or time horizon

Convert vague interest into a decision form such as: "Should we invest, enter, pause, continue observing, or run a limited validation?"

2. Plan Research and Resources

Create or update 02_research-plan.md.

Specify:

  • hypotheses to verify
  • evidence types and priority
  • expert/resource needs
  • institution or center-of-excellence types
  • databases and public sources
  • tools and search paths
  • validation priorities
  • likely source bias

Use resource planning to avoid over-collecting background information.

3. Build the Evidence Ledger

Create or update 03_evidence-ledger.csv.

Use stable evidence IDs such as EVD-001. Required fields:

evidence_id,case_id,claim_supported,evidence_summary,source_id,source_name,source_date,collection_date,evidence_type,reliability,relevance,confidence_effect,notes

For each row, state what the evidence can support and what it cannot support. Mark reliability and relevance independently as , , or .

4. Write Analysis Notes

Create or update 04_analysis-notes.md.

Structure each major claim as:

  • judgment
  • evidence used
  • reasoning chain
  • alternative explanation
  • confidence
  • remaining verification

Use the pattern:

Evidence -> intermediate inference -> alternative explanation filter -> decision judgment -> confidence

Do not let evidence volume substitute for evidence quality.

5. Red-Team the Judgment

Create or update 05_red-team-review.md.

Actively challenge the preferred conclusion:

  • Is the main judgment sufficiently supported?
  • Is there selective evidence?
  • Are negative or ambiguous signals ignored?
  • Are stronger alternative explanations available?
  • Which assumption is most fragile?
  • Should confidence be lowered?
  • What evidence would improve judgment quality?

Lead with the strongest objections, not the conclusion.

6. Produce the Knowledge Product

Create or update 06_knowledge-product.md.

For business decisions, use a commercial report structure:

  1. Core conclusion and executive summary
  2. Evidence chain and confidence
  3. Analysis and counter-arguments
  4. Business boundaries and impact assessment
  5. Action plan and dynamic triggers

Requirements:

  • Start with a one-sentence conclusion.
  • Separate core facts, judgments, and assumptions.
  • Cite evidence IDs in facts, evidence tables, reasoning, and counter-arguments.
  • Mark confidence for each core judgment.
  • Include uncertainty, alternative explanations, action matrix, and monitoring indicators.
  • Avoid adding facts outside the approved evidence set.

7. Create a Watchlist

Create or update 07_watchlist.md.

Translate the report into monitorable indicators:

  • indicator
  • why it matters
  • source
  • frequency
  • trigger condition
  • action after trigger
  • status

Make watchlist items capable of raising, lowering, or redirecting the decision.

8. Write the Retrospective

Create or update 08_retrospective.md.

Capture:

  • whether the original question was answered
  • most valuable sources
  • noisy or misleading sources
  • reusable analysis methods
  • assumptions needing verification
  • how to go faster next time
  • resources to add to the pool
  • templates to preserve

Confidence Rubric

  • : direct, reliable, relevant, and corroborated evidence; few plausible counter-explanations.
  • : useful evidence exists, but some pieces are indirect, adjacent, or not independently verified.
  • : evidence is sparse, indirect, or dependent on unverified assumptions.
  • 低到中: enough evidence for cautious action or limited validation, not enough for full commitment.

Output Style

  • Use Chinese when the case artifacts are Chinese unless the user requests otherwise.
  • Keep executive summaries short and decision-oriented.
  • Use tables for ledgers, evidence summaries, action matrices, and triggers.
  • Preserve evidence IDs exactly across artifacts.
  • Prefer "current evidence supports..." over categorical claims when confidence is not high.
安全使用建议
This review is inconclusive: the local sandbox failed with a loopback wrapper error before metadata.json or artifact files could be read. Do not treat this as a completed security assessment until the artifacts are available for inspection.
能力评估
Purpose & Capability
Unable to assess artifact coherence because attempts to list/read the workspace failed before artifact access.
Instruction Scope
Unable to inspect SKILL.md or runtime instructions due to sandbox command failure.
Install Mechanism
Unable to inspect metadata, install specs, or manifest contents due to sandbox command failure.
Credentials
Unable to compare requested environment access against the skill purpose because artifacts were inaccessible.
Persistence & Privilege
Unable to verify persistence or privilege behavior because artifacts were inaccessible.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vke-decision-workflow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vke-decision-workflow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of vke-decision-workflow skill. - Provides a structured workflow to turn knowledge requests into evidence-led decision packages. - Defines a standard sequence of VKE case artifacts, including problem briefs, research plans, evidence ledgers, analysis notes, red-team reviews, decision reports, watchlists, and retrospectives. - Outlines clear rules for evidence handling, artifact creation, and confidence assessment. - Enforces separation of facts, judgments, and assumptions throughout the workflow. - Includes detailed requirements for red-teaming, reporting, and monitoring business decisions.
元数据
Slug vke-decision-workflow
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

vke-decision-workflow 是什么?

Build VKE evidence-led decision workflows and business knowledge products from a request. Use when OpenClaw or Codex needs to create or update VKE case artif... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 75 次。

如何安装 vke-decision-workflow?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vke-decision-workflow」即可一键安装,无需额外配置。

vke-decision-workflow 是免费的吗?

是的,vke-decision-workflow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

vke-decision-workflow 支持哪些平台?

vke-decision-workflow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 vke-decision-workflow?

由 wodeking(@wodeking)开发并维护,当前版本 v1.0.0。

💬 留言讨论