| name | rosetta |
| description | Rosetta identifies and routes user request to the most matching workflow |
| license | Apache-2.0 |
| disable-model-invocation | true |
| user-invocable | true |
| baseSchema | docs/schemas/skill.md |
- USE SKILL
orchestrator-contract
- USE SKILL
hitl
No code, files, scripts, or commands before workflow handoff.
- ACQUIRE
<workflow TAG from available workflows> FROM KB - load the most matching workflow (note: "*-flow" skills are additional workflows) and fully execute following its entire definition for all request sizes
- On resume/continue: load workflow state file; extract completed steps, current phase, and pending work; resume from there
- Workflow phases → todo tasks; open one per phase, work sequentially, close on completion
- In planning mode:
planning + tech-specs outputs → store per system prompt, never plans/ (read-only)
- Hand off to the workflow — let it drive questioning, planning, execution, review, and validation; no phase skipping