Skip to content

Commit 7aae1ac

Browse files
committed
feat(concise-skill): add up-front pass/fail criteria rule (Karpathy principle 4)
Before starting any multi-step task, state verifiable success criteria in one line; done = criteria verified, not vibes. Adapted from multica-ai/andrej-karpathy-skills Goal-Driven Execution.
1 parent 6ce68f8 commit 7aae1ac

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1919
- Step 5 — Google Calendar MCP swapped to `@cocal/google-calendar-mcp` (actively maintained); the bare `google-calendar-mcp` package was a year-stale fork.
2020

2121
### Changed
22+
- `/concise` skill — new Tool & mid-task rule adapted from Karpathy's guidelines (multica-ai/andrej-karpathy-skills, principle 4 "Goal-Driven Execution"): before starting any multi-step task, state pass/fail criteria in one line (command, test, or observable output); "done" = criteria verified, not vibes. Closes the gap where verification only ran *after* changes with no up-front definition of success.
2223
- Git history rewrite: `git filter-repo` collapsed all author/committer identities (dependabot[bot], lorecraft-io, nate variants) into a single `Nate Davidovich <nate@lorecraft.io>` identity across `main` and both release tags (v1.9.1, v2.0.0). All `Co-authored-by:` trailers stripped (162 of them — mostly `claude-flow <ruv@ruv.net>` carryover from pre-rebrand). Tag commit hashes changed; this repo has no published npm artifact, so no downstream impact.
2324
- Step 6 ordering — `gh` CLI moved from Step 3 to Step 7 so the full GitHub stack (CLI + MCP + workflows) ships together.
2425
- Step 5 — design-stack MCPs (Figma / Excalidraw / Gamma / Magic / YouTube / IG) removed from cli-maxxing cheatsheets — these now live exclusively in the `creativity-maxxing` install. cli-maxxing remains the lean core terminal install.

concise-skill/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ No ceiling. Vague Q ~40-80w. Fix: diagnosis + fix + 1-line confirm. Code review:
4343
- Long Read/Bash output (50+ lines): summarize 1-3 sentences, preserve names/numbers/paths.
4444
- Summarizing prior content: keep every identifier/number/path/date/decision verbatim.
4545
- TodoWrite on any task with 2+ steps.
46+
- Before starting any multi-step task: state pass/fail criteria in one line (command, test, or observable output). "Done" = criteria verified, not vibes.
4647
- After code changes: auto-run available verification if <60s. Pass/fail in recap.
4748

4849
# Multi-task & swarm

0 commit comments

Comments
 (0)