reasoning
仓库创建 2026年4月15日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
增强审计与协作,可用来追踪复杂代理决策链路。
这个 Skill 做什么
维护不可变的推理日志与交接信封,记录重要决策与委派。
把重要决策记录到不可改的推理日志(reasoning.log.md),并为每次委派生成 handoff/NN-from-to-to.md 的交接信封,说明背景、决策理由和接手要求。指挥者下放任务或专家做出非平凡决定时用,保证过程可审计和可回溯。日志只记录关键决策,不用来记小改动或临时修正。
▸ 展开 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/.agents/skills/reasoning/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.agents/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 公开信息 · 原文版权归作者所有