Back to Plugins

Feature Development

Guided feature development with codebase understanding and architecture focus. A comprehensive 7-phase workflow for building features systematically with specialized agents for exploration, architecture, and review.

featuredevelopmentarchitectureofficialworkflow

Installation

claude plugins add feature-dev@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "feature-dev@claude-plugins-official": true
  }
}

Commands

/feature-devLaunch the 7-phase guided feature development workflow: Discovery, Codebase Exploration, Clarifying Questions, Architecture Design, Implementation, Quality Review, and Summary

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub