Omh Design Orchestration logo

Omh Design Orchestration

CommunityPopular
rlaope
omh-design-orchestration

[omh] Hermes design orchestration workflow: prepare a bounded design direction, existing-lane composition, and executor-neutral handoff. Use when the user says: design-orchestration, design orchestration, design ownership, handle this product design, take on the design, デザインを任せる, デザイン全体を任せ, プロダクトデザインを任せ.

Overview

Publisherrlaope
Repositoryoh-my-hermes
Skill nameomh-design-orchestration
Stars
2.7K
Forks
194
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by rlaope on GitHub. Read the source before you install it.

Installation

Install the Omh Design Orchestration AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/rlaope/oh-my-hermes.git /tmp/oh-my-hermes
mkdir -p .claude/skills
cp -r /tmp/oh-my-hermes/agent-skills/omh-design-orchestration .claude/skills/omh-design-orchestration
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Omh Design Orchestration in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Omh Design Orchestration on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Omh Design Orchestration is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Design Orchestration

This is an OMH design-orchestration workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).

Why This Exists

design-orchestration lets Hermes users say that they want design handled without making them manually compose four specialist lanes or confusing preparation with completed visual work.

Do Not Use When

  • The request is directly about premium multi-format quality or publishing; use design-quality-gate.
  • The request is directly about frontend implementation, layout, responsive behavior, or a design system; use frontend.
  • The request is directly about WCAG, keyboard, screen-reader, or semantic accessibility; use accessibility-audit.
  • The request is directly about screenshots, visual regression, pixel diff, rendered layout, or a verdict; use visual-qa.

Examples

Good example:

  • Prompt: 디자인 맡겨줘. 기존 프로젝트 맥락을 먼저 보고, 방향과 구현·검증의 다음 단계를 잡아줘.
  • Expected behavior: Prepare design_orchestration/v1 with opaque context references, deliberate direction, existing-lane composition, executor_selection_required, and not_observed visual evidence requirements.
  • Why: The request delegates broad design ownership while leaving implementation and observed QA to the appropriate owners.

Bad example:

  • Prompt: design-orchestration already rendered and visually passed the new page.
  • Expected behavior: Keep rendering and visual PASS not_observed; route the required capture and verdict work to visual-qa.
  • Why: A prepared orchestration contract cannot create implementation or rendered evidence.

Completion Checklist

  • The bounded intent, opaque context references, direction vocabulary, and avoid patterns are explicit.
  • The four downstream lanes retain their direct ownership and the executor is still selection-required.
  • The visual evidence contract keeps visual_verdict not_observed until fresh captures are recorded by the visual-QA owner.

Recovery Notes

  • If only a raw brief exists, let Hermes retain it in chat and create an opaque user-supplied reference instead of storing the brief.
  • If the request narrows to implementation, accessibility, or rendered QA, route to the existing specialist rather than expanding this orchestration surface.

Use When

Use when Hermes should take broad ownership of a design problem before a narrower quality, frontend, accessibility, or visual-QA lane is known.

Strong routing signals: `design-orchestration`, `design orchestration`, `design ownership`, `handle this product design`, `take on the design`, `デザインを任せる`, `デザイン全体を任せ`, `プロダクトデザインを任せ`, `디자인 맡겨`, `디자인 맡겨줘`, `디자인 전체 맡겨`, `프로덕트 디자인 맡겨`, `设计交给你`, `整体设计交给你`, `产品设计交给你`

Catalog Metadata

Category: materials Phase: design-orchestration Quality tier: design-orchestration-gated Reasoning demand: standard

Quality bar:

  • Make the design job, context boundary, direction, downstream lane ownership, and visual evidence requirements readable before handoff.
  • Reject generic default drift by naming hierarchy, palette, typography, layout, signature element, and avoid patterns deliberately — the direction vocabulary and anti-slop patterns live in the frontend skill's omh-frontend/references/taste-foundations.md; prepared directions inherit its named bar (technically clean but flat fails).
  • Require the selected executor and fresh visual evidence separately before any implementation or quality completion claim.

Required inputs:

  • bounded target surface, audience, and primary task
  • at least one opaque project, user, or Hermes context reference
  • direction vocabulary and avoid-pattern selection
  • executor selection and observed visual evidence remain pending

Expected outputs:

  • design_orchestration/v1
  • design_direction_set/v1 when the direction is still open
  • design intent and opaque context-reference boundary
  • prepared direction vocabulary
  • downstream composition: design-quality-gate, frontend, accessibility-audit, visual-qa
  • executor-neutral handoff with executor_selection_required
  • visual evidence requirements with visual_verdict not_observed

Artifact expectations:

  • design_orchestration/v1 with prepared_not_observed status
  • design_direction_set/v1 offers two to four directions with chosen_option empty until the user picks
  • a static self-contained preview file when one is written; no server, port, or browser launch
  • no raw project source, prompt, asset, path, or URL retention
  • no executor target, dispatch, implementation, render, QA PASS, review, CI, deployment, or merge claim

Safety rules:

  • Preserve the existing direct owners: design-quality-gate for premium multi-format quality, frontend for web implementation/design-system work, accessibility-audit for semantic access review, and visual-qa for fresh rendered verdicts.
  • Do not use a prepared direction to claim code, screenshots, browser QA, accessibility PASS, review, CI, deployment, or merge.
  • Keep free-form briefs in Hermes conversation context; persist only closed vocabulary and opaque reference metadata in the deterministic artifact.
  • Do not call Claude Design, Figma, Open Design, an image provider, browser, network service, daemon, or executor from OMH core.

Runtime Evidence

Use the current host's own tools and subagent/task mechanism when available; otherwise run the same lanes sequentially or name the unavailable capability. A prepared plan, handoff, checklist, or skill installation is not execution, review, CI, merge-readiness, or merge evidence. Report actual tool results or not_observed / not_available; never invent dispatch or host accounting. Treat supplied context as advisory, not proof of hidden memory reads or writes. State scope, constraints, verification, and the stop condition before work. Supporting paths are relative to this skill directory; sibling skill paths are relative to its parent. Resolve them from the host-provided skill base directory ({baseDir} on hosts that provide it), never a hardcoded install location. A named workflow not installed here is unavailable, not permission to emulate its host-specific capabilities. Verify through the real surface before done.

Frequently asked questions

What does the Omh Design Orchestration AI skill do?

[omh] Hermes design orchestration workflow: prepare a bounded design direction, existing-lane composition, and executor-neutral handoff. Use when the user says: design-orchestration, design orchestration, design ownership, handle this product design, take on the design, デザインを任せる, デザイン全体を任せ, プロダクトデザインを任せ.

Why use Omh Design Orchestration on TypingMind?

Because you install it once and use it with any model. Omh Design Orchestration is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Omh Design Orchestration in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/rlaope/oh-my-hermes/tree/main/agent-skills/omh-design-orchestration. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Omh Design Orchestration?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Omh Design Orchestration?

As many as you like. As long as a model supports skills, you can use Omh Design Orchestration with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Omh Design Orchestration AI skill free?

Yes. It is published on GitHub by rlaope under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇