I’ll do you one better and just give you my agent kit. 
The readme.md explains it, but essentially you use it to coordinate tasks in the same project, so multiple Agents can work in the same repo, committing and pushing their own work, but keep it organized so you know who did what, when, where it worked, what failed, etc. Also comes with a very rudimentary version of PASS (Pattern Analysis Skill System), so it can also save drills and patterns it discovers, while coding. My Dungeon Forge project is being built by me, Claude, Codex, a local Qwen 3.5b and using a GPT project as the project lead.
What you want to do is work with an Agent whose sole purpose is to work with you on arranging your project, be it vibe code, project notes, GDDs, etc. That Agent will then help you split up assignments in a worklog. Then, you have the same Agent issue jobs to specific Agents of your choosing (or let the Agent, itself do it. Claude is outstanding in this, but I’d rather use him for code) in a copy pasta. Once you get the copy pasta, you hand it off to the Agent it was assigned to and let it’s do it’s thing. Agents won’t touch other assignments, if they’re assigned to another Agent, unless you override it.
When each assignment is finished, it will create a folder based off the assignment using the “domains” template. These get dropped in the docs folder, with the worklogs. The folder will have separate markdowns for decisions, failures, next steps, a worklog and an index. It then closes the assignment and will commit it (and push if you allow it). Finally, it closes out the assignment in the main worklog and waits for new [OPORD].
You can also use GPT projects, if you want to maximize your output. Just copy a repo archive, sans the .git folder to it’s source files and hand it it’s own assignment. The downside to this is you’ll have to manually commit and push this one and the Agents who have access to your local repo, won’t see the updates, until you manually merge it. I mainly use this when I run out of tokens for Claude and Codex, but need work done.
Hope it helps. o7
-M
[EDIT] - Oh, one more cool thing is any Agent can update the main worklog.md if you let them. If, while working on something, it finds that it requires another assignment done, that’s not in the worklog, it can update the worklog.md, with what it needs and even assign it to another Agent. It’s better to use a Project Lead for this, though.
Agent Kit