Skip to main content

A Python-based task management system for AI-driven development

Project description

Taskinator

A Python-based task management system for AI-driven development. Inspired by claude-taskmaster project.

Features

  • Parse PRD documents into actionable tasks
  • Break down tasks into subtasks using AI assistance
  • Track task dependencies and status
  • Research-backed task generation using Perplexity AI
  • Rich terminal UI with progress indicators
  • Comprehensive task management CLI
  • Conflict resolution strategies
  • External task sync
    • nextcloud

Installation

  1. Ensure you have Python 3.8 or later installed
  2. Install using pip:
pip install taskinator

Or install from source:

# Clone the repository
git clone https://github.com/yourusername/taskinator.git
cd taskinator

# Install Poetry if you haven't already
curl -sSL https://install.python-poetry.org | python3 -

# Install dependencies and the package
poetry install

# Activate the virtual environment
poetry shell

Configuration

Create a .env file in your project directory with your API keys:

ANTHROPIC_API_KEY=your_claude_api_key
PERPLEXITY_API_KEY=your_perplexity_api_key  # Optional
CLAUDE_MODEL=claude-3-opus-20240229  # Optional, defaults to latest
PERPLEXITY_MODEL=sonar-pro  # Optional, defaults to sonar-pro

Usage

Initialize a Project

taskinator init

Parse a PRD

taskinator parse path/to/prd.txt --num-tasks 10

List Tasks

# List all tasks
taskinator list

# Filter by status
taskinator list --status pending

# Show subtasks
taskinator list --subtasks

Expand a Task

# Basic expansion
taskinator expand 1

# With research
taskinator expand 1 --research

# Specify number of subtasks
taskinator expand 1 --num-subtasks 3

# Add context
taskinator expand 1 --context "Focus on security features"

Update Task Status

# Update single task
taskinator status 1 done

# Update multiple tasks
taskinator status 1,2,3 in_progress

Update Tasks with New Context

# Basic update
taskinator update 1 "New implementation details..."

# With research
taskinator update 1 "New implementation details..." --research

Task Structure

Tasks are stored in both JSON format (tasks.json) and individual text files:

tasks/
├── tasks.json
├── task_001.txt
├── task_002.txt
└── ...

Each task includes:

  • Unique ID
  • Title
  • Description
  • Implementation details
  • Test strategy
  • Dependencies
  • Priority
  • Status
  • Optional subtasks

Development

Setup Development Environment

# Clone the repository
git clone https://github.com/yourusername/taskinator.git
cd taskinator

# Install Poetry
curl -sSL https://install.python-poetry.org | python3 -

# Install dependencies
poetry install

# Run tests
poetry run pytest

Code Style

The project uses:

  • Black for code formatting
  • isort for import sorting
  • mypy for type checking

Format code before committing:

poetry run black .
poetry run isort .
poetry run mypy .

Running Tests

# Run all tests
poetry run pytest

# Run with coverage
poetry run pytest --cov

# Run specific test categories
poetry run pytest -m "not integration"  # Skip integration tests
poetry run pytest -m "unit"  # Run only unit tests

Troubleshooting

Common Issues

  1. Missing Dependencies

    # If you see ModuleNotFoundError, try reinstalling dependencies
    poetry install --sync
    
  2. API Key Issues

    # Verify your .env file is in the correct location
    taskinator init --debug
    
  3. Permission Issues

    # If you can't run the CLI, try
    chmod +x $(which taskinator)
    

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Run tests and linting
  5. Submit a pull request

License

MIT License - see LICENSE file for details.

Credits

Original Node.js version by Eyal Toledano

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

taskinator-0.1.2.tar.gz (41.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

taskinator-0.1.2-py3-none-any.whl (239.7 kB view details)

Uploaded Python 3

File details

Details for the file taskinator-0.1.2.tar.gz.

File metadata

  • Download URL: taskinator-0.1.2.tar.gz
  • Upload date:
  • Size: 41.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.14

File hashes

Hashes for taskinator-0.1.2.tar.gz
Algorithm Hash digest
SHA256 d868145475d46dd312008444935f534d9e2af43599f26c0c7d577326b900ee78
MD5 2401a3b92e9cbec905bc19854d6e2077
BLAKE2b-256 f81da67d5e89257acfd9ec0242eb1d9f51a46e0526446ee1a3fcb77d91fc51a1

See more details on using hashes here.

File details

Details for the file taskinator-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: taskinator-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 239.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.14

File hashes

Hashes for taskinator-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a1c9fda9227bd542c207a6055ca9e263fcec2a618aa0a05957a489a82c97bfeb
MD5 a7e929cc9652af0dfb5e2d8735adad38
BLAKE2b-256 80fdfdc6fe6a4e3b4b1adae8ecac109758d61de53b1f746297fdfbfbf6f95167

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page