Decide
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears benign, but it intentionally creates local decision-memory files and optional persistent workspace guidance that can influence future choices.
This skill is reasonable to install if you want a local decision log. Before using it, be comfortable with creating ~/decide/, manually approve any AGENTS or SOUL file edits, avoid recording secrets, and periodically review saved defaults so they do not become overbroad.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Incorrect or overly broad saved defaults could lead the agent to make or recommend the wrong future choice.
The skill stores reusable decision rules that can influence later agent behavior, which is purpose-aligned but should be kept accurate and tightly scoped.
## Confirmed Defaults - Component patterns the user explicitly approved as defaults - The choice that should be proposed or applied when the pattern fully matches
Review ~/decide/ periodically, keep defaults narrow, correct stale rules, and avoid storing secrets or private third-party data.
Using setup will create local files in the user's home directory for decision memory.
Setup uses shell commands to create and permission local state files; the commands are scoped to the disclosed ~/decide/ directory and are central to the skill's purpose.
mkdir -p ~/decide/domains
touch ~/decide/{memory.md,decisions.md}
chmod 700 ~/decide ~/decide/domains
chmod 600 ~/decide/{memory.md,decisions.md}Allow these commands only if you want local persistent decision memory, and inspect ~/decide/ after setup if desired.
If approved, future agent sessions in that workspace may consult Decide before consequential choices.
The skill can add persistent routing guidance to workspace SOUL or AGENTS files, but it requires showing the exact text and waiting for explicit approval before writing.
Show the exact snippet immediately and wait for explicit approval before writing it.
Approve workspace AGENTS/SOUL changes only if you want this persistent behavior, and keep the inserted snippets small and reviewable.
