Claude_slash_commands sanitycheck
Talk to me in plain language and gut check where we are at.
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/sanitycheck" ~/.claude/skills/sterlingcrispin-claude-slash-commands-sanitycheck && rm -rf "$T"
manifest:
sanitycheck/SKILL.mdsource content
Talk to me in plain language and gut check where we are at.
- What is your understanding of what we are building?
- Why are we building it?
- What is the telos of it?
- How are we approaching it?
- What have we done so far?
- How close are we to being done?
- Do you have a clearly defined way of knowing you are done?
- What is your current assessment of our approach, and progress?
- What do you think we should keep doing, and change, if anything?
- Any additional feedback or reflections or questions.