diff --git a/README.md b/README.md index 626de71a..26072e32 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,7 @@ Agent coordination and meta-programming. - [**multi-agent-coordinator**](categories/09-meta-orchestration/multi-agent-coordinator.md) - Advanced multi-agent orchestration - [**performance-monitor**](categories/09-meta-orchestration/performance-monitor.md) - Agent performance optimization - [**pied-piper**](https://github.com/sathish316/pied-piper/) - Orchestrate Team of AI Subagents for repetitive SDLC workflows +- [**sdlc-wizard**](https://github.com/BaseInfinity/agentic-ai-sdlc-wizard) - SDLC enforcement for Claude Code via hooks and skills — plan-first workflow, TDD gates, confidence levels, and cross-model review - [**task-distributor**](categories/09-meta-orchestration/task-distributor.md) - Task allocation specialist - [**taskade**](https://github.com/taskade/mcp) - AI-powered workspace with autonomous agents, real-time collaboration, and workflow automation with MCP integration - [**workflow-orchestrator**](categories/09-meta-orchestration/workflow-orchestrator.md) - Complex workflow automation diff --git a/categories/09-meta-orchestration/README.md b/categories/09-meta-orchestration/README.md index 19dc0004..c0b9c067 100644 --- a/categories/09-meta-orchestration/README.md +++ b/categories/09-meta-orchestration/README.md @@ -51,6 +51,11 @@ Performance specialist monitoring and optimizing agent systems. Expert in metric **Use when:** Monitoring agent performance, identifying bottlenecks, optimizing workflows, implementing metrics, or improving system efficiency. +### [**sdlc-wizard**](https://github.com/BaseInfinity/agentic-ai-sdlc-wizard) - SDLC enforcement for Claude Code via hooks and skills +Process enforcement system that ensures Claude Code follows software development lifecycle best practices. Installs hooks and skills that enforce plan-first workflow, TDD gates with confidence levels, cross-model review, and conventional commits. Turns ad-hoc AI coding into structured, auditable development. + +**Use when:** Enforcing SDLC discipline on Claude Code sessions, requiring plan approval before code changes, gating commits behind TDD and cross-model review, or standardizing AI-assisted development workflows across teams. + ### [**task-distributor**](task-distributor.md) - Task allocation specialist Task distribution expert optimizing work allocation across agents. Masters load balancing, capability matching, and priority scheduling. Ensures efficient use of all available agents. @@ -77,6 +82,7 @@ Workflow specialist designing and executing sophisticated AI workflows. Expert i | Scale agent operations | **multi-agent-coordinator** | | Monitor performance | **performance-monitor** | | Distribute tasks | **task-distributor** | +| Enforce SDLC process | **[sdlc-wizard](https://github.com/BaseInfinity/agentic-ai-sdlc-wizard)** | | Manage projects with AI agents | **[taskade](https://github.com/taskade/mcp)** | | Automate workflows | **workflow-orchestrator** |