agent-goal
Installation
SKILL.md
Agent Goal
Write one /goal line that a coding agent can keep pursuing across turns until it can prove the work is done.
The best goal is both a directive and a completion condition:
/goal [do the work] until [observable condition is true].
Treat the goal as a contract. It should tell the agent what to do, what evidence proves it, and where to start.
The highest-signal goal answers three questions:
What should change?
How will the agent prove it changed?
Where should the agent start?