templates/plate-playground-template/.agents/skills/autogoal/README.md
Autogoal asks Codex to write a goal-backed plan ending with autoreview.
npx skills add udecode/dotai --skill autogoal
Use autogoal for non-trivial work with an auditable finish line:
Skip it for one-off answers, typo fixes, or tiny edits where the final response can carry the evidence.
node .agents/skills/autogoal/scripts/create-goal-scratchpad.mjs \
--template task \
--with browser \
--title "short title"
node .agents/skills/autogoal/scripts/check-complete.mjs docs/plans/<plan>.md
node .agents/skills/autogoal/scripts/init-templates.mjs
Autogoal ships generic templates in skills/autogoal/assets/templates.
Installed skills expose them under .agents/skills/autogoal/assets/templates.
Project repos can keep their own templates in docs/plans/templates; the helper
prefers project templates before built-in templates.