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

/linguistic:lifecycle

Enter the full linguistic pipeline orchestrator (Scope → Acquire → Analyze → Evaluate → Release).

Syntax

/linguistic:lifecycle

Description

Activates the linguistic-orchestrator skill and enters the 5-phase pipeline. The orchestrator will:

  1. Read or create workspace_state.md for the current working directory
  2. Identify the target language(s) and resource class via linguistic-scope
  3. Triage the user's request to the right phase (Scope / Acquire / Analyze / Evaluate / Release)
  4. Route to the appropriate specialist skill(s)

This is the same behavior as the natural-language trigger "help me build an LLM for [language]". Use the slash command when you want to be explicit, or to start a fresh pipeline session.

Options

No options. Language target is identified from conversation context or prompted interactively.

Example

/linguistic:lifecycle
> Target language: Khmer
[Phase: Scope | Language: Khmer (khm) | Resource Class: 2 | Skills routed: scope]
Routing to linguistic-scope for ISO 639-3 resolution, Joshi classification...
  • /linguistic:status — check current phase without re-entering the pipeline
  • /linguistic:propose — generate a plan without full pipeline execution
  • /linguistic:review — full state review
Was this page helpful?
Edit on GitHub

Last updated on

On this page