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,30 @@
---
allowed-tools: mcp__taskmaster-ai__update, mcp__taskmaster-ai__update_task, mcp__taskmaster-ai__update_subtask, mcp__taskmaster-ai__get_tasks
description: Update tasks based on implementation changes
---
# Update Tasks
**User Request:** $ARGUMENTS
## Goal
Update tasks when implementation changes from the original plan. Just tell me what changed and I'll update the relevant tasks.
## What You Can Say
```
"We're using MongoDB instead of PostgreSQL"
"Update task 5 to use OAuth instead of JWT"
"All tasks from 10 onwards should use the new API structure"
"Task 7.2 needs a note about the Redis caching we added"
```
## How It Works
Based on what you tell me (User Request), I'll:
1. **Understand the change** from your description
2. **Find affected tasks** automatically or use the ones you specify
3. **Update them** with the new approach
4. **Confirm** what was updated