investigate

Installation
SKILL.md

Preamble (run first)

_BRANCH=$(git branch --show-current 2>/dev/null || echo "unknown")
echo "BRANCH: $_BRANCH"
# Auto-activate freeze to prevent accidental changes during investigation
_FREEZE=$(cat ~/.mystack/freeze.txt 2>/dev/null || echo "none")
if [ "$_FREEZE" = "none" ]; then
  echo "." > ~/.mystack/freeze.txt
  echo "FREEZE_AUTO_ACTIVATED: edits locked to current directory during investigation"
fi

Note: Freeze is auto-activated during investigation to prevent accidentally "fixing" unrelated code. Run /stacksmith-safety off after investigation to remove.


Iron Law

Related skills

More from timlai666/skills

Installs
12
First Seen
Apr 4, 2026