reasoning
仓库创建 2026年4月15日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
提高 squad 运行的可审计性与可追溯性,便于复盘与问责。
▸ 风险提示
可能泄露敏感决策内容,需注意权限和存储位置。
这个 Skill 做什么
维护可追加的决策日志与交接信封,记录每次重要委派与决策。
把每次重要委派和非平凡决策记录成可追加的 reasoning.log 和交接信封,方便审计和后续接手人理解来龙去脉。在 Conductor 下发任务给专家或专家做出重要选择时记录,平常小改动不必写。特点是写成固定磁盘格式并严格遵守模式,保证决策链路清晰且不可篡改。
▸ 展开 SKILL.md 英文原文
Maintain the append-only reasoning log and write handoff envelopes for every squad delegation. Use this when the Conductor delegates to a specialist or when a specialist records a non-trivial decision.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.claude/skills/reasoning/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.claude/skills/reasoning/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Reasoning — squad decision log + handoff envelopes This skill formalizes two disk artifacts that make squad runs auditable: 1. **`reasoning.log.md`** — append-only log of non-trivial decisions. 2. **`handoff/NN-from-to-to.md`** — per-delegation envelope. Follow the schemas exactly. Trivial edits (typo, method rename) do not belong in the log. ## Reasoning log Write one `##`-level entry per decision. Schema (from `prompts/squad/protocol/reasoning-log.schema.md`): ```markdown ## <ISO-8601 UTC> — <role> — <HIGH | MEDIUM | LOW> Decision: <one factual sentence> Rationale: <one or two sentences — why this, not something else> Evidence: <artifact path, ADR number, PRD section, c
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有