A spec harness for when your AI coding partner forgets everything
This meta-framework turns Claude Code or Codex into a team that writes PRDs, manages backlogs, and remembers what it did six months ago.
What it does
vibecode-pro-max-kit is a shell script and Markdown scaffolding system that wraps around AI coding agents like Claude Code and OpenAI Codex. It installs a directory structure of 12 agent definitions, 31+ skills, and lifecycle hooks into your project, then runs a setup routine that scans your codebase, detects your stack, and builds project-specific context files. The goal is to keep the agent spec-driven and stateful across long sessions, rather than drifting into spaghetti with each new prompt.
The interesting bit
The “self-improving knowledge base” is the hook: the harness structures context into a process/ directory that compounds as you ship, with the claim that this survives “context-rotting even 6 months later.” Most agent wrappers are ephemeral; this one treats memory as infrastructure. The Tanjiro GIF is a choice, but the underlying idea—agents as persistent, reviewable engineering teams rather than chat sessions—has teeth.
Key highlights
- One-line install via curl, then
vc-setupinterrogates your project in a conversational flow before scaffolding anything - Auto-detects stack from
package.jsonand codebase structure; claims to adapt to any language combination rather than hardcoding language-specific agents - Generates shareable artifacts: PRDs, backlogs, plans that devs, PMs, and stakeholders can review
- Backs up existing
.claude/orCLAUDE.mdconfigs before overwriting; attempts intelligent migration of prior context - Supports Claude Code, Codex CLI, Cursor, Windsurf, and several other agents with mirrored agent definitions
Caveats
- The README is heavy on anime references and light on concrete architecture; the “32 skills” and “12 agents” are Markdown prompt files, not running services
- “Runs autonomously for hours” is aspirational—actual autonomy depends entirely on the underlying agent’s capabilities and your API rate limits
- The project is young (756 stars, single main contributor visible) and the self-improvement claims are unbenchmarked
Verdict
Worth a look if you’re already using Claude Code or Codex and hitting the wall of “what was I building again?” after 20 prompts. Skip it if you want a managed service or if your workflow is already locked into Cursor’s native features. The real test is whether the context files actually compound meaningfully over months—or just become another directory to maintain.