From b9fe9dfa94c8994d16142ada1c2b997fdedeb609 Mon Sep 17 00:00:00 2001 From: Quan Duong Date: Thu, 5 Mar 2026 21:09:58 +0700 Subject: [PATCH] Add Production Grade plugin to Plugins table Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93b3120..e162781 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ One hundred twenty-one production-ready plugins that extend Claude Code with dom | [plan](plugins/plan/) | Structured planning with risk assessment and time estimation | | [pr-reviewer](plugins/pr-reviewer/) | Review pull requests with structured analysis and approve with confidence | | [product-shipper](plugins/product-shipper/) | Ship features end-to-end with launch checklists and rollout plans | +| [production-grade](https://github.com/nagisanzenin/claude-code-production-grade-plugin) | 14-agent autonomous pipeline — PM, Architect, Backend, Frontend, QA, Security, Code Review, DevOps, SRE, Data Scientist, Technical Writer, Skill Maker, Polymath co-pilot. Two-wave parallel execution, brownfield-safe. | | [project-scaffold](plugins/project-scaffold/) | Scaffold new projects and add features with best-practice templates | | [prompt-optimizer](plugins/prompt-optimizer/) | Analyze and optimize AI prompts for better results | | [python-expert](plugins/python-expert/) | Python-specific development with type hints and idiomatic refactoring |