Enables task management through natural language with full CRUD operations including add, list, update, complete, and delete tasks with JSON persistence.
Enables to manage tasks stored locally in a JSON file, including adding, completing, and querying pending tasks, as well as generating daily summaries.
Enables managing a minimal task backlog with operations to create, list, update, and retrieve tasks with different statuses (open, in progress, blocked, done, cancelled). Tasks are stored in a local JSON file with atomic writes.