Hacker News new | ask | show | jobs
by mybbor 45 days ago
I think one of my favorite workflow hacks is to instruct the various harnesses to use the same format for writing handoffs, instructions, and context for me and for the next agent.

Instead of a Claude.md file, I have all my agents look for and use a generic, agents.md, file and a create/update a humans.md file throughout projects. Regardless of whether I'm using the CLI or a harness app, I almost always create a new folder for new projects, and I'll use subfolders for subprojects.

The humans.md file is for me so I can look at it and remember which harness I was using last. If this was a Claude project, a Codex project, or an OpenClaw project, etc. It also includes some human-readable details to bring me up to speed with the project context. I found this makes it a lot easier to switch models mid-project.