plugins marketplace
← All plugins

feature-dev

v1.0.0

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

Claude Code

by Sid Bidasaria140.8kupdated 1 day ago

Source

git clone https://github.com/anthropics/claude-code

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",
  "version": "1.0.0",
  "description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review",
  "author": {
    "name": "Sid Bidasaria",
    "email": "sbidasaria@anthropic.com"
  }
}