This project is configured with TaskTracker for enhanced AI-assisted development.
- Initialize TaskTracker:
tt init - Create your first task:
tt quick "Setup project" feature todo p2-medium - List tasks:
tt list - Generate AI context:
tt ai-context 1
- Rules file:
.cursor/rules/tasktracker.md - Cursor will automatically use TaskTracker for task management
- Use
@tasktrackerto reference task context
- Config file:
.windsurf/tasktracker.json - Windsurf will integrate TaskTracker commands
- Tasks will be automatically linked to code changes
- Config file:
.lovable/tools.json - TaskTracker is available as a development tool
- Use for project planning and task tracking
- Create tasks before coding: Always create a task for new work
- Link files to tasks: Use
tt link <task_id> <file>to associate files - Update status regularly: Keep task status current
- Generate context for AI: Use
tt ai-context <task_id>for complex tasks - Archive completed tasks: Keep your task list clean
tt init- Initialize TaskTrackertt quick "title" [category] [status] [priority]- Quick task creationtt list [--status] [--category]- List tasks with filterstt view <id>- View detailed task informationtt update <id> <field> <value>- Update task fieldstt link <id> <file>- Link file to tasktt ai-context <id>- Generate comprehensive AI contexttt stats- Show project statisticstt archive <id>- Archive completed task
- ✅ 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! 🚀