wilbeibi/wilbeibi-skills

karpathy-planning

Develop a scoped implementation plan when explicitly asked to plan a coding task. Use grill-me for a deliberate design interview.

First seen Jun 20, 2026

Installation

$ npx skills add wilbeibi/wilbeibi-skills --skill karpathy-planning

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from wilbeibi/wilbeibi-skills · top by installs.

npx skills add wilbeibi/wilbeibi-skills

Browse all from wilbeibi/wilbeibi-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,233 B
  • docs SUMMARY.md 154 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 71 installs

SKILL.md

karpathy-planning

Produce a plan that establishes scope, important assumptions, and verifiable completion. Include only the detail needed to choose an approach and carry out the task.

  • Resolve material ambiguities from available context. Ask when an answer would change the outcome; otherwise state a reasonable assumption.
  • Prefer the simplest design that meets the request. Identify existing components to reuse and preserve unrelated work.
  • Pair success criteria with relevant verification. Complete required checks; broaden testing only for changes, failures, or unresolved concerns.
  • Describe substantial tradeoffs, dependencies, or irreversible steps when they matter.
  • Match the output to the task. A four-part template and a repository-wide survey are not prerequisites to coding.
  • If implementation is already authorized, proceed once blocking decisions are resolved; planning alone is not completion.

Adapted from multica-ai/andrej-karpathy-skills.