autonomous-investigation
仓库创建 2026年2月5日最近提交 9 天前SkillHot 收录 4 小时前
▸ 精选理由
为自主执行的研究任务提供标准化、可审计的规范。
这个 Skill 做什么
定义 AI 自主调查的流程、证据标签与可信度分层规则。
定义 AI 在无人干预下研究的流程和证据规则:从搜索计划门槛、Fact/Inference/Assumption 标签,到置信度分层和可比对的输出格式。用在需要 AI 自主完成调研、搜集证据并产出可审查结论的场景。特别强调有序的证据标注与置信堆叠,方便你复核和复现实验过程。
▸ 展开 SKILL.md 英文原文
The protocol behind every investigation skill. Use when AI research must proceed without you: search-plan gate, Fact/Inference/Assumption labels, confidence stacking, diffable outputs.
6.0k
Stars
735
Forks
40
仓库内 Skill
+382
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/deanpeters/Product-Manager-Skills/main/skills/autonomous-investigation/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/deanpeters/Product-Manager-Skills/main/skills/autonomous-investigation/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Autonomous Investigation Protocol ## Purpose Provide the canonical contract for **investigation skills** — research the AI performs in the world (web search, published data, public filings) while you review the evidence instead of feeding it context. Where `workshop-facilitation` governs skills that ask you questions one at a time, this protocol governs skills that *proceed without you*: they budget their questions, show their plan, label every claim, and produce output stable enough to diff against last quarter's run. That last property is the payoff — an investigation honoring this contract can run as an agent task, in a loop, or on a schedule. ## Input **Nothing required** — this sk
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有