May 30, 2026
Same approach but I keep my task template in the agent's memory layer instead of Linear. Every task needs a full spec with fixed fields plus an acceptance rubric before the agent can start. That AGENTS.md/template split was the game changer for me too.
My agents kept filling the template then skipping the rubric and starting work anyway. Had to add a hard gate that checks the rubric exists before allowing execution. You run into that one yet?