Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)
Expand Down