Agent Plugins Marketplace
All plugins

agent-autonomous-developer

v0.0.0

Takes one work package (a ticket or an epic with all its children) from a prepared worktree to a pull request with a GREEN CI pipeline, for projects in any language (stack auto-detected). One headless skill — process-ticket — backed by six subagents (context-extractor, planner, plan-critic, developer, test-critic, reviewer) with isolated critics, three-round caps and machine-readable progress events on the ticket. Never asks a human. Drives the agent-project-issues MCP.

Claude Code

By Arne von Appen0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 20, 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 agent-autonomous-developer for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-autonomous-developer@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/Seretos/agent-autonomous-developer

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

Plugin files

agent-autonomous-developer/
└── .claude-plugin/plugin.json

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "agent-autonomous-developer",
  "description": "Takes one work package (a ticket or an epic with all its children) from a prepared worktree to a pull request with a GREEN CI pipeline, for projects in any language (stack auto-detected). One headless skill — process-ticket — backed by six subagents (context-extractor, planner, plan-critic, developer, test-critic, reviewer) with isolated critics, three-round caps and machine-readable progress events on the ticket. Never asks a human. Drives the agent-project-issues MCP.",
  "version": "0.0.0",
  "author": {
    "name": "Arne von Appen"
  },
  "dependencies": [
    {
      "name": "agent-project-issues",
      "version": ">=0.2.5 <1.0.0"
    }
  ]
}

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

[agent-autonomous-developer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-autonomous-developer)