@johannes.latzel/llm-chat-task
v0.1.0
Published
Task pool and task management tools for the llm-chat ecosystem
Downloads
32
Readme
LLM Chat Task
Task pool and task management tools for the llm-chat ecosystem. Lets an agent
track work items, order them with dependencies, pick the next available task,
and record results. Each task carries a short title plus structured plan fields:
description, acceptance criteria, priority, type, reference links, and plan
arrays for steps, context, constraints, out-of-scope work, verification, and
edge cases. Tasks read as small, executable specs.
Features
- in-memory task store with dependency tracking, cycle detection, and optional file persistence
- structured tasks: title (required) + description, acceptance criteria, priority, type, links, and plan arrays
- instructive tool descriptions that coach the LLM on how to fill each field
read_taskfilters by status, priority, and type
Prerequisites
- Node.js >= 18
Installation
npm install @johannes.latzel/llm-chat-taskDocumentation
Full documentation at johanneslatzel.github.io/llm-chat-task/
License
MIT. See LICENSE.
Contributing
Issues and PRs welcome at github.com/johanneslatzel/llm-chat-task.
