3.6 KiB
3.6 KiB
Delegation Pack
Ready-to-send task files for Saravana, Codex, Windsurf, Cursor, and Hermes. Use these files when assigning bounded ecosystem work to another coding agent.
Current Delegation Set
saravana/TASK.mdsaravana/STATUS.mdsaravana/FEEDBACK.mdcodex/TASK.mdcodex/STATUS.mdcodex/FEEDBACK.mdwindsurf/TASK.mdwindsurf/STATUS.mdwindsurf/FEEDBACK.mdcursor/TASK.mdcursor/STATUS.mdcursor/FEEDBACK.mdhermes/TASK.mdhermes/STATUS.mdhermes/FEEDBACK.mdTWO_WAY_COMMUNICATION_REFACTOR_PLAN.md- historical refactor blueprint for how the 3-file communication loop was introduced
Standard Launcher Pattern
Give an agent a one-liner in this form:
git pull origin main && read <participant>/TASK.md and <participant>/FEEDBACK.md, execute within ownership boundaries, and write progress back to <participant>/STATUS.md
Example:
git pull origin main && read /Users/saravana/BytelystAI/learning_ai/learning_ai_common_plat/docs/ecosystem/delegation/windsurf/TASK.md and /Users/saravana/BytelystAI/learning_ai/learning_ai_common_plat/docs/ecosystem/delegation/windsurf/FEEDBACK.md, execute within ownership boundaries, and update /Users/saravana/BytelystAI/learning_ai/learning_ai_common_plat/docs/ecosystem/delegation/windsurf/STATUS.md
Hermes example:
git pull --rebase origin main && read /root/bytelyst.ai/repos/learning_ai_common_plat/docs/ecosystem/delegation/hermes/TASK.md and /root/bytelyst.ai/repos/learning_ai_common_plat/docs/ecosystem/delegation/hermes/FEEDBACK.md, execute within ownership boundaries, and write progress back to /root/bytelyst.ai/repos/learning_ai_common_plat/docs/ecosystem/delegation/hermes/STATUS.md
Rules
TASK.mdmust stay boundedTASK.mdmust name owned files or modulesTASK.mdmust name do-not-touch boundariesTASK.mdmust include verification expectations- assigned agents must update
STATUS.mdinstead of reporting completion only in chat - Codex reviews delegated outputs before ecosystem completion is claimed
- each participant folder must contain
TASK.md,STATUS.md, andFEEDBACK.md