Getting Started with AnyTask
AnyTask is an AI-native task management tool built for Linear-style workflows. Learn how to get started with AnyTask.
AnyTask is an AI-native task management tool built for Linear-style workflows. It supports both human users and AI agents as first-class citizens, enabling seamless collaboration between developers and AI assistants.
What is AnyTask?
AnyTask provides a powerful task management system with:
- Linear-style Workflows - Familiar project management patterns with tasks, labels, and dependencies
- AI-Native Design - Built from the ground up to support AI agents alongside human users
- CLI-First Approach - Command-line interface for developers who prefer terminal workflows
- MCP Integration - Deep integration with Claude Code through Model Context Protocol
- Smart Task Management - Intelligent task suggestions, dependency tracking, and progress visualization
Key Features
For Developers
- Powerful CLI - Comprehensive command-line interface for managing tasks, workspaces, and projects
- Git-Like Workflow - Familiar commands and patterns for developers
- Dependency Management - Track task dependencies and visualize task graphs
- Kanban Board - Visual board view with customizable filtering and grouping
- Timeline & History - Track task history, attempts, and artifacts
For AI Agents
- Agent API Keys - Dedicated authentication for AI agents
- MCP Server - Model Context Protocol integration for Claude Code
- Work Attempts - Track AI agent work sessions with artifacts
- Smart Suggestions - AI-powered task recommendations and organization
- Auto-decomposition - Break down goals into actionable tasks
For Teams
- Multi-Workspace Support - Organize work across different workspaces
- Team Collaboration - Share workspaces with team members
- Project Organization - Group tasks into projects
- Labels & Filters - Organize and find tasks quickly
- Progress Tracking - Visualize team progress and velocity
Getting Started
Installation
The AnyTask CLI is installed as part of the backend package:
# Install dependencies make install # Verify installation anyt --version
Quick Start
Add an environment
anyt env add dev http://localhost:8000
Login
anyt auth login --token
Initialize a workspace
anyt init
Create your first task
anyt task add "My first task" --priority 1 --project 1
View your tasks
anyt board
Documentation Structure
Our documentation is organized into these main sections:
- Getting Started - Introduction and quick start guide
- CLI Usage - Comprehensive CLI command reference
- MCP Integration - Integration with Claude Code and AI agents
Next Steps
- Read the CLI Usage Guide for detailed command reference
- Learn about MCP Integration to connect with Claude Code
- Explore advanced features like dependency management, task templates, and AI commands
Support
For issues or questions:
- Check the documentation sections
- Run health checks with
anyt health
- File an issue on GitHub with reproduction steps