agentydragon(prompts): add manager_utils folder and instruct manager to create/use documented scripts

This commit is contained in:
Rai (Michael Pokorny)
2025-06-24 14:42:55 -07:00
parent 88966daee9
commit 4989965f1b
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
# manager_utils
This directory contains utility scripts to support the Project Manager agent.
Scripts here should automate common manager tasks (e.g. scanning branches for status,
checking for merge conflicts, proposing merges, conflict-resolution guidance,
polling loops, etc.).
Each script should include a short header explaining its purpose, usage examples,
and any dependencies.