Task Manager (Go)
JSON →An intelligent task and project management server with LLM-driven complexity analysis and smart subtask creation, using file-based markdown storage.
Tools · 11
- create_task_file Create new project task files
- list_projects List all available projects
- add_task Add tasks with descriptions and subtasks
- update_task_status Update task/subtask status
- get_next_task Get next uncompleted task
- parse_prd Convert PRDs into structured tasks
- expand_task Break down tasks into subtasks
- estimate_task_complexity LLM-based complexity analysis
- suggest_next_actions AI-powered suggestions
- get_task_dependencies Track task relationships
- generate_task_file Generate file templates