Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:15 +08:00
commit 351fb745eb
13 changed files with 399 additions and 0 deletions

25
commands/metrics.md Normal file
View 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

25
commands/plan.md Normal file
View File

@@ -0,0 +1,25 @@
---
model: claude-sonnet-4-0
allowed-tools: Task, Bash, Read, Write
argument-hint: <goal> [timeframe]
description: Sprint planning, estimation, and agile ceremony facilitation
---
# Plan Command
Sprint planning, estimation, and agile ceremony facilitation
## Arguments
**$1 (Required)**: goal
**$2 (Optional)**: timeframe
## Examples
```bash
/plan "Next sprint planning" 2-weeks
/plan "Estimate feature development" story-points
```
Invoke the agile-coach agent with: $ARGUMENTS

25
commands/retro.md Normal file
View File

@@ -0,0 +1,25 @@
---
model: claude-sonnet-4-0
allowed-tools: Task, Bash, Read, Write
argument-hint: <sprint-or-period> [focus]
description: Retrospective facilitation and continuous improvement
---
# Retro Command
Retrospective facilitation and continuous improvement
## Arguments
**$1 (Required)**: sprint-or-period
**$2 (Optional)**: focus
## Examples
```bash
/retro "Sprint 24 retrospective" improvements
/retro "Q1 team retrospective" process
```
Invoke the agile-coach agent with: $ARGUMENTS

25
commands/roadmap.md Normal file
View File

@@ -0,0 +1,25 @@
---
model: claude-sonnet-4-0
allowed-tools: Task, Bash, Read, Write
argument-hint: <scope> [horizon]
description: Product roadmap and milestone planning
---
# Roadmap Command
Product roadmap and milestone planning
## Arguments
**$1 (Required)**: scope
**$2 (Optional)**: horizon
## Examples
```bash
/roadmap "Q2 feature roadmap" quarterly
/roadmap "Infrastructure migration plan" 6-months
```
Invoke the project-manager agent with: $ARGUMENTS

25
commands/stakeholder.md Normal file
View File

@@ -0,0 +1,25 @@
---
model: claude-sonnet-4-0
allowed-tools: Task, Bash, Read, Write
argument-hint: <communication-need> [audience]
description: Stakeholder communication and expectation management
---
# Stakeholder Command
Stakeholder communication and expectation management
## Arguments
**$1 (Required)**: communication-need
**$2 (Optional)**: audience
## Examples
```bash
/stakeholder "Project status update" executives
/stakeholder "Feature demo preparation" customers
```
Invoke the stakeholder-liaison agent with: $ARGUMENTS