Refine plugin marketplace for launch readiness

Plugin Scope Improvements:
- Remove language-specialists plugin (not task-focused)
- Split specialized-domains into 5 focused plugins:
  * blockchain-web3 - Smart contract development only
  * quantitative-trading - Financial modeling and trading only
  * payment-processing - Payment gateway integration only
  * game-development - Unity and Minecraft only
  * accessibility-compliance - WCAG auditing only
- Split business-operations into 3 focused plugins:
  * business-analytics - Metrics and reporting only
  * hr-legal-compliance - HR and legal docs only
  * customer-sales-automation - Support and sales workflows only
- Fix infrastructure-devops scope:
  * Remove database concerns (db-migrate, database-admin)
  * Remove observability concerns (observability-engineer)
  * Move slo-implement to incident-response
  * Focus purely on container orchestration (K8s, Docker, Terraform)
- Fix customer-sales-automation scope:
  * Remove content-marketer (unrelated to customer/sales workflows)

Marketplace Statistics:
- Total plugins: 27 (was 22)
- Tool coverage: 100% (42/42 tools referenced)
- Fat plugins removed: 3 (language-specialists, specialized-domains, business-operations)
- All plugins now have clear, focused tasks

Model Migration:
- Migrate all 42 tools from claude-sonnet-4-0/opus-4-1 to model: sonnet
- Migrate all 15 workflows from claude-opus-4-1 to model: sonnet
- Use short model syntax consistent with agent files

Documentation Updates:
- Update README.md with refined plugin structure
- Update plugin descriptions to be task-focused
- Remove anthropomorphic and marketing language
- Improve category organization (now 16 distinct categories)

Ready for October 9, 2025 @ 9am PST launch
This commit is contained in:
Seth Hobson
2025-10-08 20:51:32 -04:00
parent 8d1d907acf
commit 3802bca865
59 changed files with 879 additions and 402 deletions

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Accessibility Audit and Testing

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# AI Assistant Development

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# AI/ML Code Review

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# API Mocking Framework

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# API Scaffold Generator

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Code Explanation and Analysis

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Code Migration Assistant

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Regulatory Compliance Check

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Configuration Validation

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
Restore saved project context for agent coordination:

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
Save current project context for future agent coordination:

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Cloud Cost Optimization

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Data Pipeline Architecture

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Data Validation Pipeline

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Database Migration Strategy and Implementation

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Debug and Trace Configuration

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Deployment Checklist and Configuration

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Dependency Audit and Security Analysis

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Dependency Upgrade Strategy

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Automated Documentation Generation

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Docker Optimization

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Error Analysis and Resolution

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Error Tracking and Monitoring

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
Please analyze and fix the GitHub issue: $ARGUMENTS.

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Kubernetes Manifest Generation

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# LangChain/LangGraph Agent Scaffold

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Monitoring and Observability Setup

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
Optimize application stack using specialized optimization agents:

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
Perform comprehensive multi-agent code review with specialized reviewers:

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Onboard

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Pull Request Enhancement

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# AI Prompt Optimization

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Refactor and Clean Code

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Security Scan and Vulnerability Assessment

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# SLO Implementation Guide

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
Debug complex issues using specialized debugging agents:

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Standup Notes Generator

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
Implement minimal code to make failing tests pass in TDD green phase:

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
Write comprehensive failing tests following TDD red phase principles:

View File

@@ -1,5 +1,5 @@
---
model: claude-opus-4-1
model: sonnet
---
Refactor code with confidence using comprehensive test safety net:

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Technical Debt Analysis and Remediation

View File

@@ -1,5 +1,5 @@
---
model: claude-sonnet-4-0
model: sonnet
---
# Comprehensive Test Harness Generator