gptodo

Status: active

Task management and work queue CLI for gptme agents

Updated 2025-08-01

Overview

gptodo is a task management CLI that powers the work queues for gptme agents. It manages tasks with YAML frontmatter metadata, generates prioritized work queues from local files and GitHub issues, and supports multi-agent coordination via task locking.

Part of the gptme-contrib monorepo.

Key Features

  • CLI for task CRUD (gptodo status, gptodo show, gptodo edit, gptodo list)
  • Work queue generation with priority-based scoring
  • Task locking for multi-agent coordination
  • GitHub Issues integration (priority labels, assignee filtering)
  • YAML frontmatter task format with states (new/active/paused/done/cancelled/someday)
  • gptme-contrib - The monorepo containing this package
  • gptme - The framework this integrates with

Categories

  • ai
  • tools