Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:19 +08:00
commit 4ecd25b36f
5 changed files with 139 additions and 0 deletions

25
commands/poem.md Normal file
View File

@@ -0,0 +1,25 @@
---
description: Write a personalized poem for you
allowed-tools: Task
---
# Poem Command
This command invokes the poet agent to write you a personalized poem.
## Your Task
Simply launch the poet agent:
```
Task(
subagent_type: "poet:poet",
description: "Write personalized poem",
prompt: "Please write a personalized poem for the user. Ask them for their name first."
)
```
The poet agent will:
1. Ask the user for their name
2. Write a personalized poem
3. Present it to the user