mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
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:
21
README.md
21
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:
|
||||
|
||||
Reference in New Issue
Block a user