一键导入
sg
Metacognitive oversight. "$sg review" for on-demand evaluation, "$sg init" to set up, "$sg audit" to review decisions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Metacognitive oversight. "$sg review" for on-demand evaluation, "$sg init" to set up, "$sg audit" to review decisions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Address PR comments for GitHub issue PRs, resolve feedback, push fixes
Open Horizon Labs meta-tool. One entry point for ba, wm, and superego. Use "bottle-init" to set up all tools, "bottle-status" to check state.
Task tracking. "$ba status" for current tasks, "$ba claim <id>" to start work, "$ba finish <id>" when done.
Open Horizon Labs orchestration. "$bottle init" for setup, "$bottle dive" to start sessions, "$bottle web-context" for fresh docs.
Working memory. "$wm dive" to prep sessions, "$wm compile" for context, "$wm distill" to extract learnings.
基于 SOC 职业分类
| name | sg |
| description | Metacognitive oversight. "$sg review" for on-demand evaluation, "$sg init" to set up, "$sg audit" to review decisions. |
Superego provides metacognitive review for AI sessions, catching premature commitment, scope creep, and misalignment.
All commands invoke the sg CLI. If sg is not installed, show:
sg not installed. Install with:
brew tap open-horizon-labs/homebrew-tap && brew install superego
# or: cargo install superego
Review staged changes or current work. On-demand metacognitive evaluation.
sg review
Initialize superego for this project.
sg init
Review decision history with LLM analysis.
sg audit
Query decision history.
sg history
List available superego prompts.
sg prompt list
Switch to a different superego prompt.
sg prompt switch <name>
Show current prompt content.
sg prompt show
Show current evaluation mode (always or pull).
sg mode
Reset superego state (recovery from corruption).
sg reset
Check hooks and auto-update if outdated.
sg check
Mode: Pull mode - evaluates only when explicitly requested.
When to use $sg review:
Results:
has_concerns: true = STOP and show feedback to userhas_concerns: false = continue with confidenceskipped: true = proceed normally (this is fine)Superego is opt-in. Use it for high-stakes decisions, architectural choices, or when you want a second opinion.