Break down a coding task into a structured implementation plan with clear steps, file identification, and risk assessment.
Use this skill when starting a new coding task to create a thorough implementation plan.
grep to find code related to the taskUse write_todos to create a structured plan:
write_todos([
"1. <specific change in specific file>",
"2. <next specific change>",
"3. Write tests for <feature>",
"4. Run test suite and fix failures",
"5. Review all changes"
])