Skip to main content

Local task management CLI for AI coding agents — track tasks and progress in SQLite

Project description

tasukura

CI PyPI Python License: MIT

A local task management CLI designed for AI coding agents. Track tasks and progress in SQLite — lightweight, portable, and agent-friendly.

Features

  • Task lifecycle — status transitions: todo / in_progress / in_review / done
  • Progress logging — structured fields: summary, details, remaining, next action
  • External source linking — link tasks to JIRA, GitHub Issues, Linear, or any external system
  • SQLite storage — single-file database, zero infrastructure

Installation

# uv (recommended)
uv tool install tasukura

# pip
pip install tasukura

# From source
uv tool install git+https://github.com/mixidota2/tasukura

The CLI is registered as tk.

Quick Start

# Add a task
tk add "Implement API" --description "Build REST API endpoints for /tasks"

# List tasks
tk list

# Change status
tk status <id> in_progress

# Log progress
tk log <id> --summary "Endpoints done" --details "Added GET/POST /api/tasks"

# Link to an external source
tk add "Fix login bug" --description "..." --source-id PROJ-123 --source jira

# Filter by source
tk list --source jira

Commands

Command Description
tk add Add a new task
tk list List tasks (tree view by default)
tk update Update task fields
tk delete Delete a task and its progress logs
tk status Change task status (todo/in_progress/in_review/done)
tk log Record a progress log entry
tk rank Change display order
tk board Kanban board view
tk show Show task details and progress logs

Task IDs can be shortened — type just enough characters to uniquely identify a task.

Configuration

Config file: ~/.config/tk/config.toml

# Database path (default: ~/.local/share/tk/tasks.db)
db_path = "~/custom/path/tasks.db"

[board]
# Retention days for done tasks (default: 14)
done_retention_days = 14

The environment variable TK_DB_PATH overrides the database path.

Claude Code Skill

The skills/ directory contains a Claude Code skill file for AI agent integration.

# Install the skill (symlink recommended)
ln -s /path/to/tasukura/skills ~/.claude/skills/tk

See skills/SKILL.md for details.

Development

git clone https://github.com/mixidota2/tasukura
cd tasukura
uv sync
uv run pytest

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tasukura-0.1.2.tar.gz (27.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tasukura-0.1.2-py3-none-any.whl (12.3 kB view details)

Uploaded Python 3

File details

Details for the file tasukura-0.1.2.tar.gz.

File metadata

  • Download URL: tasukura-0.1.2.tar.gz
  • Upload date:
  • Size: 27.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.24

File hashes

Hashes for tasukura-0.1.2.tar.gz
Algorithm Hash digest
SHA256 48a29e38541d150b2bb01ffad89b4471952bcaf55ca1e997c143ead91b71ef6b
MD5 c1ff56d4167adf3bef4bef0f3d9b39aa
BLAKE2b-256 d3086f882129c8f0d1e5f801cdc12ddcf321b563c2d95fc4b313379d8023432e

See more details on using hashes here.

File details

Details for the file tasukura-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: tasukura-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 12.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.24

File hashes

Hashes for tasukura-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d98f6dc6aad64af4fce606ce7a7ed96d63288051fb206f8ed8cb1590684c83fe
MD5 388ec1ff149707a0e70f8d3c27bf4f27
BLAKE2b-256 d2424a7aec22d7bfa092e6276f99530b4f1c4fbee5cbadf4f861feee27290a75

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page