Content
80%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is a well-organized, highly actionable rules digest with concrete correct/wrong examples and exact values throughout, and clean single-file structure. Its main gap is workflow clarity: the 4-locale batch obligation externalizes validation to another skill rather than providing an inline validate→fix→retry loop.
Suggestions
Add an inline validation checkpoint for the 4-locale batch workflow (e.g., "After authoring the canonical locale, derive en/ja/zh, then run the inlined locale-parity check; if any locale is missing, fix and re-check before opening the PR") rather than only pointing to hns-oss-docs-verify.
Trim a few explanatory asides (the README-flip rationale paragraph, the sprint-contract threshold detail, the §9 "why" sentence) or move them to the SSOT doc so the digest stays minimal.
Consider a short "Workflow" section that sequences the rules into an operational order (author canonical → derive 3 locales → run parity check → add redirects if moved → never push) so the digest doubles as a checklist.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | A lean rules digest that assumes Claude's competence (no explaining what i18n or Mermaid is), but a few explanatory asides — the README canonical-flip rationale paragraph, the "sprint contract locale-parity threshold 1.0, must_pass" detail, and the §9 "why" sentence — go slightly beyond minimal, keeping it at 4 rather than 5. | 4 / 5 |
Actionability | Highly actionable throughout: concrete correct/wrong pairs ("Correct: `**바이브코딩** (Vibe Coding)`… Wrong: `**바이브코딩(Vibe Coding)**`"), exact forbidden URL values, exact icon-shortcode syntax, and exact vercel.json redirect patterns cover the common cases — strong enough that the absence of code (it is an instruction-only skill) is not a penalty. | 5 / 5 |
Workflow Clarity | This is a rules digest, not a sequenced workflow; the 4-locale simultaneous-update obligation is a batch operation but has no inline validate→fix→retry loop — validation is delegated out to Skill("hns-oss-docs-verify") and a parity threshold — which caps workflow clarity at 3 per the batch-operation feedback-loop rule. | 3 / 5 |
Progressive Disclosure | A clean, well-sectioned single-file digest (9 numbered HARD-rule sections plus Known-Stale) with clearly signaled one-level-deep pointers (SSOT doc `.moai/docs/docs-site-i18n-rules.md` and the verify skill) and no nested references; appropriately self-contained for its size with easy navigation. | 5 / 5 |
Total | 17 / 20 Passed |