Create a new Rails project
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence.
Set up the following tech stack:
timestamptz for timezone awarenessmocha gem and VCR for external services (only in the providers layer)OpenStruct for mock instancesbundle exec rubocop -a after significant code changes.rubocop.yml for style configurationbundle exec brakemanVerify the boilerplate is working by running bin/rails server and accessing the application at http://localhost:3000 via playwright MCP.