Skip to content
Development
Skill

/rosetta

Rosetta identifies and routes user request to the most matching workflow

From plugin
rosetta
330200 skills24 agents63 commands
Install
$ npx -y skills add griddynamics/rosetta --skill rosetta --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/rosetta

Context preview

The summary Claude sees to decide when to auto-load this skill.

Rosetta identifies and routes user request to the most matching workflow

SKILL.md

rosetta.SKILL.md
name: rosetta
description: Rosetta identifies and routes user request to the most matching workflow

<rosetta>

<purpose> Routing user request to proper workflow and high process adherence. </purpose>

<prerequisites>

  • USE SKILL `orchestration`
  • USE SKILL `hitl`

</prerequisites>

<process>

1. MUST USE FLOW `<most matching workflow>.md` (note: "*-flow" skills are additional workflows) — YOU MUST FULLY ALWAYS execute loaded workflow following its entire definition for all request sizes, workflow WAS created to fix your failure modes (deviations, and weak process adherence, and shallow analysis), workflow is PRIMARY deterministic process to resolve the original user request 2. On resume/continue: load workflow state file; extract completed steps, current phase, and pending work; resume from there 3. Once flow is loaded you MUST use workflow phases to immediately create/update todo tasks (LEDGER); open one per phase, work sequentially, close on completion immediately; 4. In planning mode: `planning` + `tech-specs` outputs → store per system prompt, never `plans/` (read-only) 5. Hand off to the workflow — tell the user once `Context loaded using Rosetta: [workflow selected + brief summary]`, and then execute prerequisites, phase 0, etc as workflow defined, let it drive questioning, planning, execution, review, and validation; no phase skipping;

</process>

</rosetta>

Read more
Ships withrosetta

Enforce organizational standards across every AI coding agent

Get the whole plugin