Introduction
Welcome to AnyTask CLI - AI-native task management for developers and AI agents.What is AnyTask?
AnyTask CLI is a command-line interface for managing tasks and projects, designed specifically for AI agents and developers working together. It provides Linear-style task management with agent-aware features and powerful AI-assisted commands.Key Features
π― Linear-Style Task Management
- Human-readable task identifiers (DEV-123, BACKEND-42)
- Status workflows (backlog β todo β in_progress β done)
- Priority levels (-2 to 2, higher is more urgent)
- Task dependencies and blocking relationships
- Rich terminal UI with color-coded boards
π€ AI Agent Integration
- Native support for AI agents via API keys
- Claude Code plugin for IDE integration
- Automated task execution with declarative workflows
- Worker system for autonomous task processing
- Built-in workflows for common development tasks
π§ Workspace Management
- Initialize workspace in any project directory
- Link to backend workspaces
- Project isolation and organization
- Active task tracking
β‘ Developer-Friendly
- Beautiful terminal UI with Rich
- JSON output for scripting
- Comprehensive CLI commands
- Git integration for version control
Quick Start
Get started in 5 minutes:Quick Start Guide
Complete setup guide with installation, authentication, and first task
Use Cases
For Human Developers
- Daily Task Management: Track and organize your work
- Team Collaboration: Share task boards and status updates
- Workflow Automation: Automate repetitive tasks with workers
- Dependencies: Manage task dependencies and blocking relationships
For AI Agents
- Autonomous Task Execution: Workers automatically process tasks
- Declarative Workflows: Define automation in YAML
- Context-Aware: Access full task context and history
- Error Handling: Graceful failure recovery and notifications
For Claude Code Users
- Native Integration: Official plugin for seamless Claude Code access
- Interactive: Create and manage tasks in conversation
- Intelligent: AI-powered task recommendations
- Contextual: Full workspace and project context
Architecture
AnyTask follows a clean architecture:- Commands: User-facing CLI interface (Typer + Rich)
- Services: Business logic and workflows
- Clients: Type-safe API communication
- Models: Domain entities and validation
Documentation
Quick Start
Get started in 5 minutes
CLI Reference
Complete command reference
Worker System
Automated task execution
Claude Code
Plugin integration guide
Core Concepts
Tasks - The fundamental unit of work with identifiers likeDEV-42
Workspaces - Project isolation with .anyt/ configuration
Workers - AI-powered automation with YAML workflows
See Quick Start Guide for hands-on examples.
Next Steps
New Users
β Quick Startβ CLI Reference
AI Agents
β Worker Systemβ Authentication
Claude Code
β Plugin Integrationβ Quick Start
Support
- Documentation: Youβre reading it!
- Email: [email protected]
- Issues: Check troubleshooting guides in each section