Goal Driven Execution

Turn coding work into explicit success criteria and verification. Use for bugfixes, features, and refactors before implementation starts.

contextgo 447b0c2 653 B Updated

File contents

Goal-Driven Execution

Define what success means before writing code.

Rules

  • Translate the request into observable outcomes.
  • For bugs, state how the failure reproduces and how success will be proven.
  • For features, state what new behavior should exist and how it will be checked.
  • For refactors, state what must remain unchanged and how that stability will be verified.

Output

  • Success criteria
  • Minimal implementation plan
  • Verification method

contextgo/contextgo/tree/main/src/process/resources/assistant/engineering/karpathy-coding-guard/skills/goal-driven-execution commit 447b0c2ee2

Frequently asked questions

npx skillmds@latest add contextgo/goal-driven-execution