From cd45c74192d37ec171c928f7bfc948833a7c4f27 Mon Sep 17 00:00:00 2001 From: Stefan Ayala Date: Thu, 13 Aug 2026 12:18:19 -0700 Subject: [PATCH 1/2] Move Claude Code SDLC Harness to Workflow Orchestration and fix its URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0670365..4d4ba57 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [craftsman](./plugins/craftsman) - [rote](./plugins/rote) - [claude-session-tint](./plugins/claude-session-tint) +- [Claude Code SDLC Harness](https://github.com/BaseInfinity/claude-sdlc-harness) - Codebase-aware SDLC orchestration that tailors setup and updates to each repository, enforces planning and TDD, and gates delivery on independent cross-model review. Installs via `npx agentic-sdlc-wizard init`. ### AI & Speech - [speech-ai](https://github.com/fasuizu-br/speech-ai-examples) - Speech AI plugin with pronunciation assessment, text-to-speech, and speech-to-text. 8 MCP tools for language learning, accessibility, and voice applications. @@ -162,7 +163,6 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [optimize](./plugins/optimize) - [performance-benchmarker](./plugins/performance-benchmarker) - [refractor](./plugins/refractor) -- [sdlc-wizard](https://github.com/BaseInfinity/agentic-ai-sdlc-wizard) - SDLC enforcement plugin with hooks for TDD gates, planning workflow, confidence levels, and cross-model review. Installs via `npx agentic-sdlc-wizard init`. - [test-file](./plugins/test-file) - [test-results-analyzer](./plugins/test-results-analyzer) - [test-writer-fixer](./plugins/test-writer-fixer) From 883c93c21786622e67e961ecd739bda5e5118b00 Mon Sep 17 00:00:00 2001 From: Stefan Ayala Date: Thu, 13 Aug 2026 12:18:27 -0700 Subject: [PATCH 2/2] Add Claude Code SDLC Harness to the Chinese README --- README-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh.md b/README-zh.md index 5c00d9d..8259aaf 100644 --- a/README-zh.md +++ b/README-zh.md @@ -77,6 +77,7 @@ - [ai-meeting](./plugins/ai-meeting) - [craftsman](./plugins/craftsman) - [rote](./plugins/rote) +- [Claude Code SDLC Harness](https://github.com/BaseInfinity/claude-sdlc-harness) — 面向代码库的 SDLC 编排系统:为每个代码库定制设置和更新,强制执行规划与 TDD,并通过独立的跨模型审查把关交付。安装:`npx agentic-sdlc-wizard init`。 ### 自动化运维 - [deployment-engineer](./plugins/deployment-engineer)