Implement add-subtask MCP command for adding subtasks to existing tasks

This commit is contained in:
Eyal Toledano
2025-03-31 12:56:38 -04:00
parent 028e5b86d4
commit 430cd8d50c
7 changed files with 184 additions and 10 deletions

View File

@@ -11,4 +11,5 @@
- Implement next-task MCP command for finding the next task to work on
- Implement expand-task MCP command for breaking down tasks into subtasks
- Implement add-task MCP command for creating new tasks using AI assistance
- Implement add-subtask MCP command for adding subtasks to existing tasks
- Document MCP server naming conventions in architecture.mdc and mcp.mdc files (file names use kebab-case, direct functions use camelCase with Direct suffix, tool registration functions use camelCase with Tool suffix, and MCP tool names use snake_case)