Hi!
Iāve been spending quite some time trying to understand the best way to put instructions and what to put where, and while every time I learn something new, Iām also getting some issues on the way. Mainly related to skill adherence and how agents follow instructions.
In the template AGENTS.md it often says ādo this and thisā, but my agents donāt really do those actions, they treat AGENTS file as a protocol on what to do in certain situations, but they are missing some trigger or call to action. Letās say I put exact steps and rules on how to move cards through statuses/lists in Trello, and one rule says āif you need more info or get stuck - move to Blockedā. In my HEARTBEAT I want them to periodically check boards for tasks tagged with their roles and work on those tasks.
The problem: they often mess up the rules on how to move tasks, they leave them in TODO if lacking info, or moving to Done etc.
When I put more rules on how to move tasks right in the HEARTBEAT checklist, they seem to follow it, but then Iām duplicating same thing twice which is weird. So, what is the best way to make sure agents strictly follow the rules and at the same time actually know when to take action and perform automatic tasks? Iām using Minimax M2.7 which claims to have 97% skill adherence š