translator skillA
translator is agent-read markdown (skill) from nguyenvanphituoc/shapeup-sdlc-plugin: Use this skill whenever intake for the harness (pitch, PRD, requirement, transcript, or any spec input) is in a non-English language and must be normalized to English BEFORE planning/building. The single language gate for the planner→generator→judge harness. Triggers on: "translate this pitch", "normalize to English", "this requirement is in Vietnamese", "prepare intake for the harness", "make the spec English", "check if this is English", and Vietnamese "dịch sang tiếng Anh", "chuẩn hoá tiếng A.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Translator (harness language gate)
The one job upstream of the whole harness: **make the input English, faithfully, once.**
The harness is English-only end to end — the planner, generator, and judge all assume
English and HARD-FAIL on anything else. This skill is the single component that guarantees
that assumption holds. It is **not** a translator that rewrites; it normalizes language
while preserving every requirement, number, boundary, and structural element 1:1.
```
PO writes intake (any language) → TRANSLATOR → <name>.en.md (English) → ba-pitch-analyzer → …
(this skill) + glossary.md + report
```
**Scope is deliberately narrow (simplicity first):**
- ✅ Translate **input** docs (pitch / PRD / requirement / transcript) into English copies.
- ✅ Emit a persisted **glossary** so domain terms map consistently across docs and runs.
- ✅ **Verify** the output is English and structurally identical to the source.
- 🚫 Does NOT plan, build, or judge — that is the harness's job.
- 🚫 Does NOT translate harness **output** back to the PO's language (input-normalization only).
…Read the whole file at its exact version.
How to install
mdr add nguyenvanphituoc/shapeup-sdlc-plugin/translator@git:20260920.8cb684cmdr add nguyenvanphituoc/shapeup-sdlc-plugin/translator@sha256:c63e38dd0fbf5590Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_glpidlylazi33w2i)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260920.8cb684c latest | 2026-09-20 | 8cb684c | 13,070 B | A | view · diff |
| git:20260813.0e41b77 | 2026-08-13 | 0e41b77 | 13,080 B | A | view · diff |
| git:20260802.35b7dc7 | 2026-08-02 | 35b7dc7 | 13,051 B | A | view · diff |
| git:20260724.5d470eb | 2026-07-24 | 5d470eb | 13,076 B | A | view · diff |
| git:20260715.24995ba | 2026-07-15 | 24995ba | 13,308 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (13070 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
nguyenvanphituoc/shapeup-sdlc-plugin · 3 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_glpidlylazi33w2i GET https://markdownregistry.com/api/v1/resolve?ref=nguyenvanphituoc/shapeup-sdlc-plugin/translator GET https://markdownregistry.com/api/v1/blob/c63e38dd0fbf55901e5a799239fb95298daaa4cf48b9838d0a2b1ad6008382bc
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from nguyenvanphituoc/shapeup-sdlc-plugin
Every file in nguyenvanphituoc/shapeup-sdlc-plugin