What problem does it solve?
This Skill addresses the common pitfalls in plugin development, such as building unnecessary plugins, structural errors, and unreliable activation, ensuring every plugin is ideated, architected, validated, and evaluated before shipping.
Core Features & Use Cases
- Six-Phase Workflow: Guides through ideation with kill gates, research, architecture decomposition, component building, validation, and evaluation with iteration loops.
- Component Decomposition: Decides optimal use of skills, hooks, MCP servers, subagents, and commands for cohesive plugins.
- Use Case: When developing a multi-component plugin like one for automated code style enforcement, it walks through validating the idea, surveying alternatives, mapping components, implementing them, checking structure, and testing triggers and outputs to confirm reliability.
Quick Start
Walk me through building a full Claude Code plugin for markdown linting from idea to evaluated artifact.