claude-skill-goal-driven-execution

claude-skill-goal-driven-execution is a skill for Claude Code from ishandutta2007/claude-skills-by-karpathy. It costs 42 tokens per session (234 once invoked), scanned A, original, MIT.

A way to turn coding tasks into clear goals with checks that show whether each goal was met. It promotes writing or updating tests and verifying the result during multi-step work.

In plain words
What is it for?
Use it to define success criteria, plan implementation steps, write tests for bugs or invalid inputs, and check that tests pass before and after changes.
Why use it?
It reduces vague instructions and makes it easier to tell when a bug fix, validation change, or refactor is actually complete.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-skills-by-karpathy plugin — 4 skills shipped together

Good fit Use it to define success criteria, plan implementation steps, write tests for bugs or invalid inputs, and check that tests pass before and after changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ishandutta2007/claude-skills-by-karpathy/goal-driven-execution
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ishandutta2007/claude-skills-by-karpathy --skill goal-driven-execution
Clone the repo
git clone --depth 1 https://github.com/ishandutta2007/claude-skills-by-karpathy

Made for: Claude Code.

Or install claude-skills-by-karpathy, the plugin that ships this one along with the rest of its 4 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for claude-skill-goal-driven-execution

README.md
[![agentmods](https://agentmods.dev/badge/skills/ishandutta2007/claude-skills-by-karpathy/goal-driven-execution/github.svg)](https://agentmods.dev/skills/ishandutta2007/claude-skills-by-karpathy/goal-driven-execution)
Your own site
<a href="https://agentmods.dev/skills/ishandutta2007/claude-skills-by-karpathy/goal-driven-execution"><img src="https://agentmods.dev/badge/skills/ishandutta2007/claude-skills-by-karpathy/goal-driven-execution/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for claude-skill-goal-driven-execution

Your own site · 80×15
<a href="https://agentmods.dev/skills/ishandutta2007/claude-skills-by-karpathy/goal-driven-execution"><img src="https://agentmods.dev/badge/skills/ishandutta2007/claude-skills-by-karpathy/goal-driven-execution.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 234 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00234
Opus 5 $0.00021 $0.00117
Sonnet 5 $0.00008 $0.00047
Haiku 4.5 $0.00004 $0.00023

Measured 12d ago against content hash 92bcf16ca596, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

claude-skill-goal-driven-execution scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

claude-skills/goal-driven-execution/SKILL.md · 28 lines

What it actually says

Goal-Driven Execution (Claude Skill)

Define success criteria. Loop until verified.

Transform imperative tasks into verifiable Claude Skill goals:

Task Type Transformation to Goal-Driven
"Add validation" "Write tests for invalid inputs, then make them pass"
"Fix the bug" "Write a test that reproduces it, then make it pass"
"Refactor X" "Ensure tests pass before and after"

Strategic Planning

For multi-step tasks, always state a brief plan with verification checkpoints:

1. [Step] → verify: [check]
2. [Step] → verify: [check]
3. [Step] → verify: [check]

Strong success criteria let this Claude Skill function independently. Weak criteria ("make it work") require constant clarification.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 28 lines · 42 tokens per session scan A 92bcf16ca596

Subscribe to this mod's changes

claude-skill-goal-driven-execution is a skill published in the GitHub repository ishandutta2007/claude-skills-by-karpathy (7 stars, last pushed 11d ago), licensed MIT. It adds 42 tokens to every session and 234 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

prompt-master

Generates optimized prompts for AI tools. Activates only when the user explicitly asks to write, fix, improve, or adapt a prompt for a specific AI tool (LLM, Cursor, Midjourney, image AI, video AI, coding agents, etc.). Does not activate for general conversation, coding tasks, document writing, or other…

nidhinjs/prompt-master · 78 tokens

dep-auditor

A read-only audit of a project’s third-party packages for known security issues, version health, and license facts. It uses the versions actually selected by lockfiles, which record the exact packages installed, rather than relying only on version ranges.

laolaoshiren/claude-code-skills-zh · 72 tokens

skill-curator

A Chinese-language evaluator for deciding whether developer tools and agent resources are suitable for a curated collection. It checks real repositories, installation paths, activity, duplicates, and security boundaries using evidence.

laolaoshiren/claude-code-skills-zh · 75 tokens

api-tester

A tool for creating and checking API tests from the real API contract and implementation. An API is the agreed way that software sends requests and receives responses.

laolaoshiren/claude-code-skills-zh · 86 tokens

env-manager

An environment-variable manager for project settings stored outside the code, often in .env files. It checks variable definitions and usage while keeping secret values out of reports and terminal output.

laolaoshiren/claude-code-skills-zh · 22 tokens

eslint-fix

A project-aware assistant for finding and fixing ESLint errors, warnings, and configuration compatibility problems. ESLint is a tool that checks JavaScript and TypeScript code for style and common mistakes.

laolaoshiren/claude-code-skills-zh · 79 tokens