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/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