/rosetta
Rosetta identifies and routes user request to the most matching workflow
$ npx -y skills add griddynamics/rosetta --skill rosetta --agent claude-codeHow 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.mdname: 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
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>
Repo: griddynamics/rosetta
Other skills on rosetta.
- /collect-github-stats
Collect GitHub repo health/usage stats into merged JSON.
Open skill - /compress-prompt
Compress a Rosetta KB prompt artifact (skill · workflow · phase · rule · agent · template · generic) by stripping structural tautology and ineffective scaffolding while preserving every importance-bearing token. Use when the user asks to compress, shorten, tighten, densify, or
Open skill - /documentation
To write, design, review, simplify, restructure, or standardize OSS project documentation
Open skill - /merge-main
To merge main branch, exact context and instructions
Open skill - /sync-web-site
To synchronize web site with changes made to local *.md files
Open skill - /update-change-log
To synchronize CHANGELOG.md with changes made last week (mon - sun)
Open skill

