From 06983079c5e130dc95003523a7f1c0f46ff6263e Mon Sep 17 00:00:00 2001 From: avelikiy Date: Thu, 3 Sep 2026 22:20:17 +0200 Subject: [PATCH] Add great-cto to Workflow Orchestration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit great_cto runs Claude Code as a pipeline of specialist agents rather than a single one: architecture, product, implementation, QA, security and deploy, with an independent model reviewing each stage before the next begins and human gates on the steps that are expensive to undo. Listed with an external `source` (as tree-ring-memory and trigger-tree are) rather than vendoring the plugin into ./plugins — it is 71 agents, 44 commands and 39 skills, and a copy here would drift from the upstream it is copied from. - Repository: https://github.com/avelikiy/great_cto - npm: great-cto@3.22.0 - Docs: https://greatcto.systems - MIT licensed --- .claude-plugin/marketplace.json | 23 +++++++++++++++++++++++ README.md | 1 + 2 files changed, 24 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index cd886fc..5e2c8fa 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -43,6 +43,29 @@ "documentation" ] }, + { + "name": "great-cto", + "source": { + "source": "github", + "repo": "avelikiy/great_cto" + }, + "description": "Runs Claude Code as a pipeline of 71 specialist agents — architecture, product, implementation, QA, security, deploy — where an independent model checks each stage before the next begins, and human gates sit on whatever is expensive to undo.", + "version": "3.22.0", + "author": { + "name": "Alexander Velikiy", + "url": "https://github.com/avelikiy" + }, + "category": "Workflow Orchestration", + "homepage": "https://greatcto.systems", + "keywords": [ + "orchestration", + "pipeline", + "subagents", + "code-review", + "gates", + "cto" + ] + }, { "name": "lyra", "source": "./plugins/lyra", diff --git a/README.md b/README.md index 0670365..f7ba97e 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [claude-recap](https://github.com/hatawong/claude-recap) — Per-topic session memory using Shell hooks — archives each conversation topic as a separate Markdown summary. Two hooks, bash + Node.js, 100% local. - [claude-desktop-extension](./plugins/claude-desktop-extension) - [equilateral-agents](https://github.com/Equilateral-AI/equilateral-agents-open-core) - 22 self-learning agents with memory, security review, code quality, deployment validation, and infrastructure checks +- [great-cto](https://github.com/avelikiy/great_cto) - Runs Claude Code as a pipeline of 71 specialist agents — architecture, product, implementation, QA, security, deploy — where an independent model checks each stage before the next begins, and human gates sit on whatever is expensive to undo. - [lyra](./plugins/lyra) - [magebyte-power](https://github.com/MageByte-Zero/magebyte-power) — Production-incident-distilled Claude Code skill: 7-phase workflow with 4-round AI cross-verification that catches concurrency & idempotency bugs before prod - [model-context-protocol-mcp-expert](./plugins/model-context-protocol-mcp-expert)