Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.95 KB

File metadata and controls

58 lines (44 loc) · 1.95 KB

TaskTracker AI Integration

This project is configured with TaskTracker for enhanced AI-assisted development.

Quick Start

  1. Initialize TaskTracker: tt init
  2. Create your first task: tt quick "Setup project" feature todo p2-medium
  3. List tasks: tt list
  4. Generate AI context: tt ai-context 1

AI Editor Integration

Cursor AI

  • Rules file: .cursor/rules/tasktracker.md
  • Cursor will automatically use TaskTracker for task management
  • Use @tasktracker to reference task context

Windsurf

  • Config file: .windsurf/tasktracker.json
  • Windsurf will integrate TaskTracker commands
  • Tasks will be automatically linked to code changes

Lovable

  • Config file: .lovable/tools.json
  • TaskTracker is available as a development tool
  • Use for project planning and task tracking

Best Practices

  1. Create tasks before coding: Always create a task for new work
  2. Link files to tasks: Use tt link <task_id> <file> to associate files
  3. Update status regularly: Keep task status current
  4. Generate context for AI: Use tt ai-context <task_id> for complex tasks
  5. Archive completed tasks: Keep your task list clean

Commands Reference

  • tt init - Initialize TaskTracker
  • tt quick "title" [category] [status] [priority] - Quick task creation
  • tt list [--status] [--category] - List tasks with filters
  • tt view <id> - View detailed task information
  • tt update <id> <field> <value> - Update task fields
  • tt link <id> <file> - Link file to task
  • tt ai-context <id> - Generate comprehensive AI context
  • tt stats - Show project statistics
  • tt archive <id> - Archive completed task

Integration Features

  • ✅ Automatic task creation from AI conversations
  • ✅ File-task linking for better context
  • ✅ Status updates from code changes
  • ✅ AI context generation for complex tasks
  • ✅ Project statistics and insights
  • ✅ Cross-editor compatibility

Happy coding with AI assistance! 🚀