escalate
01RasputinKaiser/Self-Improvement-Plugin
Agent
Solve one bounded subtask the main thread is stuck on, in a fresh context. Returns a plan, a minimal diff, and a one-line lesson to record.
A self-improvement harness plugin for Claude Code and ChatGPT / Codex: memory-aware startup, safer tool use, verification hooks, bounded fresh-context delegation, a deterministic task-graph runtime, and session closeout. Experimental, open-source, free.
RasputinKaiser/Self-Improvement-Plugin
Agent
Solve one bounded subtask the main thread is stuck on, in a fresh context. Returns a plan, a minimal diff, and a one-line lesson to record.
RasputinKaiser/Self-Improvement-Plugin
Agent
Solve one slice of a decomposable task independently. Other fan-out agents may be working on other slices in parallel. Coordinate via the shared HANDOFF.md file the main thread wrote; return your slice, a minimal diff, and a one-line lesson.
RasputinKaiser/Self-Improvement-Plugin
Agent
Dedupe near-identical Memory Fabric records, promote repeated work-tier entries to learning-tier, and expire stale low-confidence ones. Keeps recall signal high.
RasputinKaiser/Self-Improvement-Plugin
Agent
Cheap parallel codebase recon — find files, map call sites, summarize a module. Fan many of these.
RasputinKaiser/Self-Improvement-Plugin
Agent
Given an untested script, write the missing runtests.py regression case that would have caught a known failure or covers its public surface.