From openai-skills-13
Helps users define concrete, measurable goals before starting work, especially when asking to use the goal tool or clarify success criteria.
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.
npx claudepluginhub openai/skillsDrafts, audits, or activates a /goal for persistent objectives with verifiable outcomes, evidence, constraints, and stop conditions.
Refines rough ideas, broad objectives, or unfinished plans into a concise, scoped Codex Goal contract with measurable success criteria and clear boundaries.
Parses a goal statement, extracts measurable success criteria, and saves them without executing. Use to define goals for later handoff.