Commands for testing the course release.
cd ~/Documents && \
curl -L https://github.com/carlvellotti/claude-code-pm-course/releases/download/nano-banana-test-v1/complete-course.zip -o test-course.zip && \
unzip test-course.zip -d test-course && \
cd test-course && \
claudeOnce in Claude Code, test these:
/start-1-1
/start-3-1-1
/start-3-2-1
cd ~/Documents && rm -rf test-course test-course.zip