Initial commit
This commit is contained in:
25
commands/backpressure.md
Normal file
25
commands/backpressure.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
model: claude-sonnet-4-0
|
||||
allowed-tools: Task, Bash, Read, Write
|
||||
argument-hint: <system> [strategy]
|
||||
description: Backpressure and rate limiting strategies for system stability
|
||||
---
|
||||
|
||||
# Backpressure Command
|
||||
|
||||
Backpressure and rate limiting strategies for system stability
|
||||
|
||||
## Arguments
|
||||
|
||||
**$1 (Required)**: system
|
||||
|
||||
**$2 (Optional)**: strategy
|
||||
|
||||
## Examples
|
||||
|
||||
```bash
|
||||
/backpressure "Handle API rate limits" circuit-breaker
|
||||
/backpressure "Implement flow control" token-bucket
|
||||
```
|
||||
|
||||
Invoke the backpressure-expert agent with: $ARGUMENTS
|
||||
Reference in New Issue
Block a user