Claude_slash_commands checkpoint
Concise checkpoint on hypothesis, changes, metrics, and next action
install
source · Clone the upstream repo
git clone https://github.com/sterlingcrispin/claude_slash_commands
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sterlingcrispin/claude_slash_commands "$T" && mkdir -p ~/.claude/skills && cp -r "$T/checkpoint" ~/.claude/skills/sterlingcrispin-claude-slash-commands-checkpoint && rm -rf "$T"
manifest:
checkpoint/SKILL.mdsource content
Give me a concise checkpoint with:
- Hypothesis tested
- Exact change made
- Before/after metrics
- What improved
- What did not improve
- Current blocker
- Next highest-priority action