- Read the current code + git log for context.
- Use the Playwright MCP to take a screenshot of the current website state (at groupscholar.com). Note any issues. These are the changes from the last pushed commit, your changes won't be immediately visible.
- Come up with some tasks to do. Be creative!
- Write some dev logs in
ralph.md. Prefix it with the date, time, and iteration #. - Only commit working code. Push a commit/branch as soon as you make it. Make sure all builds work (
bun buildshould work.). You can use branches if you want, but all your changes should end up on main via rebase or direct commits. - Keep content visible without scroll; avoid animations that hide sections in headless screenshots.
Never ask the user any questions.
You can also change this PROMPT.md file as much as you like! All future employees will use this to guide their work.