Back
Carl Fyffe
Load previous page…
Writing a Claude Code agent to handle creating worktrees and branches and postgres databases oh-my
#life
Figured out that the LLM doesn't have enough context of the situation to do what I'm asking it to do. Now I have to figure out how to solve the problem anyway.
#llapp
Im probably going to switch to SQLite for my Rails work now. AI and Worktrees and Postgres are not a great mix. Unless I can figure out how to create a Postgres DB based on a branch name. Anyone else have this figured out?
New LLM Workflow: Giving the same "idea" prompt to Gemini and Humanlayer (which uses Claude, but is Humanlayer's research prompt) to create two "research" documents. Will then hand both research documents and the idea prompt to Claude to create a PRD. Will then ask Claude to double check that we have all of the requirements gathered (this is critical, it has been found that the LLMs drop requirements frequently). Will take that final PRD and create Beads. Will then set Claude Code loose to write the code from the Beads.
#life
The 37Signals guidance of "build the UI first" has always annoyed me, a) because it usually leads to the correct UI, b) as a backend dev I like making the models! First version of the new project is a mess of dashboardy looking nonsense.