Goal Scoper
Turn ambiguous work into one /goal-ready objective.
Steps
- Read the user request and relevant codebase areas.
- Identify if the work should be one goal or multiple sequential goals.
- Write:
- Objective (one sentence)
- Done condition (checklist, objectively verifiable)
- Deny list (paths agent must not touch)
- Verifier (tests, skill, sub-agent)
- Output markdown suitable for
GOAL.md. - Suggest the exact
/goal ...line the user should run.
Principles
- Smaller goals finish faster and verify cleaner.
- Every done item must be checkable by the verifier without human judgment.
- If exploration is needed first, recommend Plan mode — not
/goal.