Skip to main content
Glama
tm-task-dependency-auto-progression.kiro.hook776 B
{ "enabled": true, "name": "[TM] Task Dependency Auto-Progression", "description": "Automatically progress tasks when dependencies are completed", "version": "1", "when": { "type": "fileEdited", "patterns": [ ".taskmaster/tasks/tasks.json", ".taskmaster/tasks/*.json" ] }, "then": { "type": "askAgent", "prompt": "Check the tasks.json file for any tasks that just changed status to 'done'. For each completed task:\n\n1. Find all tasks that depend on it\n2. Check if those dependent tasks now have all their dependencies satisfied\n3. If a task has all dependencies met and is still 'pending', use the command 'tm set-status --id=<task_id> --status=in-progress' to start it\n4. Show me which tasks were auto-started and why" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eyaltoledano/claude-task-master'

If you have feedback or need assistance with the MCP directory API, please join our Discord server