スキル一覧に戻る
open-horizon-labs

sg

by open-horizon-labs

2🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: sg description: Metacognitive oversight. "$sg review" for on-demand evaluation, "$sg init" to set up, "$sg audit" to review decisions.

superego - Metacognitive Oversight

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

$sg review

Review staged changes or current work. On-demand metacognitive evaluation.

sg review

$sg init

Initialize superego for this project.

sg init

$sg audit

Review decision history with LLM analysis.

sg audit

$sg history

Query decision history.

sg history

$sg prompt list

List available superego prompts.

sg prompt list

$sg prompt switch

Switch to a different superego prompt.

sg prompt switch <name>

$sg prompt show

Show current prompt content.

sg prompt show

$sg mode

Show current evaluation mode (always or pull).

sg mode

$sg reset

Reset superego state (recovery from corruption).

sg reset

$sg check

Check hooks and auto-update if outdated.

sg check

Protocol

Mode: Pull mode - evaluates only when explicitly requested.

When to use $sg review:

  • Before committing to a plan or approach
  • When choosing between alternatives
  • Before non-trivial implementations
  • When the task feels complex or uncertain
  • Before claiming work is "done"

Results:

  • has_concerns: true = STOP and show feedback to user
  • has_concerns: false = continue with confidence
  • skipped: 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.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です