plugins marketplace
← All plugins

feature-dev

Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review

Claude Code

by Anthropic33.3kupdated 40 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/feature-dev/ inside the repository.

Layout

plugins/feature-dev/
└── .claude-plugin/plugin.json

Manifests1

plugins/feature-dev/.claude-plugin/plugin.json
{
  "name": "feature-dev",
  "description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review",
  "author": {
    "name": "Anthropic",
    "email": "support@anthropic.com"
  }
}