Translation & Localization — Translation & Localization Full Pipeline
An agent team collaborates to perform multilingual translation, localization, cultural adaptation, and terminology management all at once.
Execution Mode
Agent Team — 5 members communicate directly via SendMessage and cross-validate each other's work.
Agent Composition
| Agent |
File |
Role |
Type |
| translator |
.claude/agents/translator.md |
Source text Analysis, 1 Translation |
general-purpose |
| localizer |
.claude/agents/localizer.md |
Cultural adaptation, Format Localization |
general-purpose |
| terminology-manager |
.claude/agents/terminology-manager.md |
Glossary , Consistency Management |
general-purpose |
| style-harmonizer |
.claude/agents/style-harmonizer.md |
Tone & voice , Writing style |
general-purpose |
| quality-reviewer |
.claude/agents/quality-reviewer.md |
MQM quality verification |
general-purpose |
Workflow
Phase 1: Preparation (Performed Directly by the Orchestrator)
- Extract from user input:
- Source text: Translation Text File
- Source text language / Target language: Translation
- **** (Selection): IT/of///
- Target market (Selection): specific /
- Style Guide (Selection): Brand , Formality level
- ** Glossary** (Selection): before to Glossary
_workspace/ to in generate
- Organize input and save to
_workspace/00_input.mdin save
- If existing files are present
_workspace/, copy to _workspace/ and skip the corresponding Phase
- Based on the scope of the request determine the execution mode ( " per mode" )
Phase 2: Team Assembly and Execution
compositionand . between of relationship and :
| sequence |
|
|
of |
|
| 1a |
Source text Analysis·Translation Strategy |
translator |
None |
_workspace/01_source_analysis.md |
| 1b |
Glossary |
terminology |
None |
_workspace/02_terminology.md |
| 2 |
1 Translation |
translator |
1b |
_workspace/03_translation.md |
| 3 |
Localization application |
localizer |
2 |
_workspace/04_localization.md |
| 3+ |
Style |
harmonizer |
3 |
_workspace/04_localization.md |
| 4 |
quality verification |
reviewer |
2, 3, 3+ |
_workspace/05_review_report.md |
1a(Source text Analysis)and 1b(Glossary ) executed in parallel.
Inter-team communication flow:
- terminology complete -> translatorTo Glossary before (Translation when before )
- translator complete -> localizerTo 1 Translated text + before
- localizer complete -> harmonizerTo Localization application + before
- harmonizer complete -> reviewerTo Style application and before
- reviewer cross-validate. 🔴 Must Fix when AgentTo → → Verification (vs 2)
Phase 3: Integration and Final Deliverables
Reviewof based on :
_workspace/ within File verify
- from the review report 🔴 Must Fix reflected verify
- summary To :
- Source text Analysis —
01_source_analysis.md
- Glossary —
02_terminology.md
- Translated text —
03_translation.md
- Localization and —
04_localization.md
- Quality —
05_review_report.md
Modes by Task Scale
of in Agent :
| Pattern |
mode |
Agent |
| " Translation", " Localization" |
Full Pipeline |
5 All |
| "between Translation " |
Translation mode |
translator + terminology + reviewer |
| " Translation Localization" ( Translation) |
Localization mode |
localizer + harmonizer + reviewer |
| "Glossary " |
Terminology mode |
terminology only |
| " Translation " |
Review mode |
reviewer only |
Using Existing Files: Translation, Glossary etc. , copy the files to _workspace/in and .
Data Transfer Protocol
| Strategy |
|
|
| File-Based |
_workspace/ |
Storing and sharing major deliverables |
| Message-Based |
SendMessage |
Real-time delivery of key information, revision requests |
| Task-Based |
TaskCreate/TaskUpdate |
Progress tracking, dependency management |
File naming convention: {}_{Agent}_{}.{}
Error Handling
| in type |
Strategy |
| Source text language per |
and when + Verification |
| before |
web searchto , Translation in when |
| etc. |
Source text + description to |
| Agent failure |
1 when → when , Review in the report when |
| RED found in review |
Request revision from relevant agent -> rework -> re-verify (up to 2 times) |
Test Scenarios
Normal Flow
Prompt: " to Translation·Localization. Target 20~30vs" + Source text File
Expected Result:
- Source text Analysis: , ,
- Glossary: brand names DNT, Terminology
- Translated text: Translation, Translation
- Localization: Format(Date/Currency/Units of measurement), Reference substitution
- Quality : MQM , error classification, matrix
Existing File Utilization Flow
Prompt: " Translation and Localization " + Translation File
Expected Result:
- Translation
_workspace/03_translation.mdto
- Localization mode: localizer + harmonizer + reviewer
- translator, terminology (, reviewer Terminology Consistency Verification)
Error Flow
Prompt: " Translation, language "
Expected Result:
- Target market → ( ) application
- Terminology web searchto Terminology Verification
- Review in the report "Target market : " when
Extended Skills per Agent
per Agentof before Extended Skill:
|
subject Agent |
Role |
translation-quality-mqm |
quality-reviewer |
MQM error classification, severity , Quality score calculation Formula |
cultural-adaptation-guide |
localizer |
marketper Format conversion, taboo, Idioms substitution Strategy |
1---2name: translation-localization3description: Translation, Localization, Cultural adaptation, Terminology Management an agent team collaborates to Translation line. ' Translation', 'to Translation', ' Localization', 'Translation ', 'Glossary ', ' ', ' Localization', ' Translation', ' Translation', ' Translation' etc. Translation·Localization beforein . Translation casein quality verification Localization application . , whenbetween , CAT (Trados/MemoQ) , DTP(Desktop Publishing) of .4---56# Translation & Localization — Translation & Localization Full Pipeline78An agent team collaborates to perform multilingual translation, localization, cultural adaptation, and terminology management all at once.910## Execution Mode1112**Agent Team** — 5 members communicate directly via SendMessage and cross-validate each other's work.1314## Agent Composition1516| Agent | File | Role | Type |17|---------|------|------|------|18| translator | `.claude/agents/translator.md` | Source text Analysis, 1 Translation | general-purpose |19| localizer | `.claude/agents/localizer.md` | Cultural adaptation, Format Localization | general-purpose |20| terminology-manager | `.claude/agents/terminology-manager.md` | Glossary , Consistency Management | general-purpose |21| style-harmonizer | `.claude/agents/style-harmonizer.md` | Tone & voice , Writing style | general-purpose |22| quality-reviewer | `.claude/agents/quality-reviewer.md` | MQM quality verification | general-purpose |2324## Workflow2526### Phase 1: Preparation (Performed Directly by the Orchestrator)27281. Extract from user input:29 - **Source text**: Translation Text File30 - **Source text language / Target language**: Translation 31 - **** (Selection): IT/of///32 - **Target market** (Selection): specific /33 - **Style Guide** (Selection): Brand , Formality level34 - ** Glossary** (Selection): before to Glossary352. `_workspace/` to in generate363. Organize input and save to `_workspace/00_input.md`in save374. If existing files are present `_workspace/`, copy to _workspace/ and skip the corresponding Phase385. Based on the scope of the request **determine the execution mode** ( " per mode" )3940### Phase 2: Team Assembly and Execution4142 compositionand . between of relationship and :4344| sequence | | | of | |45|------|------|------|------|--------|46| 1a | Source text Analysis·Translation Strategy | translator | None | `_workspace/01_source_analysis.md` |47| 1b | Glossary | terminology | None | `_workspace/02_terminology.md` |48| 2 | 1 Translation | translator | 1b | `_workspace/03_translation.md` |49| 3 | Localization application | localizer | 2 | `_workspace/04_localization.md` |50| 3+ | Style | harmonizer | 3 | `_workspace/04_localization.md` |51| 4 | quality verification | reviewer | 2, 3, 3+ | `_workspace/05_review_report.md` |5253 1a(Source text Analysis)and 1b(Glossary ) **executed in parallel**.5455**Inter-team communication flow:**56- terminology complete -> translatorTo Glossary before (Translation when before )57- translator complete -> localizerTo 1 Translated text + before58- localizer complete -> harmonizerTo Localization application + before59- harmonizer complete -> reviewerTo Style application and before60- reviewer cross-validate. 🔴 Must Fix when AgentTo → → Verification (vs 2)6162### Phase 3: Integration and Final Deliverables6364Reviewof based on :65661. `_workspace/` within File verify672. from the review report 🔴 Must Fix reflected verify683. summary To :69 - Source text Analysis — `01_source_analysis.md`70 - Glossary — `02_terminology.md`71 - Translated text — `03_translation.md`72 - Localization and — `04_localization.md`73 - Quality — `05_review_report.md`7475## Modes by Task Scale7677 of in Agent :7879| Pattern | mode | Agent |80|----------------|----------|-------------|81| " Translation", " Localization" | **Full Pipeline** | 5 All |82| "between Translation " | **Translation mode** | translator + terminology + reviewer |83| " Translation Localization" ( Translation) | **Localization mode** | localizer + harmonizer + reviewer |84| "Glossary " | **Terminology mode** | terminology only |85| " Translation " | **Review mode** | reviewer only |8687**Using Existing Files**: Translation, Glossary etc. , copy the files to `_workspace/`in and .8889## Data Transfer Protocol9091| Strategy | | |92|------|------|------|93| File-Based | `_workspace/` | Storing and sharing major deliverables |94| Message-Based | SendMessage | Real-time delivery of key information, revision requests |95| Task-Based | TaskCreate/TaskUpdate | Progress tracking, dependency management |9697File naming convention: `{}_{Agent}_{}.{}`9899## Error Handling100101| in type | Strategy |102|----------|------|103| Source text language per | and when + Verification |104| before | web searchto , Translation in when |105| etc. | Source text + description to |106| Agent failure | 1 when → when , Review in the report when |107| RED found in review | Request revision from relevant agent -> rework -> re-verify (up to 2 times) |108109## Test Scenarios110111### Normal Flow112**Prompt**: " to Translation·Localization. Target 20~30vs" + Source text File113**Expected Result**:114- Source text Analysis: , , 115- Glossary: brand names DNT, Terminology 116- Translated text: Translation, Translation 117- Localization: Format(Date/Currency/Units of measurement), Reference substitution118- Quality : MQM , error classification, matrix119120### Existing File Utilization Flow121**Prompt**: " Translation and Localization " + Translation File122**Expected Result**:123- Translation `_workspace/03_translation.md`to 124- Localization mode: localizer + harmonizer + reviewer 125- translator, terminology (, reviewer Terminology Consistency Verification)126127### Error Flow128**Prompt**: " Translation, language "129**Expected Result**:130- Target market → ( ) application131- Terminology web searchto Terminology Verification132- Review in the report "Target market : " when133134## Extended Skills per Agent135136per Agentof before Extended Skill:137138| | subject Agent | Role |139|------|-------------|------|140| `translation-quality-mqm` | quality-reviewer | MQM error classification, severity , Quality score calculation Formula |141| `cultural-adaptation-guide` | localizer | marketper Format conversion, taboo, Idioms substitution Strategy |