Strategy Brief
This is a Hermes-native strategy-brief workflow skill.
Why This Exists
strategy-brief exists to keep strategy work explicit, evidence-backed, and inside the Hermes/executor boundary instead of relying on ad hoc chat narration.
Do Not Use When
- The strategic question is whether an early idea's customer problem and segment are real, and no validated discovery receipt exists yet; use
product-discovery-validation.
Examples
Good example:
- Prompt: strategy-brief: decide whether our onboarding should prioritize solo founders or enterprise buyers.
- Expected behavior: Frame options, tradeoffs, assumptions, rejected paths, and the decision evidence needed.
- Why: The request is strategy-shaped and should not jump directly into implementation.
Bad example:
- Prompt: strategy-brief: 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
strategy-brief.
- Why: The request lacks the required inputs or would overclaim work that Hermes did not observe.
Completion Checklist
- The decision, options, tradeoffs, assumptions, and rejected alternatives are named.
- Observed signals are separated from strategic inference.
- Accepted decisions and implementation follow-ups are not conflated.
Recovery Notes
- If evidence is mostly assumption, label it and recommend a research or feedback-triage pass.
- If the decision owner is missing, keep the output as options rather than accepted strategy.
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 turn goals and evidence into options, tradeoffs, recommendations, and a decision-ready brief.
Strong routing signals: `strategy-brief`, `strategy brief`, `strategy memo`, `product strategy`, `strategic options`, `decision note`, `leadership strategy`, `next strategy`, `다음 전략`, `전략 정리`, `전략 메모`, `전략 옵션`, `의사결정`, `리더십 회의`
Catalog Metadata
Category: strategy
Phase: brief
Hermes role: operator
Quality tier: decision-gated
Reasoning demand: standard
Quality bar:
- Name the decision, constraints, options, tradeoffs, and rejected alternatives.
- Tie recommendations to observed evidence or mark them as assumptions.
- Keep coding handoff disabled until strategy is accepted and code work is explicit.
- Ask whether the decision deserves a durable record - hard to reverse, surprising without its context, and carrying a real trade-off; all three or no record, a decision note in chat is enough.
- When a record is warranted, draft it per
omh-decide/references/decision-records.md - the docs/adr/ convention with Context, Drivers, Considered Options, Decision, Consequences with mitigations, and Related - and stop for the user's approval before any file is written.
- Never edit an accepted record: status moves Proposed to Accepted to Deprecated or Superseded, supersession is a new record pointing back at the old one, and a Rejected record is kept - it is what
decision-recall reads later.
Handoff policy:
Keep strategy synthesis in Hermes; do not create implementation handoff until a decision is accepted and code work is explicit.
Required inputs:
- goal
- known evidence
- constraints
- decision owner
Expected outputs:
- options
- tradeoffs
- recommended direction
- decision note
Artifact expectations:
- strategy brief or decision note when a wrapper captures it
Safety rules:
- Do not treat a draft recommendation as an accepted decision.
- Keep unresolved assumptions visible.
- Separate strategy from implementation planning unless the user asks for execution.
- A drafted decision record stays a proposal: nothing is written under
docs/adr/ until the user approves the write.
Runtime Evidence
Preferred harness for this skill: strategy-synthesis.
omh runtime record --skill strategy-brief --harness strategy-synthesis --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-decide3description: [omh] Decide between options: tradeoffs, a recommendation, and a decision note you can act on. Use when the user says: strategy-brief, strategy brief, strategy memo, product strategy, strategic options, decision note, leadership strategy, next strategy.4---5
6# Strategy Brief
7
8This is a Hermes-native `strategy-brief` workflow skill.
9
10## Why This Exists
11
12`strategy-brief` exists to keep `strategy` work explicit, evidence-backed, and inside the Hermes/executor boundary instead of relying on ad hoc chat narration.
13
14## Do Not Use When
15
16- The strategic question is whether an early idea's customer problem and segment are real, and no validated discovery receipt exists yet; use `product-discovery-validation`.
17
18## Examples
19
20Good example:
21
22- Prompt: strategy-brief: decide whether our onboarding should prioritize solo founders or enterprise buyers.
23- Expected behavior: Frame options, tradeoffs, assumptions, rejected paths, and the decision evidence needed.
24- Why: The request is strategy-shaped and should not jump directly into implementation.
25
26Bad example:
27
28- Prompt: strategy-brief: treat casual chat or unaccepted work as if this workflow already produced verified results.
29- Expected behavior: Ask a clarification question or route to a narrower workflow instead of forcing `strategy-brief`.
30- Why: The request lacks the required inputs or would overclaim work that Hermes did not observe.
31
32## Completion Checklist
33
34- The decision, options, tradeoffs, assumptions, and rejected alternatives are named.
35- Observed signals are separated from strategic inference.
36- Accepted decisions and implementation follow-ups are not conflated.
37
38## Recovery Notes
39
40- If evidence is mostly assumption, label it and recommend a research or feedback-triage pass.
41- If the decision owner is missing, keep the output as options rather than accepted strategy.
42
43## Workflow Lane
44
45- 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.
46- If intent belongs to another lane, hand back to `oh-my-hermes` or name the adjacent workflow.
47- Shared product, routing, compatibility, and evidence rules: `omh-routing/references/skill-common-rail.md`.
48
49## Use When
50
51Use when Hermes should turn goals and evidence into options, tradeoffs, recommendations, and a decision-ready brief.
52
53 Strong routing signals: `strategy-brief`, `strategy brief`, `strategy memo`, `product strategy`, `strategic options`, `decision note`, `leadership strategy`, `next strategy`, `다음 전략`, `전략 정리`, `전략 메모`, `전략 옵션`, `의사결정`, `리더십 회의`
54
55## Catalog Metadata
56
57Category: `strategy`
58Phase: `brief`
59Hermes role: `operator`
60Quality tier: `decision-gated`
61Reasoning demand: `standard`
62
63Quality bar:
64
65- Name the decision, constraints, options, tradeoffs, and rejected alternatives.
66- Tie recommendations to observed evidence or mark them as assumptions.
67- Keep coding handoff disabled until strategy is accepted and code work is explicit.
68- Ask whether the decision deserves a durable record - hard to reverse, surprising without its context, and carrying a real trade-off; all three or no record, a decision note in chat is enough.
69- When a record is warranted, draft it per `omh-decide/references/decision-records.md` - the `docs/adr/` convention with Context, Drivers, Considered Options, Decision, Consequences with mitigations, and Related - and stop for the user's approval before any file is written.
70- Never edit an accepted record: status moves Proposed to Accepted to Deprecated or Superseded, supersession is a new record pointing back at the old one, and a Rejected record is kept - it is what `decision-recall` reads later.
71
72Handoff policy:
73
74Keep strategy synthesis in Hermes; do not create implementation handoff until a decision is accepted and code work is explicit.
75
76Required inputs:
77
78- goal
79- known evidence
80- constraints
81- decision owner
82
83Expected outputs:
84
85- options
86- tradeoffs
87- recommended direction
88- decision note
89
90Artifact expectations:
91
92- strategy brief or decision note when a wrapper captures it
93
94Safety rules:
95
96- Do not treat a draft recommendation as an accepted decision.
97- Keep unresolved assumptions visible.
98- Separate strategy from implementation planning unless the user asks for execution.
99- A drafted decision record stays a proposal: nothing is written under `docs/adr/` until the user approves the write.
100
101## Runtime Evidence
102
103Preferred harness for this skill: `strategy-synthesis`.
104
105```sh
106omh runtime record --skill strategy-brief --harness strategy-synthesis --status started
107```
108
109Record observed delegation results; otherwise return `not_available` or `not_observed`.
110Prepared OMH routing is not execution, review, CI, merge-readiness, or merge evidence.
111- Treat wrapper memory/context summaries as advisory local context, not proof of opaque Hermes memory reads or changes.
112Preserve workflow intent and stop conditions; verify before claiming completion.
113
114Use Hermes-native subagent/delegation features when available: native subagents -> Hermes delegation when available, otherwise sequential lanes.
115
116Shared product, compatibility, topology, memory, harness, and execution rules: `omh-routing/references/skill-common-rail.md`. Load it when applicable; otherwise name an unavailable capability.