task-orchestrator
Execute predefined development tasks from tasks.md to coordinate implementation workflows, focusing on task coordination rather than creating new plans.
Instructions
Use this to implement/execute existing tasks from tasks.md that have already been defined. This tool assumes tasks already exist and focuses on coordinating their implementation. DO NOT use this for generating new plans or tasks - only for executing tasks that have already been created.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_path | No | Path to the project directory (defaults to current directory) |
Input Schema (JSON Schema)
{
"properties": {
"project_path": {
"description": "Path to the project directory (defaults to current directory)",
"type": "string"
}
},
"type": "object"
}