Agent Plugins Marketplace
All plugins

evolve

v1.0.17

Iterative TDD review→fix loop — critique, fan out fix agents, verify, gate hard calls to the human, keep tests green, commit per round

CodexClaude Code

By Mingyang Bao2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install evolve for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add evolve-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/DawnEver/cc-market

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is evolve/.

Plugin files

evolve/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

evolve/.codex-plugin/plugin.json
{
  "name": "evolve",
  "version": "1.0.17",
  "description": "Iterative TDD review→fix loop — critique, fan out fix agents, verify, gate hard calls to the human, keep tests green, commit per round",
  "author": {
    "name": "Mingyang Bao"
  },
  "keywords": [
    "review",
    "refactor",
    "tdd",
    "loop",
    "autofix"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Evolve",
    "shortDescription": "Iterative TDD review→fix loop — critique, fan out fix agents, verify, gate hard",
    "longDescription": "Iterative TDD review→fix loop — each round critiques the codebase, fans out fix agents over disjoint files, verifies, gates hard calls to the human, keeps tests green, and commits. Severity-based convergence with safety caps.",
    "developerName": "Mingyang Bao",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "defaultPrompt": [
      "Use the Evolve plugin."
    ]
  }
}
evolve/.claude-plugin/plugin.json
{
  "name": "evolve",
  "version": "1.0.17",
  "description": "Iterative TDD review→fix loop — critique, fan out fix agents, verify, gate hard calls to the human, keep tests green, commit per round",
  "author": {
    "name": "Mingyang Bao"
  },
  "keywords": [
    "review",
    "refactor",
    "tdd",
    "loop",
    "autofix"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[evolve on Agent Plugins Marketplace](https://pluginsmp.com/plugins/evolve-2)