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, +19 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-brief3description: [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---5
6# Meeting Brief
7
8This is a Hermes-native `meeting-brief` workflow skill.
9
10## Why This Exists
11
12`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.
13
14## Do Not Use When
15
16- 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.
19
20## Examples
21
22Good example:
23
24- 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.
27
28Bad example:
29
30- 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.
33
34## Completion Checklist
35
36- 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.
39
40## Recovery Notes
41
42- 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.
44
45## Workflow Lane
46
47- Current lane: **Research and company ops** (`product-docs`, `source-finder`, `web-research`, `research`, `best-practice-research`, `autoresearch-goal`, `model-optimization`, `inference-serving`, `+19 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`.
50
51## Use When
52
53Use when Hermes should prepare a meeting agenda, discussion prompts, decision points, and a record template.
54
55 Strong routing signals: `meeting-brief`, `meeting brief`, `meeting agenda`, `agenda`, `discussion prompts`, `decisions needed`, `record template`, `meeting topics`, `회의 주제`, `회의 아젠다`, `아젠다`, `회의 준비`, `논의 질문`, `결정할 것`, `기록 템플릿`
56
57## Catalog Metadata
58
59Category: `meeting`
60Phase: `preparation`
61Hermes role: `operator`
62Quality tier: `facilitation-gated`
63Reasoning demand: `light`
64
65Quality bar:
66
67- 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.
70
71Handoff policy:
72
73Run meeting preparation in Hermes; only create follow-up coding handoff from observed decisions or accepted plans.
74
75Required inputs:
76
77- meeting goal
78- audience
79- known context
80- decision topics
81
82Expected outputs:
83
84- agenda
85- discussion prompts
86- decisions needed
87- action-item template
88
89Artifact expectations:
90
91- meeting brief or record template when the wrapper captures it
92
93Safety rules:
94
95- 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.
98
99## Runtime Evidence
100
101Preferred harness for this skill: `meeting-facilitation`.
102
103```sh
104omh runtime record --skill meeting-brief --harness meeting-facilitation --status started
105```
106
107Record 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.
111
112Use Hermes-native subagent/delegation features when available: native subagents -> Hermes delegation when available, otherwise sequential lanes.
113
114Shared product, compatibility, topology, memory, harness, and execution rules: `omh-routing/references/skill-common-rail.md`. Load it when applicable; otherwise name an unavailable capability.