1. Receive LaTeX file path and target scope/module from user.
2. Load relevant context from style guides, venue rules, and terminology resources.
3. Execute the selected module (e.g., grammar check, format check) on the LaTeX file.
4. Analyze the output and identify potential issues.
5. Generate suggestions in diff-comment format with severity and priority.
6. Present the suggestions to the user.
7. If requested, execute compilation or other scripts after confirmation.