Documentation
README
tsk
tsk delegates development tasks to AI agents (Claude Code, Codex) running in isolated Docker/Podman containers. Agents work autonomously and produce git branches for review.
Core Commands
Run a task immediately
tsk run --type feat --name add-auth --prompt "Add JWT authentication to the API"
Key flags:
--type(-t): Task template (feat, fix, doc, refactor, or custom templates)--name(-n): Human-readable name used in the git branch--prompt(-p): Task prompt (replaces{{PROMPT}}in templates)--agent: Agent to use (claude, codex). Default: claude--edit: Open the full prompt in your editor before sending
Interactive sandbox
tsk shell
This is the opening of the README. Read the full README on GitHub.