Markdown kanban board for AI agents and Claude Code
Project description
task-tracker
Система ведения задач на markdown-файлах с канбан-UI.
Быстрый старт
python server.py ./tasks
# открыть http://localhost:8765
Структура
tasks/
_index.md — индекс всех задач (одна таблица)
TASK-001.md — задача
server.py — канбан-сервер
parser.py — парсер frontmatter
skills/
tgen.md — скилл: генерация задач из biz.md
tsync.md — скилл: синхронизация
Формат задачи
---
id: TASK-001
title: Название
status: backlog # backlog | in-progress | review | testing | done
priority: high # low | medium | high | critical
effort: s # xs | s | m | l | xl
feature: auth
parent: product/req/auth.biz.md
created: 2026-05-11
---
Подключение скиллов к проекту
cp skills/tgen.md /path/to/project/.claude/agents/tgen.md
cp skills/tsync.md /path/to/project/.claude/agents/tsync.md
Затем в проекте:
/tgen ./product/req— разбить требования на задачи/tsync ./product/req ./tasks— проверить синхронизацию
Запуск тестов
python -m pytest tests/ -v
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agent_task_board-0.1.0.tar.gz
(11.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_task_board-0.1.0.tar.gz.
File metadata
- Download URL: agent_task_board-0.1.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
243ca64374b0bc783049b5af068d5514d0b34ab5eed008246d4115858798a789
|
|
| MD5 |
42ae308357ec82142c6bac18f9f5f450
|
|
| BLAKE2b-256 |
2aefe858d113cf0ee7b714b7e947ecca3f955f9f04237fff6cf4c9b56ac3f206
|
File details
Details for the file agent_task_board-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_task_board-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
606b97e655be3abf4c425c623ee9cea2edde874524ebf31f51b2f79fef8d861c
|
|
| MD5 |
7492025f1d68138d3660c642cccca2fa
|
|
| BLAKE2b-256 |
3c0311b7dd09f8ec938baa9e423f27061a8bf4cec41b68bd84930c82d7b8ab9b
|