goal-prompting
Installation
SKILL.md
Goal Prompting
Use this skill to create prompts that work well with /goal or any long-running coding agent that must continue until a concrete outcome is reached.
The key idea: a goal prompt is not just an initial instruction. It is the agent's exit criteria. If the criteria are fuzzy, the agent cannot reliably know when to stop.
Core Principles
Design every goal around these seven checks:
- Verifiable completion criteria: define what must be true before the agent stops.
- Starting guidance: give useful pointers, likely files, tools, constraints, and known risks.
- Progress measurement: state how the agent should measure improvement or parity.
- Realistic environment: specify the environment that counts as valid proof.
- Visual caution: treat images as context, not the only success criterion.
- Progress tracking: ask for durable checkpoints when the work may take a long time.
- Cleanup and review: require reflection, removal of failed attempts, and final validation.