Meeting Brief
This is a Hermes-native meeting-brief workflow skill.
Why This Exists
meeting-brief exists to turn scattered context into a focused agenda, discussion prompts, decision points, and a record template without pretending the meeting already happened.
Do Not Use When
- The user needs observed meeting minutes, decisions, or action items but has not provided notes.
- The request is strategy synthesis without a meeting audience, agenda, or decision ceremony.
- The follow-up is implementation work that already has accepted requirements and should become a plan or handoff.
Examples
Good example:
- Prompt: Prepare a meeting agenda for a leadership sync on setup UX, plugin bridge defaults, and release risk.
- Expected behavior: Prepare agenda topics, prompts, decisions needed, and a record template with unknowns marked.
- Why: The request is preparation for a meeting and should separate prep from observed outcomes.
Bad example:
- Prompt: meeting-brief summarize what the team decided yesterday.
- Expected behavior: Ask for meeting notes or route to an ops/status summary with explicit evidence gaps.
- Why: A prepared agenda cannot be treated as observed minutes or decisions.
Completion Checklist
- The agenda, participants or audience, decisions needed, and record template are named.
- Meeting prep, observed minutes, accepted decisions, and action ownership are separate states.
- Missing context that would change the meeting structure is surfaced.
Recovery Notes
- If participants, purpose, or decision owner are missing, ask for the one field that changes the agenda.
- If minutes or decisions were not observed, keep the output as prep rather than record.
Workflow Lane
- Current lane: Research and company ops (
product-docs, source-finder, web-research, research, best-practice-research, autoresearch-goal, model-optimization, inference-serving, +20 more) - research, signals, ops, and briefings.
- If intent belongs to another lane, hand back to
oh-my-hermes or name the adjacent workflow.
- Shared product, routing, compatibility, and evidence rules:
omh-routing/references/skill-common-rail.md.
Use When
Use when Hermes should prepare a meeting agenda, discussion prompts, decision points, and a record template.
Strong routing signals: `meeting-brief`, `meeting brief`, `meeting agenda`, `agenda`, `discussion prompts`, `decisions needed`, `record template`, `meeting topics`, `회의 주제`, `회의 아젠다`, `아젠다`, `회의 준비`, `논의 질문`, `결정할 것`, `기록 템플릿`
Catalog Metadata
Category: meeting
Phase: preparation
Hermes role: operator
Quality tier: facilitation-gated
Reasoning demand: light
Quality bar:
- Turn context into agenda topics, prompts, decisions needed, and a record template.
- Keep prep distinct from actual meeting minutes or accepted decisions.
- Identify missing context that would change the meeting structure.
Handoff policy:
Run meeting preparation in Hermes; only create follow-up coding handoff from observed decisions or accepted plans.
Required inputs:
- meeting goal
- audience
- known context
- decision topics
Expected outputs:
- agenda
- discussion prompts
- decisions needed
- action-item template
Artifact expectations:
- meeting brief or record template when the wrapper captures it
Safety rules:
- Do not claim the meeting happened from a prepared agenda.
- Separate proposed action items from observed decisions.
- Use a later status or decision record for actual meeting outcomes.
Runtime Evidence
Preferred harness for this skill: meeting-facilitation.
omh runtime record --skill meeting-brief --harness meeting-facilitation --status started
Record observed delegation results; otherwise return not_available or not_observed.
Prepared OMH routing is not execution, review, CI, merge-readiness, or merge evidence.
- Treat wrapper memory/context summaries as advisory local context, not proof of opaque Hermes memory reads or changes.
Preserve workflow intent and stop conditions; verify before claiming completion.
Use Hermes-native subagent/delegation features when available: native subagents -> Hermes delegation when available, otherwise sequential lanes.
Shared product, compatibility, topology, memory, harness, and execution rules: omh-routing/references/skill-common-rail.md. Load it when applicable; otherwise name an unavailable capability.
1---2name: omh-meeting-brief-33description: [omh] Hermes Meeting Brief workflow: agenda, prompts, decisions, and record template. Use when the user says: meeting-brief, meeting brief, meeting agenda, agenda, discussion prompts, decisions needed, record template, meeting topics.4---56# Meeting Brief78This is a Hermes-native `meeting-brief` workflow skill.910## Why This Exists1112`meeting-brief` exists to turn scattered context into a focused agenda, discussion prompts, decision points, and a record template without pretending the meeting already happened.1314## Do Not Use When1516- The user needs observed meeting minutes, decisions, or action items but has not provided notes.17- The request is strategy synthesis without a meeting audience, agenda, or decision ceremony.18- The follow-up is implementation work that already has accepted requirements and should become a plan or handoff.1920## Examples2122Good example:2324- Prompt: Prepare a meeting agenda for a leadership sync on setup UX, plugin bridge defaults, and release risk.25- Expected behavior: Prepare agenda topics, prompts, decisions needed, and a record template with unknowns marked.26- Why: The request is preparation for a meeting and should separate prep from observed outcomes.2728Bad example:2930- Prompt: meeting-brief summarize what the team decided yesterday.31- Expected behavior: Ask for meeting notes or route to an ops/status summary with explicit evidence gaps.32- Why: A prepared agenda cannot be treated as observed minutes or decisions.3334## Completion Checklist3536- The agenda, participants or audience, decisions needed, and record template are named.37- Meeting prep, observed minutes, accepted decisions, and action ownership are separate states.38- Missing context that would change the meeting structure is surfaced.3940## Recovery Notes4142- If participants, purpose, or decision owner are missing, ask for the one field that changes the agenda.43- If minutes or decisions were not observed, keep the output as prep rather than record.4445## Workflow Lane4647- Current lane: **Research and company ops** (`product-docs`, `source-finder`, `web-research`, `research`, `best-practice-research`, `autoresearch-goal`, `model-optimization`, `inference-serving`, `+20 more`) - research, signals, ops, and briefings.48- If intent belongs to another lane, hand back to `oh-my-hermes` or name the adjacent workflow.49- Shared product, routing, compatibility, and evidence rules: `omh-routing/references/skill-common-rail.md`.5051## Use When5253Use when Hermes should prepare a meeting agenda, discussion prompts, decision points, and a record template.5455 Strong routing signals: `meeting-brief`, `meeting brief`, `meeting agenda`, `agenda`, `discussion prompts`, `decisions needed`, `record template`, `meeting topics`, `회의 주제`, `회의 아젠다`, `아젠다`, `회의 준비`, `논의 질문`, `결정할 것`, `기록 템플릿`5657## Catalog Metadata5859Category: `meeting`60Phase: `preparation`61Hermes role: `operator`62Quality tier: `facilitation-gated`63Reasoning demand: `light`6465Quality bar:6667- Turn context into agenda topics, prompts, decisions needed, and a record template.68- Keep prep distinct from actual meeting minutes or accepted decisions.69- Identify missing context that would change the meeting structure.7071Handoff policy:7273Run meeting preparation in Hermes; only create follow-up coding handoff from observed decisions or accepted plans.7475Required inputs:7677- meeting goal78- audience79- known context80- decision topics8182Expected outputs:8384- agenda85- discussion prompts86- decisions needed87- action-item template8889Artifact expectations:9091- meeting brief or record template when the wrapper captures it9293Safety rules:9495- Do not claim the meeting happened from a prepared agenda.96- Separate proposed action items from observed decisions.97- Use a later status or decision record for actual meeting outcomes.9899## Runtime Evidence100101Preferred harness for this skill: `meeting-facilitation`.102103```sh104omh runtime record --skill meeting-brief --harness meeting-facilitation --status started105```106107Record observed delegation results; otherwise return `not_available` or `not_observed`.108Prepared OMH routing is not execution, review, CI, merge-readiness, or merge evidence.109- Treat wrapper memory/context summaries as advisory local context, not proof of opaque Hermes memory reads or changes.110Preserve workflow intent and stop conditions; verify before claiming completion.111112Use Hermes-native subagent/delegation features when available: native subagents -> Hermes delegation when available, otherwise sequential lanes.113114Shared product, compatibility, topology, memory, harness, and execution rules: `omh-routing/references/skill-common-rail.md`. Load it when applicable; otherwise name an unavailable capability.