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.md
source content

Talk to me in plain language and gut check where we are at.

  1. What is your understanding of what we are building?
  2. Why are we building it?
  3. What is the telos of it?
  4. How are we approaching it?
  5. What have we done so far?
  6. How close are we to being done?
  7. Do you have a clearly defined way of knowing you are done?
  8. What is your current assessment of our approach, and progress?
  9. What do you think we should keep doing, and change, if anything?
  10. Any additional feedback or reflections or questions.