@dtormoen/tsk

by dtormoen · v1.0.0 · prompt

TSK is a Rust-based CLI tool for delegating development tasks to AI agents running in sandboxed Docker environments. The project enables a "lead engineer + AI team" workflow where tasks are executed a

Install

Add @dtormoen/tsk to Claude Code with the PolySkill CLI: polyskill add @dtormoen/tsk

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview TSK is a Rust-based CLI tool for delegating development tasks to AI agents running in sandboxed Docker environments. The project enables a "lead engineer + AI team" workflow where tasks are executed autonomously in isolated containers and produce reviewable git branches. TSK supports parallel task execution with configurable worker counts for improved throughput. ## Development Commands See @justfile. ## Architecture Overview TSK implements a command pattern w…

Keywords: github, rust, cli-tool, docker, ai-agents, development-workflow, task-delegation, sandbox-environment, lead-engineer