Skip to main content
Complete reference for every tk subcommand and its options. Generated from the clap parser surface so it never drifts from the binary.
Use tk help <command> to get detailed help for any command at the terminal.

Core Commands

tk init

Initialize ticket tracking in a directory
Options:

tk create

Create a new issue Aliases: new, add
Arguments: Options:

tk show

Show issue details
Arguments:

tk list

List issues Aliases: ls
Options:

tk update

Update an issue
Arguments: Options:

tk close

Close an issue
Arguments: Options:

tk delete

Delete an issue (move to archive or permanently remove) Aliases: rm, remove
Arguments: Options:

tk dep

Manage dependencies between issues

tk dep add

Add a dependency (blocked depends on blocker)
Arguments: Options:

tk dep remove

Remove a dependency Aliases: rm
Arguments: Options:

tk dep tree

Show dependency tree
Arguments: Options:

tk dep list

List direct dependencies
Arguments: Options:

tk dep cycles

Find dependency cycles

tk edit

Open an issue in your editor
Arguments:

tk board

Interactive kanban board (TUI)
Options:

Workflow Commands

tk claim

Claim an issue (mark in_progress, show unblocked)
Arguments: Options:

tk resolve

Resolve an issue (close and show unblocked dependents) Aliases: done, finish
Arguments: Options:

tk start

Start an issue (alias for claim)
Arguments:

tk ready

Show ready work (no open blockers)
Options:

AI & Analytics Commands

tk triage

AI triage: unified recommendations, quick wins, blockers, health
Options:

tk next

Get single top recommendation (minimal output)
Options:

tk priority

Get AI-optimized priority recommendations
Options:

tk plan

Get parallel execution plan
Options:

tk stacks

Detect linear dependency stacks (Graphite-style)

tk stacks list

List detected stacks (default) Aliases: ls
Options:

tk stacks show

Show detailed information about a specific stack
Arguments: Options:

tk stacks create

Create a new dependency chain (stack) from titles or existing issue IDs Aliases: new
Arguments: Options:

tk stacks validate

Validate stack integrity (no cycles, valid dependencies)
Arguments: Options:

tk stacks merge

Merge a stack (close all issues and combine into final deliverable)
Arguments: Options:

tk stacks worktree

Manage git worktrees for stacks
tk stacks worktree create
Create a worktree for a specific stack
Arguments: Options:
tk stacks worktree list
List existing stack worktrees Aliases: ls
tk stacks worktree remove
Remove a stack worktree Aliases: rm
Arguments: Options:

tk insights

Get graph analytics (PageRank, betweenness, etc.)
Options:

tk stats

Show statistics Aliases: st
Options:

tk prime

Output AI-optimized workflow context for Claude Code hooks
Options:

tk graph

Visualize the dependency graph
Options:

tk standup

Generate standup report with git history and analytics
Options:

Search Commands

Search issues using BM25
Arguments: Options:

tk similar

Find similar issues
Arguments: Options:

tk duplicates

Find and manage duplicate issues
Options:

tk grep

Grep issue content (powered by ripgrep)
Arguments: Options:

Integration Commands

tk linear

Linear integration

tk linear sync

Sync issues with Linear
Options:

tk linear status

Show Linear sync status

tk linear teams

List available Linear teams

tk github

GitHub integration

tk github sync

Sync issues with GitHub
Options:

tk github status

Show GitHub sync status

tk claude

Claude Code Tasks integration

tk claude sync

Sync issues with Claude Code tasks
Options:

tk claude status

Show Claude sync status and current session

tk trello

Trello integration

tk trello sync

Sync issues with Trello
Options:

tk trello status

Show Trello sync status

tk trello boards

List available Trello boards

tk trello lists

Show the inferred list_id -> status mapping for the configured board

Admin Commands

tk config

Manage configuration

tk config get

Get a config value
Arguments:

tk config set

Set a config value
Arguments: Options:

tk config list

List all config values

tk config unset

Unset a config value
Arguments:

tk setup

Set up integrations (claude, etc.)

tk setup claude

Set up Claude Code integration (hooks for tk prime)
Options:

tk hooks

Manage git hooks

tk hooks install

Install tk git hooks
Options:

tk hooks check

Check if hooks are installed

tk hooks remove

Remove tk git hooks

tk doctor

Check installation health and fix issues
Options:

tk validate

Validate issue database integrity

tk lint

Lint all ticket files (validate frontmatter syntax)
Options:

tk rules

Check issues against custom rules (defined in .tickets/rules.toml)
Options:

tk serve

Start a local HTTP server with a kanban board view
Options:

tk cache

Manage analytics cache

tk cache info

Show cache statistics and status

tk cache clear

Delete all cached data

tk cache rebuild

Force rebuild the cache

Git Commands

tk worktree

Manage git worktrees with shared tickets

tk worktree ready

Create worktrees for all ready issues
Options:

tk worktree sync

Sync all worktrees with trunk (rebase onto master/main)
Options:

tk worktree merge

Merge worktrees back to trunk via merge queue
Options:

tk worktree list

List all worktrees with status

tk worktree queue

Show merge queue status
Options:

tk worktree remove

Remove a worktree
Arguments: Options:

tk worktree prune

Clean up worktrees for closed issues
Options:

tk diff

Show ticket differences between branches or time periods
Options:

Misc Commands

tk version

Print version information

tk hello

Interactive onboarding and preferences setup
Options:

Global Options

These options are available on every subcommand:

See Also