用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/benjam3n/reasoningtool --skill atgb-araw-to-gosm-bridge命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | atgb - ARAW to GOSM Bridge |
| description | Bridges ARAW exploration outputs to GOSM planning inputs. |
| output | {"format":"prose"} |
Bridges ARAW exploration outputs to GOSM planning inputs. Converts discovered assumptions/claims into actionable GOSM items:
ARAW explores possibility space → finds claims that matter GOSM plans execution → needs to know which claims to validate first
This bridge ensures ARAW insights become GOSM action items, and GOSM outcomes update ARAW assumptions.
Run synthesis across relevant ARAW databases:
python synthesize.py *.db --find-tensions --extract-actions actions.json
This produces:
From synthesis output, extract:
MUST_VERIFY (before proceeding):
SHOULD_VERIFY (during execution):
NICE_TO_VERIFY (if time permits):
For each MUST_VERIFY item, create a GOSM task:
For each tension/contradiction:
Create a decision node in GOSM:
Create feedback mechanism:
When GOSM verification task completes:
CAUTION: Assumption updates can cascade. Only update with high-confidence outcomes. Mark update source (evidence vs inference).
Export bridge output as GOSM-compatible format:
assumptions: must_verify: [list] should_verify: [list] nice_to_verify: [list]
decisions: unresolved_tensions: [list with options]
constraints: from_araw: [list of discovered constraints]
out_of_scope: drifted_topics: [list of rejected/drifted claims]
基于 SOC 职业分类