1. Detect the language of the input text (English or Chinese).
2. Load the corresponding writing style guide (`write-en.md` or `write-zh.md`).
3. Apply the rules from the style guide to the input text.
4. Modify the text according to the style guide's rules.
5. Output the modified text.
6. Stop execution unless the user asks for explanations.