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.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions categories/09-meta-orchestration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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** |

Expand Down