lareine-charter

Review agent drafts and artifacts against a structured quality scorecard with verdicts.

33|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/infinition/LaRuche --skill lareine-charter-infinition
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: lareine-charter
Source: https://github.com/infinition/LaRuche/tree/main/laruche/skills/lareine-charter
Command: npx skills add https://github.com/infinition/LaRuche --skill lareine-charter-infinition

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Agent-generated answers, skills, tools, and memory edits need consistent quality control before reaching users, but ad-hoc review is subjective and either too lenient or wastefully strict. This Skill defines a supervisor role that judges every draft against explicit criteria and decides whether to approve, revise, or escalate. ## Core Features & Use Cases - Structured scorecard: Scores each draft on pertinence, methodology, objective, brand conformity, and confidence, then issues an approve, revise, or escalate verdict with an actionable correction. - Proportionality rules: Distinguishes real defects (ungrounded claims, wrong question answered, fabricated sources) from style nitpicks, so costly re-runs only happen when justified. - Brand and standards enforcement: Checks artifacts against LaRuche rules such as English code, French brand lexicon, no em dashes, variabilized UI strings, and secret handling. - Use Case: A forager agent drafts an answer claiming tests pass without running them; the supervisor returns a revise verdict with the instruction to actually run the test suite and report the real result. ## Quick Start Review this draft answer against the LaReine charter and return a scorecard with a verdict and correction instruction.

Frequently Asked Questions about lareine-charter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review AI agent outputs before they reach users?▼

Apply a supervisor pass that scores each draft on relevance, methodology, and objective, then issues an approve, revise, or escalate verdict. Revisions include a specific, executable correction naming what is wrong and what to do.

What criteria should an AI quality gate use to reject a draft?▼

Reject only for real defects: ungrounded claims when grounding was available, the wrong question answered, factual mistakes, fabricated sources, or work claimed but not done. Style preferences, tone, and formatting differences should never trigger a rework.

When should a draft be escalated to a human instead of revised?▼

Escalate when confidence in the assessment is low, when the same correction has already failed once and cannot be made more concrete, or when the action exceeds a risk threshold such as destructive operations.

What are the limitations of automated supervisor review?▼

The supervisor never reviews its own output to avoid recursion, operates within a fixed number of revision rounds, and can always be overridden by a human. Repeated identical corrections indicate the instruction needs rewriting, not another retry.

How do I enforce brand and style standards on generated artifacts?▼

Check every artifact against explicit rules: English code and comments, an untranslated brand lexicon, no em dashes, variabilized UI strings with translations, and no exposed secret values. Violations are flagged in the scorecard's conformity dimension.