Adds TODO items to TODO.md when starting substantive work, breaking tasks into logical chunks.
Use this skill when starting any substantive task (code changes, research, configuration, problem-solving).
- [ ] Task description/home/juhyung/jhconfig/TODO.md under "## Pending Tasks"git add TODO.md && git commit -m "add todos: [brief description of what was added]"📝 Adding TODOs...
Adding 3 items to TODO.md:
- [ ] Research existing metrics tracking
- [ ] Design metrics collection system
- [ ] Implement core metrics functionality
✅ Committed: "add todos: usage metrics tracking"