Create a new task list and save it to the .tasks folder. Args: title: Title for the task list description: Short 2-3 word description for the filename (e.g., "refactor-authentication") repo_path: Path to the repository root (defaults to current directory) include_metadata: Whether to include creation date/time Returns: Path to the created task list file
Convert a Cursor agent's plan text into a formatted Markdown task list and save it. Args: plan_text: The plan text from the Cursor agent title: Title for the task list description: Short 2-3 word description for the filename (e.g., "refactor-authentication") repo_path: Path to the repository root (defaults to current directory) include_metadata: Whether to include metadata like date and time Returns: Path to the created task list file
Add a new task to an existing task list. Args: description: The description identifier of the task list file task_text: Text for the new task repo_path: Path to the repository root (defaults to current directory) section: Which section to add the task to (defaults to "Tasks") Returns: Updated markdown task list
Mark a specific task as completed. Args: description: The description identifier of the task list file task_number: The number of the task to mark as complete repo_path: Path to the repository root (defaults to current directory) section: Which section the task is in (defaults to "Tasks") Returns: Updated markdown task list
Check if all tasks are complete and mark the task list as completed. Args: description: The description identifier of the task list file repo_path: Path to the repository root (defaults to current directory) Returns: Message indicating if the task list was marked as completed
List all task files in the .tasks directory. Args: repo_path: Path to the repository root (defaults to current directory) include_completed: Whether to include completed task lists Returns: List of task files with their completion status
No configuration needed. Connect to run tools.
Access and manage servers by signing in.