Prompt file imported from ScientiaCapital/testing-setup (
.claude/commands/go.md). Copyright stays with the author.
/go — Quick Start
! echo "=== $(basename $(pwd)) ==="
! git status --short 2>/dev/null | head -5
! git log --oneline -5 2>/dev/null
Instructions
- Show the output above (git status + recent commits)
- Check environment health (10 seconds max):
package.jsonexists but nonode_modules? → say "Run./init.sh"requirements.txtexists but no.venv? → say "Run./init.sh".env.localor.envmissing? → say which env file is needed
- Read
CLAUDE.mdsilently for project context - Say: "Ready. What are we working on?"
That's it. No observers, no sprint plan, no ceremony. Just context and go.