Turn vague intentions into concrete, measurable goals and clear success criteria.
This is an open-source, highly adopted prompt-only goal-definition skill with no stated need for secrets, networking, or local code execution, so overall risk is low. The main caveats are the truncated README and unspecified license/maintenance status, but no concrete high-risk red flags are evident.
The materials explicitly state that no keys or environment variables are required; as a prompt-only skill, there is no indicated design for collecting, storing, or exfiltrating credentials, so credential abuse risk is low.
The system flags it as prompt-only and no remote host is declared; the materials do not show user data being sent to external services, so network egress risk is low.
There is no description of spawning local processes, running scripts, or invoking system capabilities; the README is mainly workflow guidance for goal definition and does not indicate code execution privileges.
The materials do not declare reading/writing local files, databases, or durable artifacts; in fact, they explicitly say it does not manage durable snapshots, decision logs, or resume files, indicating limited data access scope.
The source is the open-source GitHub repository openai/skills with strong community adoption (~22k stars), providing good auditability and credibility; although the license is unspecified, maintenance status is unknown, and the README is truncated, these are minor uncertainties and not enough to raise it to high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "define-goal" skill from askskill: 1. Download https://raw.githubusercontent.com/openai/skills/main/skills/.curated/define-goal/SKILL.md 2. Save it as ~/.claude/skills/define-goal/SKILL.md 3. Reload skills and tell me it's ready
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.
…
Analyze Git history to map security ownership and identify sensitive code bus-factor risks.
Map Figma design components to code components for consistent implementation.
Generate custom design system rules for your codebase and Figma-to-code workflow.
Turn code or page descriptions into full Figma screens using design systems.
Research across Notion sources and produce cited, structured briefs and reports.
Migrate instruction files, skills, agents, and MCP configs into Codex files.
Track persistent goals with external evaluation for agents until tasks are done.
Turn vague problems into structured intent specs for better product and engineering decisions.
Create, refine, and evaluate AI skills for better performance and triggering accuracy.
Generate test scenarios and measure how well agents follow skills and rules.
Create, refine, validate, and restructure AgentSkills and SKILL.md files.
Turn a repeated workflow into a reusable skill file from the current session.