Initial commit
This commit is contained in:
25
commands/metrics.md
Normal file
25
commands/metrics.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
model: claude-sonnet-4-0
|
||||
allowed-tools: Task, Bash, Read, Write
|
||||
argument-hint: <metric-type> [timeframe]
|
||||
description: Team metrics, velocity tracking, and performance analysis
|
||||
---
|
||||
|
||||
# Metrics Command
|
||||
|
||||
Team metrics, velocity tracking, and performance analysis
|
||||
|
||||
## Arguments
|
||||
|
||||
**$1 (Required)**: metric-type
|
||||
|
||||
**$2 (Optional)**: timeframe
|
||||
|
||||
## Examples
|
||||
|
||||
```bash
|
||||
/metrics "Team velocity analysis" last-quarter
|
||||
/metrics "Cycle time optimization" current-sprint
|
||||
```
|
||||
|
||||
Invoke the team-optimizer agent with: $ARGUMENTS
|
||||
Reference in New Issue
Block a user