Chain of Thought MCP
Skills
plan_task
Initialize and detail the task flow, establish clear goals and success criteria, optionally reference existing tasks for continuation planning
list_tasks
Generate a structured task list, including complete status tracking, priority, and dependencies
query_task
Search tasks by keyword or ID, displaying abbreviated task information
delete_task
Delete unfinished tasks, but does not allow deleting completed tasks, ensuring the integrity of system records
split_tasks
Decompose complex tasks into independent subtasks, establishing dependencies and priorities. ## updateMode - **append**: Keep existing tasks and add new ones - **overwrite**: Delete unfinished tasks, keep completed ones - **selective**: Intelligently match and update existing tasks based on name - **clearAllTasks**: Clear all tasks and create a backup (preferred mode) ## Key Requirements - **Provide concise pseudocode**: Only provide high-level logic flow and key steps, avoid complete code - **Consolidate when necessary**: Simple modifications can be integrated with other tasks to avoid excessive task count - **Submit in batches**: If there are too many tasks, use the "split_tasks" tool with parameters not exceeding 5000 characters
update_task
Update task content, including name, description and notes, dependent tasks, related files, implementation guide and verification criteria. Completed tasks only allow updating summary and related files
verify_task
Comprehensively verify task completion, ensuring all requirements and technical standards are met without missing details
analyze_task
Deeply analyze task requirements and systematically check the codebase, evaluate technical feasibility and potential risks. If code is needed, use pseudocode format providing only high-level logic flow and key steps, avoiding complete code.
execute_task
Execute a specific task according to the predefined plan, ensuring the output of each step meets quality standards
reflect_task
Critically review analysis results, evaluate solution completeness and identify optimization opportunities, ensuring the solution aligns with best practices. If code is needed, use pseudocode format providing only high-level logic flow and key steps, avoiding complete code.
complete_task
Formally mark a task as completed, generate a detailed completion report, and update the dependency status of related tasks
clear_all_tasks
Clear unfinished tasks and reset the task list
get_task_detail
Get the complete detailed information of a task based on its ID, including unabridged implementation guides and verification criteria, etc.
process_thought
Engage in a flexible and evolving thinking process by creating, questioning, validating, and refining ideas to progressively deepen understanding and generate effective solutions. When needing to gather data, analyze, or research, prioritize reviewing relevant project code; if such code doesn't exist, search the web rather than speculating. Set nextThoughtNeeded to false when thinking is sufficient, otherwise adjust total_thoughts to extend the process
init_project_rules
Initialize project rules. Call this tool when the user requests to generate or initialize the project specification file, or if the user requests to change or update the project specification.