tk subcommand and its options. Generated from the clap parser surface so it never drifts from the binary.
Core Commands
tk init
Initialize ticket tracking in a directory
tk create
Create a new issue
Aliases: new, add
Options:
tk show
Show issue details
tk list
List issues
Aliases: ls
tk update
Update an issue
Options:
tk close
Close an issue
Options:
tk delete
Delete an issue (move to archive or permanently remove)
Aliases: rm, remove
Options:
tk dep
Manage dependencies between issues
tk dep add
Add a dependency (blocked depends on blocker)
Options:
tk dep remove
Remove a dependency
Aliases: rm
Options:
tk dep tree
Show dependency tree
Options:
tk dep list
List direct dependencies
Options:
tk dep cycles
Find dependency cycles
tk edit
Open an issue in your editor
tk board
Interactive kanban board (TUI)
Workflow Commands
tk claim
Claim an issue (mark in_progress, show unblocked)
Options:
tk resolve
Resolve an issue (close and show unblocked dependents)
Aliases: done, finish
Options:
tk start
Start an issue (alias for claim)
tk ready
Show ready work (no open blockers)
AI & Analytics Commands
tk triage
AI triage: unified recommendations, quick wins, blockers, health
tk next
Get single top recommendation (minimal output)
tk priority
Get AI-optimized priority recommendations
tk plan
Get parallel execution plan
tk stacks
Detect linear dependency stacks (Graphite-style)
tk stacks list
List detected stacks (default)
Aliases: ls
tk stacks show
Show detailed information about a specific stack
Options:
tk stacks create
Create a new dependency chain (stack) from titles or existing issue IDs
Aliases: new
Options:
tk stacks validate
Validate stack integrity (no cycles, valid dependencies)
Options:
tk stacks merge
Merge a stack (close all issues and combine into final deliverable)
Options:
tk stacks worktree
Manage git worktrees for stacks
tk stacks worktree create
Create a worktree for a specific stack
Options:
tk stacks worktree list
List existing stack worktrees
Aliases: ls
tk stacks worktree remove
Remove a stack worktree
Aliases: rm
Options:
tk insights
Get graph analytics (PageRank, betweenness, etc.)
tk stats
Show statistics
Aliases: st
tk prime
Output AI-optimized workflow context for Claude Code hooks
tk graph
Visualize the dependency graph
tk standup
Generate standup report with git history and analytics
Search Commands
tk search
Search issues using BM25
Options:
tk similar
Find similar issues
Options:
tk duplicates
Find and manage duplicate issues
tk grep
Grep issue content (powered by ripgrep)
Options:
Integration Commands
tk linear
Linear integration
tk linear sync
Sync issues with Linear
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
tk github status
Show GitHub sync status
tk claude
Claude Code Tasks integration
tk claude sync
Sync issues with Claude Code tasks
tk claude status
Show Claude sync status and current session
tk trello
Trello integration
tk trello sync
Sync issues with Trello
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
tk config set
Set a config value
Options:
tk config list
List all config values
tk config unset
Unset a config value
tk setup
Set up integrations (claude, etc.)
tk setup claude
Set up Claude Code integration (hooks for tk prime)
tk hooks
Manage git hooks
tk hooks install
Install tk git hooks
tk hooks check
Check if hooks are installed
tk hooks remove
Remove tk git hooks
tk doctor
Check installation health and fix issues
tk validate
Validate issue database integrity
tk lint
Lint all ticket files (validate frontmatter syntax)
tk rules
Check issues against custom rules (defined in .tickets/rules.toml)
tk serve
Start a local HTTP server with a kanban board view
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
tk worktree sync
Sync all worktrees with trunk (rebase onto master/main)
tk worktree merge
Merge worktrees back to trunk via merge queue
tk worktree list
List all worktrees with status
tk worktree queue
Show merge queue status
tk worktree remove
Remove a worktree
Options:
tk worktree prune
Clean up worktrees for closed issues
tk diff
Show ticket differences between branches or time periods
Misc Commands
tk version
Print version information
tk hello
Interactive onboarding and preferences setup
Global Options
These options are available on every subcommand:See Also
- Quickstart Guide — Get started with
tk - Dependencies — Managing issue dependencies
- Graph Analytics — PageRank, critical path, and more
- Stacks — Linear dependency chains
- GitHub Integration — Sync with GitHub Issues
- Linear Integration — Sync with Linear
- MCP Integration — Use with Claude AI