Ask
This is an OMH ask workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).
Why This Exists
ask exists to keep review work explicit, evidence-backed, and inside the Hermes/executor boundary instead of relying on ad hoc chat narration.
Do Not Use When
- The request is casual chat, a status-only acknowledgement, or another workflow has stronger routing evidence.
- The user needs implementation, review, CI, merge, or external publishing evidence that has not been delegated or observed.
Examples
Good example:
- Prompt: ask: ask Claude as an external advisor to critique this plugin bridge plan before implementation.
- Expected behavior: Prepare an advisor prompt, capture the response boundary, and summarize reusable critique.
- Why: The user wants outside review before committing to a direction.
Bad example:
- Prompt: ask: treat casual chat or unaccepted work as if this workflow already produced verified results.
- Expected behavior: Ask a clarification question or route to a narrower workflow instead of forcing
ask.
- Why: The request lacks the required inputs or would overclaim work that Hermes did not observe.
Completion Checklist
- Findings or no-issue results are grounded in concrete file, artifact, command, or source evidence.
- Open questions, residual risk, and missing verification are named.
- Fixes or follow-up work are separate handoffs unless the user explicitly asked to implement them.
Recovery Notes
- If the reviewed target is missing, inspect the requested artifact or ask one target question.
- If independent verification is unavailable, report the gap and avoid an approval-style claim.
Use When
Use only when an external advisor is configured and would materially improve the answer.
Strong routing signals: `ask`, `$ask`, `external advisor`, `ask claude`, `ask gemini`, `consult claude`, `consult gemini`, `opinion from claude`, `opinion from gemini`, `second opinion`, `claude 의견`, `gemini 의견`
Catalog Metadata
Category: review
Phase: external-advice
Quality tier: evidence-gated
Reasoning demand: standard
Quality bar:
- Name the workflow target, constraints, validation evidence, and stop condition.
- Separate Hermes guidance from executor or wrapper behavior unless evidence proves the step happened.
Required inputs:
- question
- context summary
- why external advice helps
Expected outputs:
- advisor summary
- accepted/rejected advice
- decision note
Artifact expectations:
- advisor transcript reference only when explicitly captured
Safety rules:
- Use only when configured and materially useful.
- Treat advisor output as evidence to evaluate, not authority.
- Do not send secrets or private prompts without explicit opt-in.
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.
1---2name: omh-ask-23description: [omh] Hermes adaptation for consulting an external advisor when configured. Use when the user says: ask, external advisor, ask claude, ask gemini, consult claude, consult gemini, opinion from claude, opinion from gemini.4---56# Ask78This is an OMH `ask` workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).910## Why This Exists1112`ask` exists to keep `review` work explicit, evidence-backed, and inside the Hermes/executor boundary instead of relying on ad hoc chat narration.1314## Do Not Use When1516- The request is casual chat, a status-only acknowledgement, or another workflow has stronger routing evidence.17- The user needs implementation, review, CI, merge, or external publishing evidence that has not been delegated or observed.1819## Examples2021Good example:2223- Prompt: ask: ask Claude as an external advisor to critique this plugin bridge plan before implementation.24- Expected behavior: Prepare an advisor prompt, capture the response boundary, and summarize reusable critique.25- Why: The user wants outside review before committing to a direction.2627Bad example:2829- Prompt: ask: treat casual chat or unaccepted work as if this workflow already produced verified results.30- Expected behavior: Ask a clarification question or route to a narrower workflow instead of forcing `ask`.31- Why: The request lacks the required inputs or would overclaim work that Hermes did not observe.3233## Completion Checklist3435- Findings or no-issue results are grounded in concrete file, artifact, command, or source evidence.36- Open questions, residual risk, and missing verification are named.37- Fixes or follow-up work are separate handoffs unless the user explicitly asked to implement them.3839## Recovery Notes4041- If the reviewed target is missing, inspect the requested artifact or ask one target question.42- If independent verification is unavailable, report the gap and avoid an approval-style claim.43444546## Use When4748Use only when an external advisor is configured and would materially improve the answer.4950 Strong routing signals: `ask`, `$ask`, `external advisor`, `ask claude`, `ask gemini`, `consult claude`, `consult gemini`, `opinion from claude`, `opinion from gemini`, `second opinion`, `claude 의견`, `gemini 의견`5152## Catalog Metadata5354Category: `review`55Phase: `external-advice`56Quality tier: `evidence-gated`57Reasoning demand: `standard`5859Quality bar:6061- Name the workflow target, constraints, validation evidence, and stop condition.62- Separate Hermes guidance from executor or wrapper behavior unless evidence proves the step happened.6364Required inputs:6566- question67- context summary68- why external advice helps6970Expected outputs:7172- advisor summary73- accepted/rejected advice74- decision note7576Artifact expectations:7778- advisor transcript reference only when explicitly captured7980Safety rules:8182- Use only when configured and materially useful.83- Treat advisor output as evidence to evaluate, not authority.84- Do not send secrets or private prompts without explicit opt-in.8586## Runtime Evidence8788Use the current host's own tools and subagent/task mechanism when available;89otherwise run the same lanes sequentially or name the unavailable capability.90A prepared plan, handoff, checklist, or skill installation is not execution,91review, CI, merge-readiness, or merge evidence. Report actual tool results or92`not_observed` / `not_available`; never invent dispatch or host accounting.93Treat supplied context as advisory, not proof of hidden memory reads or writes.94State scope, constraints, verification, and the stop condition before work.95Supporting paths are relative to this skill directory; sibling skill paths are96relative to its parent. Resolve them from the host-provided skill base directory97(`{baseDir}` on hosts that provide it), never a hardcoded install location.98A named workflow not installed here is unavailable, not permission to emulate99its host-specific capabilities. Verify through the real surface before done.