Our review
Adds TODO items to a progress tracking file.
Strengths
- Automatically categorizes and deduplicates items
- Maintains history with a last-updated timestamp
- Shows a diff summary for transparency
Limitations
- Requires an existing tracking file with a specific structure
- Does not integrate with external project management tools
- Prioritization is based on section order rather than metrics
Use this skill when you want to add new tasks to an existing project plan while cleaning up obsolete ones.
Do not use it for very temporary or informal tasks that don't need structured tracking.
Security analysis
SafeThe skill only modifies a designated progress tracking file with TODO items, no external commands or dangerous operations.
No concerns found
Examples
Add a TODO for implementing the login feature under the 'Backend' category.Add TODOs for user profile page and password reset, then clean up any duplicates.name: todo description: Add TODO items to the progress tracking file disable-model-invocation: true
Add TODO items to the progress tracking file dev_tracking.md
Instructions
-
Understand the user's request:
$ARGUMENTS -
Read the current progress tracking file
-
Add new items to "⏸️ Not Started" section:
- Place under the appropriate category
- Use
[ ]checkbox format - Correlate with existing design and implementations
-
Clean up the file:
- Remove duplicates or obsolete items
- Prioritize important tasks (move them higher)
-
Update
**Last Updated**date at top of file -
Show diff summary of changes
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.