goal-driven-execution — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited goal-driven-execution (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Andrej Karpathy's key insight: "LLMs are exceptionally good at looping until they meet specific goals. Don't tell it what to do — give it success criteria and watch it go."
This skill converts vague imperative instructions ("make the login work") into declarative goals with concrete, testable success criteria. Agents with clear goals self-correct autonomously. Agents with vague goals produce vague results and require constant intervention.
Example transformation:
Verify: The goal statement is observable and testable by a third party.
Success when:
- [ ] All existing tests pass
- [ ] New behavior X is demonstrated by test Y
- [ ] No regressions in file Z
- [ ] Manual check: [describe what to look for]Verify: Every criterion can be checked without the original author.
1. [Step] → verify: [command or check]
2. [Step] → verify: [command or check]
3. [Step] → verify: [command or check]Verify: The plan is readable and each step is independently verifiable.
| Excuse | Rebuttal |
|---|---|
| "The goal is obvious" | Obvious goals still need explicit success criteria. What's obvious to you is ambiguous to an agent. |
| "I'll know when it's done" | That's not a verifiable criterion. Write it down. |
| "The tests will tell me" | Which tests? What do they cover? What don't they cover? |
| "It's too simple for a plan" | Simple tasks rarely fail. Complex tasks without a plan always do. |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.