TaskTracker provides simple yet powerful reporting capabilities to help you track your project's progress.
The quickest way to see your project's status:
# Show task statistics summary
tt statsThis provides an overview of:
- Total tasks and completion rate
- Task breakdown by status (todo, in-progress, review, done)
- Task breakdown by category (feature, bugfix, etc.)
For more detailed information:
# Take a snapshot of current state
tt snapshotSnapshots capture task counts, statuses, categories, and more detailed metrics about your project.
Claude can help you interpret reports and make decisions based on them:
-
Generate statistics:
tt stats
-
Share with Claude:
Here are my project statistics. What should I focus on next? -
Ask for insights:
Based on these stats, which tasks should I prioritize?
# Get an overview of current tasks
tt stats
# Then focus on in-progress tasks
tt list in-progress# Take a snapshot to record current state
tt snapshot
# Review completed tasks
tt list done
# Create new tasks for upcoming work
tt add# Generate statistics
tt stats
# Look at task breakdown by category
tt list --category=feature
# Check recently completed tasks
tt list done- Take regular snapshots to track progress over time
- Use task categories consistently for better reporting
- Keep task statuses up-to-date for accurate statistics
- Review statistics weekly to maintain project momentum
- Share reports with Claude for help with prioritization