Initialize and detail the task flow, establish clear goals and success criteria, optionally reference existing tasks for continuation planning
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.
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.
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
Generate a structured task list, including complete status tracking, priority, and dependencies
Execute a specific task according to the predefined plan, ensuring the output of each step meets quality standards
Comprehensively verify task completion, ensuring all requirements and technical standards are met without missing details
Formally mark a task as completed, generate a detailed completion report, and update the dependency status of related tasks
Delete unfinished tasks, but does not allow deleting completed tasks, ensuring the integrity of system records
Clear unfinished tasks and reset the task list
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
Search tasks by keyword or ID, displaying abbreviated task information
Get the complete detailed information of a task based on its ID, including unabridged implementation guides and verification criteria, etc.
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
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.
Absolute path to the data directory for task data storage
Access and manage servers by signing in.