aitasks logo

AI-powered task management for code agents

Documentation GitHub

File-Based Tasks

Tasks are plain Markdown files with YAML frontmatter. Version-controlled, human-readable, and tool-friendly. No external database or service needed.

Code Agent Integration

Purpose-built agent skills that guide task implementation, issue management, repository exploration, documentation, and code review workflows.

Parallel Development

Git worktrees, atomic task locking, and branch management enable multiple developers (or AI agents) to work on different tasks simultaneously without conflicts.

Quick Install

Run these commands in your project directory:

curl -fsSL https://raw.githubusercontent.com/beyondeye/aitasks/main/install.sh | bash
ait setup

See the Installation guide for detailed setup instructions.