From bdc0578fb05f9e2020f2e251ce60e2fa6fc461aa Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Mon, 28 Jul 2025 12:31:30 -0400 Subject: [PATCH] Add Commands repository reference to workflows section - Added link to Claude Code Commands collection (52 slash commands) - Highlighted integration between subagents and pre-built workflows - Added Advanced Workflows section with slash command examples - Shows how commands leverage subagents for complex orchestrations --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index e9a7e1f..13e57a7 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,9 @@ Mention the subagent by name in your request: ``` ### Multi-Agent Workflows + +These subagents work together seamlessly, and for more complex orchestrations, you can use the **[Claude Code Commands](https://github.com/wshobson/commands)** collection which provides 52 pre-built slash commands that leverage these subagents in sophisticated workflows. + ```bash # Feature development workflow "Implement user authentication feature" @@ -130,6 +133,24 @@ Mention the subagent by name in your request: # Automatically uses: mlops-engineer → ml-engineer → data-engineer → performance-engineer ``` +### Advanced Workflows with Slash Commands + +For more sophisticated multi-subagent orchestration, use the companion [Commands repository](https://github.com/wshobson/commands): + +```bash +# Complex feature development (8+ subagents) +/full-stack-feature Build user dashboard with real-time analytics + +# Production incident response (5+ subagents) +/incident-response Database connection pool exhausted + +# ML infrastructure setup (6+ subagents) +/ml-pipeline Create recommendation engine with A/B testing + +# Security-focused implementation (7+ subagents) +/security-hardening Implement OAuth2 with zero-trust architecture +``` + ## Subagent Format Each subagent follows this structure: