Manages complex projects by breaking them into structured tasks with progress tracking and user approval checkpoints. Includes AI-powered project planning using multiple LLM providers.

67618 views10Local (stdio)

What it does

  • Create projects with structured task breakdowns
  • Track task progress and completion status
  • Generate project plans using AI/LLMs
  • Set user approval checkpoints for tasks
  • Manage multiple projects simultaneously
  • Export task details and project status

Best for

Managing multi-step software development projectsBreaking down complex workflows into manageable chunksTeams needing structured task approval processesAI assistants handling long-running projects
Multiple LLM provider supportBuilt-in CLI for task inspectionUser approval workflow system

Tools (14)

list_projects

List all projects in the system and their basic information (ID, initial prompt, task counts), optionally filtered by state (open, pending_approval, completed, all).

read_project

Read all information for a given project, by its ID, including its tasks' statuses.

create_project

Create a new project with an initial prompt and a list of tasks. This is typically the first step in any workflow.

delete_project

Delete a project and all its associated tasks.

add_tasks_to_project

Add new tasks to an existing project.

Alternatives