Initial commit
This commit is contained in:
25
commands/plan.md
Normal file
25
commands/plan.md
Normal 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
|
||||
Reference in New Issue
Block a user