Initial commit

This commit is contained in:
2025-07-21 14:31:56 +09:00
commit 15b3eaf5cb
89 changed files with 10770 additions and 0 deletions

View File

@ -0,0 +1,20 @@
---
allowed-tools: mcp__taskmaster-ai__get_task
description: Show specific task details
---
# Show Task
**User Request:** $ARGUMENTS
## Goal
Display detailed information about specific task(s).
## What You Can Say
```
/show 5 # Show task 5
/show 5,7,9 # Show multiple tasks
/show 5.2 # Show subtask
```