Execute a worker template from the workers directory
<worker-name-or-path> [additional context]worker/Read the worker template specified in $ARGUMENTS from the workers directory and execute it using the Task tool.
The worker can be specified as:
- Full relative path: "optimize-workers/file-optimizer.md"
- Just the worker name: "file-optimizer" (will search for file-optimizer.md anywhere in workers/)
- Name without extension: "validator" (will search for validator.md)
1. Parse the first argument as the worker identifier
2. Search for the worker template:
- If it's a path (contains '/'), look for exact match
- If it's just a name, search for "{name}.md" or "{name}" files recursively
...Auto-complete all pending tasks or work on specific task
Parse and execute inline workflow syntax
Build and run Xcode project on simulator or physical device.
ユーザーの要望を受け取り、適切なissyncコマンドを自動選択・実行するルーター
Run the Godot game project with optional watch mode and enhanced error display