1. Receive user request for todo details.
2. Extract or obtain the `todo_id_list` from the request or previous context (e.g., from `wecomcli-get-todo-list`).
3. Execute `wecom-cli todo get_todo_detail` with the `todo_id_list`.
4. Parse the JSON response to extract todo details.
5. Use `wecomcli-lookup-contact` to resolve `follower_id` and `creator_id` to user names.
6. Format the todo details for display, including content, assignee names, and status.
7. Present the formatted information to the user.