MAGIC Agent Skills is now open source! Star on GitHub
MAGIC Agent SkillsMAGIC Agent Skills
Commands

/linguistic:decide

Force a strategic decision (resource class, transfer source, eval suite, ethics gate).

Syntax

/linguistic:decide [topic]

Description

Crystallize a pending decision recorded in workspace_state.md under "Open Questions". The orchestrator presents the options with bounded pros/cons and routes to the relevant specialist for the recommendation.

Common decisions:

  • Transfer source language (via linguistic-scope URIEL distance)
  • Vocabulary extension method (via linguistic-tokenize)
  • Eval benchmark suite (via linguistic-eval)
  • Sacred-text gating threshold (via linguistic-ethics)
  • Adapter vs full fine-tune vs LoRA (via linguistic-transfer)

Decisions are recorded with rationale in workspace_state.md under "Decisions Recorded".

Options

ArgumentDescription
[topic]The decision to force (e.g., "transfer source", "eval suite")

Example

/linguistic:decide transfer source
> Open decision: transfer source for Yoruba (yor)
Options:
  1. Igbo (ibo) — URIEL=0.18 — same family + tone + Class 1 data [RECOMMENDED]
  2. Hausa (hau) — URIEL=0.34 — regional contact + Class 2 data
  3. English (eng) — URIEL=0.62 — NOT recommended (typologically distant)
Decision recorded: Igbo as primary transfer source (URIEL=0.18)
  • /linguistic:status — see all open decisions
  • /linguistic:review — full decisions log
Was this page helpful?
Edit on GitHub

Last updated on

On this page