From openai-skills-13
Helps shape fuzzy user intentions into concrete, measurable goals with explicit outcomes, scope, and verification criteria before work begins.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openai-skills-13:define-goalThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Shape the user's intent into an objective an agent can pursue honestly. Prefer measurable outcomes, explicit evidence, and bounded scope over activity descriptions.
Shape the user's intent into an objective an agent can pursue honestly. Prefer measurable outcomes, explicit evidence, and bounded scope over activity descriptions.
This skill covers goal definition and goal-tool creation only. Do not create intermediate planning artifacts, durable snapshots, ledgers, decision logs, or resume files from this skill.
Confirm that goal definition is actually needed.
$define-goal, asks to create or set a goal, asks for the goal tool, or wants help turning an intention into a clear objective.Restate the likely goal in concrete terms. A usable goal names:
Make it quantitative when the domain supports it. Prefer numbers that represent real success, not decorative precision:
Repair weak goals before setting them.
Check active goal state before creating a goal.
get_goal.create_goal.Create the goal only after it passes the quality bar.
create_goal for an ordinary multi-step task unless the user explicitly asked for goal-backed work.Before create_goal, the objective should answer:
Good:
Reduce checkout API p95 latency below 250 ms for the documented slow path by making the smallest safe server-side change, then verify with
npm run test:checkoutand the existing local latency benchmark showing p95 under 250 ms across 3 consecutive runs.
Good:
Resolve the open review comments on PR 123 that request code changes, update only the affected auth files and tests, and verify with the targeted auth test command plus
gh pr view 123showing no unresolved change-request threads.
Weak:
Make checkout faster.
Weak:
Keep investigating the PR comments.
Ask only when a reasonable rewrite would risk pursuing the wrong outcome. Keep the question short and oriented around the missing validator or scope boundary.
Useful question shapes:
If the user cannot provide a metric, propose the most honest binary validator available and ask for confirmation.
Drafts, audits, and activates compact /goal instructions for persistent autonomous tasks with verifiable outcomes.
Creates reusable /goal directives that define outcome-oriented success standards for agentic workflows. Guides users through defining objectives, success criteria, and verification steps.
Transforms vague intentions into specific, measurable, achievable, relevant, and time-bound goals for personal, team, or organisational planning.
npx claudepluginhub openai/skills