docs: 기본 파일 구조, .gitignore, CLAUDE.md, README.md, 및 작업 관리 시스템을 위한 설정 파일 추가
This commit is contained in:
20
.claude/commands/task/show.md
Normal file
20
.claude/commands/task/show.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user