Compass banner
AIOSAI AIOSAI

Compass

Development community

Description

# Compass — Record a Decision Purpose: Capture the decision just made into compass (the rated decision engine) with the user's rating and note. The user fires this when they notice a decision worth recording — they supply the judgement, you supply the decision text from the conversation. This is the human-triggered answer to the "noticing" problem: the user notices, you describe and store. Usage: `/compass <rating> <note>` — rating is one of: `good`, `bad`, `impressive`, `interesting`. Exampl

Installation

Installs to ~/.claude/commands/aiosai-aipass-compass.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/AIOSAI/AIPass/HEAD/.claude/commands/compass.md -o ~/.claude/commands/aiosai-aipass-compass.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository