🎯

plan-phases

🎯Skill

from charlesjones-dev/claude-code-plugins-dev

VibeIndex|
What it does

plan-phases skill from charlesjones-dev/claude-code-plugins-dev

plan-phases

Installation

Install skill:
npx skills add https://github.com/charlesjones-dev/claude-code-plugins-dev --skill plan-phases
4
Last UpdatedJan 19, 2026

Skill Details

SKILL.md

Overview

# Claude Code Plugins for Developers

[![Version](https://img.shields.io/badge/version-1.9.1-blue.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/releases)

[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)

[![GitHub Issues](https://img.shields.io/github/issues/charlesjones-dev/claude-code-plugins-dev.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/issues)

[![GitHub Stars](https://img.shields.io/github/stars/charlesjones-dev/claude-code-plugins-dev.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/stargazers)

[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/charlesjones-dev/claude-code-plugins-dev/graphs/commit-activity)

Automate developer busy work with AI-powered plugins for Claude Code.

🎯 Overview

This Claude Code plugin marketplace provides plugins that extend Claude Code's capabilities, focusing on developer productivity and automation.

πŸ“¦ Available Plugins

> πŸ’‘ Command Usage Note: All commands are invoked without arguments (e.g., /accessibility-audit). Interactive commands will prompt you for any required information; non-interactive commands run directly on your codebase. Do not pass parameters when invoking commands.

| Plugin | Description | Commands | Agents | Skills |

|--------|-------------|----------|--------|--------|

| [ai-accessibility](plugins/ai-accessibility/) | AI-powered accessibility auditing with WCAG compliance | /accessibility-audit | accessibility-auditor | accessibility-auditing |

| [ai-ado](plugins/ai-ado/) | AI-powered Azure DevOps integration with MCP support | /ado-init, /ado-create-feature, /ado-create-story, /ado-create-task, /ado-log-story-work, /ado-timesheet-report | - | ado-work-items |

| [ai-git](plugins/ai-git/) | AI-powered git automation and workflow streamlining | /git-init, /git-commit-push | - | - |

| [ai-learn](plugins/ai-learn/) | AI-powered Socratic learning mode for guided problem-solving | /learn, /learn-review | - | - |

| [ai-performance](plugins/ai-performance/) | AI-powered performance optimization and bottleneck detection | /performance-audit | performance-auditor | performance-auditing |

| [ai-plugins](plugins/ai-plugins/) | AI-powered plugin and skill scaffolding and generation tools | /plugins-scaffold | - | skills-scaffold, plugins-scaffold |

| [ai-security](plugins/ai-security/) | AI-powered security auditing with reproducible reports | /security-init, /security-audit, /security-scan-dependencies | security-auditor, security-dependency-scanner | security-auditing, security-dependency-scanning |

| [ai-statusline](plugins/ai-statusline/) | AI-powered status line customization with progress bars | /statusline-wizard, /statusline-edit | - | statusline-setup |

| [ai-workflow](plugins/ai-workflow/) | AI-powered development workflow automation | /workflow-plan-phases, /workflow-implement-phases, /workflow-preflight | - | plan-phases, implement-phases, preflight-checks |

> πŸ“ Note on Audit Plugins: The ai-accessibility, ai-security, and ai-performance plugins are developer-focused analysis tools designed to identify issues during development. They perform static code analysis, with ai-accessibility and ai-security also offering URL scanning capabilities (/accessibility-audit with Playwright MCP and /security-scan-dependencies respectively). These plugins are meant to complement (not replace) runtime testing tools, professional services, and manual testing. Use these plugins to catch issues early in the development phase, then validate with specialized testing tools and services appropriate to your domain.

πŸš€ Quick Start

Prerequisites

New to Claude Code? Claude Code is an AI-powered CLI tool that helps with software development tasks.

πŸ‘‰ [Download and install Claude Code](https://www.claude.com/product/claude-code)

Installation

1