| name | find-duplicates |
| description | Check Trekker for related tasks before creating a new one so work is extended instead of duplicated. |
Find Duplicates
Run this workflow before any new task creation.
Workflow
- Search with the most distinctive keyword from the proposed task.
- Search again with one adjacent keyword if needed.
- Review existing tasks, comments, and status.
- Decide whether to update, link, or create.
Example
trekker search "oauth" --type task,subtask --limit 5
trekker search "token" --type task,subtask --limit 5
If a matching or clearly related task exists, continue that thread instead of opening a duplicate.