Tasks Organizer

Remote
Scanned

Convert AI-generated plans into structured markdown task lists and manage them efficiently in your repository. Automatically track and organize tasks with descriptive filenames and completion indicators. Enhance your productivity by integrating with Claude for Desktop and streamline your task management process.

Tools

create_task_list

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_plan_to_tasks

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_task

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_task_complete

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_all_tasks_complete

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_task_files

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

Details

Security
secureInvariant LabsInvariant

Deployed from

Success Rate

100.00%

License

MIT

Local

No

Published

3/11/2025