1. Determine user intent (e.g., look up component info, migrate versions).
2. Gather context (e.g., project path, antd version).
3. Construct the appropriate `antd` CLI command with `--format json`.
4. Execute the command and parse the JSON output.
5. Present the information to the user.
6. If reporting bugs, preview the report and get user confirmation before submitting.