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
This commit is contained in:
Seth Hobson
2025-07-28 12:31:30 -04:00
parent 7bf45cfbf2
commit bdc0578fb0

View File

@@ -104,6 +104,9 @@ Mention the subagent by name in your request:
``` ```
### Multi-Agent Workflows ### 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 ```bash
# Feature development workflow # Feature development workflow
"Implement user authentication feature" "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 # 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 ## Subagent Format
Each subagent follows this structure: Each subagent follows this structure: