a9db016 897c94f
1
2
3
4
5
6
7
8
def decompose_task(task): return [ f"Understand the task: {task}", "Design a safe function", "Implement the function", "Assign result variable", "Prepare for execution" ]