naimkatiman

65 mods across 1 repository, 7 stars between them.

grill-me

49

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 1 (Research Before Executing) of the 7 Laws of AI Agent Discipline. Interview the user relentlessly about a plan or design until shared understanding is reached, resolving every branch of the decision tree before any code is written. Ported from mattpocock/skills under MIT.

7 7d ago A 65 tokens original MIT

grill-with-docs

50

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 1 (Research Before Executing) and Law 7 (Learn From Every Session) of the 7 Laws of AI Agent Discipline. Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates CONTEXT.md + ADRs inline as decisions crystallise. Ported from mattpocock/skills under…

7 7d ago A 80 tokens original MIT

handoff

51

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 5 (Reflect After Every Session) of the 7 Laws of AI Agent Discipline. Compact the current conversation into a handoff document for another agent to pick up. Ported from mattpocock/skills under MIT.

7 7d ago A 52 tokens original MIT

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 2 (Plan Is Sacred) of the 7 Laws of AI Agent Discipline. Turn an ambiguous or high-impact change into scoped, verifiable acceptance criteria (observable AC-NNN, explicit in/out scope, named verification methods, and a [revised] protocol that forbids silently dropping a criterion) before or alongside…

7 7d ago A 139 tokens original MIT

model-forward

53

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces all 7 Laws as a standing stance — go with Claude Code and the model, not against it. Skills are scaffolding that merges into the model over time; the durable core is goal-driven execution (the higher the stated goal, the better) plus self-discipline guardrails.

7 7d ago A 62 tokens original MIT

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Orchestrator for all 7 Laws of AI Agent Discipline. Walks an agent-emitted recommendation list top-to-bottom under the 7 Laws — restate, route per item, verify before advancing, reflect at the end, close with the mandatory three-section block. Standalone with inline fallbacks; trigger phrases are matched by the…

7 7d ago C 83 tokens original MIT

ralph

55

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 6 (Iterate Means One Thing) of the 7 Laws of AI Agent Discipline at PRD scale. Ralph is an autonomous AI agent loop that runs repeatedly until all PRD items are complete. Converts PRDs to executable JSON, implements stories iteratively with quality checks, and tracks progress.

7 7d ago A 66 tokens original MIT

recall

56

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 1 (Research Before Executing) of the 7 Laws of AI Agent Discipline. Makes past sessions first-class research material by searching the observation log with BM25 ranking, so 'have I hit this before?' is answerable before re-deriving a fix or repeating a mistake.

7 7d ago A 64 tokens original MIT

reconcile

57

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 1 (Research Before Executing) of the 7 Laws of AI Agent Discipline. Establishes git ground truth — branch, status, stashes, worktrees, ahead/behind — before any mutation, halts on protected or destructive operations, then carries the known-good state through to a landed PR: stage by filename, commit one…

7 7d ago A 105 tokens original MIT

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 4 (Verify Before Reporting) of the 7 Laws of AI Agent Discipline. After any failure in the verification ladder or auto-loop, classify the failure class before retrying — provider, tool-schema, deterministic-policy, git, worktree, runtime — so retry-vs-pause-vs-self-heal-vs-stop is an intentional decision…

7 7d ago A 85 tokens original MIT

roast

59

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 1 (Research Before Executing) of the 7 Laws of AI Agent Discipline. Convene a 5-persona adversarial council (Contrarian, Expansionist, Logician, Researcher, Buyer) that attacks an idea from every angle, then a Judge returns one GO / RESHAPE / KILL verdict plus the cheapest 48-hour test to de-risk it — so…

7 7d ago A 98 tokens original MIT

safety-guard

60

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 3 (One Thing at a Time) of the 7 Laws of AI Agent Discipline by scoping edits to a directory and blocking destructive shell commands. Use this skill to prevent destructive operations when working on production systems or running agents autonomously.

7 7d ago D 57 tokens original MIT

ship

61

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 1 (Research Before Executing), Law 3 (One Thing at a Time), and Law 4 (Verify Before Reporting) of the 7 Laws of AI Agent Discipline. Fix one defect through TDD and one PR, isolate unrelated dirty checkouts in an owner-locked clean worktree, and return only eligible clean checkouts to the detected default…

7 7d ago A 105 tokens original MIT

simplicity-review

62

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 4 (Verify Before Reporting) of the 7 Laws of AI Agent Discipline. Reviews the current diff for over-engineering (code that could reuse an existing file, a stdlib or native feature, or fewer lines) and reports trim findings without touching code, so 'it works' is never mistaken for 'it is the minimum that…

7 7d ago A 77 tokens original MIT

skill-distillation

63

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 7 (Learn From Every Session) of the 7 Laws of AI Agent Discipline. Distills repeated successful tool sequences into reusable draft instincts, so a pattern that worked three times becomes a captured recipe instead of being re-derived from scratch every session.

7 7d ago A 57 tokens original MIT

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 4 (Verify Before Reporting) of the 7 Laws of AI Agent Discipline. Pre-dispatch invariant: reconcile DB-vs-disk-vs-memory state before any unit runs, so a stale flag, missing artifact, or out-of-sync row never re-dispatches a unit that already completed or never started.

7 7d ago A 71 tokens original MIT

strategic-compact

65

naimkatiman/continuous-improvement

Skill Claude CodeCodex

Enforces Law 5 (Reflect After Every Session) of the 7 Laws of AI Agent Discipline at phase boundaries. Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

7 7d ago A 51 tokens original MIT