Deploy And Monitor
This is a Hermes-native deploy-and-monitor workflow skill.
Why This Exists
deploy-and-monitor exists to keep monitoring 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: deploy-and-monitor: prepare the release monitor, rollback signals, health checks, and post-deploy status card.
- Expected behavior: Create release monitoring guidance with deployment, metric, rollback, and observation boundaries.
- Why: The request is about deploy readiness and monitoring rather than code review alone.
Bad example:
- Prompt: deploy-and-monitor: 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
deploy-and-monitor.
- Why: The request lacks the required inputs or would overclaim work that Hermes did not observe.
Completion Checklist
- Confirm the workflow target, evidence boundary, and stop condition are named.
- Report which outputs are prepared, observed, blocked, or missing.
- Name the smallest next verification or handoff instead of claiming completion from narration.
Recovery Notes
- If required context is missing, ask one blocking question or route back to the narrower workflow.
- If runtime or wrapper evidence is unavailable, keep the status as not_observed and expose the next observable action.
Workflow Lane
- Current lane: Coding handoff (
idea-to-deploy, llm-app-dev, cto-loop, deploy-and-monitor, code-review, build-failure-triage, verification-gate, security-safety-review, +13 more) - coding owners, handoffs, review, CI, and merge evidence.
- 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 or narrate a release operation with deploy checklist, health signals, rollback criteria, and post-deploy status without pretending to run infrastructure.
Strong routing signals: `deploy-and-monitor`, `deploy and monitor`, `deploy monitor`, `deployment monitoring`, `release monitor`, `post deploy`, `post-deploy`, `rollback`, `rollback gate`, `health check`, `incident watch`, `release health`, `deploy this service`, `배포 모니터링`, `서비스 배포`, `프로덕션 배포`, `인프라에 배포`, `배포 감시`, `롤백`, `헬스 체크`, `장애 감시`, `릴리즈 모니터링`
Catalog Metadata
Category: monitoring
Phase: release-ops
Hermes role: operator
Quality tier: release-gated
Reasoning demand: light
Quality bar:
- Name release scope, target environment, health signals, rollback criteria, and evidence owner.
- Show pre-deploy, deploy decision, monitor, rollback, and post-deploy as distinct stages.
- Mark health and rollback status unknown until observed evidence arrives.
Handoff policy:
Keep release checklist, health criteria, rollback gates, and status narration in Hermes; record deploy, monitor, incident, or rollback evidence only when the wrapper or operator observes it.
Required inputs:
- release scope
- environment
- health signals
- rollback owner
Expected outputs:
- pre-deploy checklist
- deploy decision gate
- monitoring watchlist
- rollback criteria
- post-deploy status boundary
Artifact expectations:
- release operation status record when the wrapper captures deploy or monitor observations
- web_qa_comparison/v1 for a canary only with a trusted host_deployment_observation/v1 and a production baseline captured before it
Artifact contracts:
This label denotes the machine-enforcement level, not a skill quality score and not an observed evidence state.
- contract_id:
deploy-and-monitor; enforcement_level: guidance_only; consumer_id: none
Safety rules:
- Do not claim deployment, health checks, rollback, or incident response happened from a prepared checklist.
- Keep release readiness, deploy decision, monitor signals, and rollback as separate evidence steps.
- Route code fixes discovered during monitoring as later executor handoffs.
- A canary web-QA comparison never authorizes rollback; a missing deployment observation is BLOCK and a field regression beyond tolerance is REVISE.
Runtime Evidence
Preferred harness for this skill: app-delivery-loop.
omh runtime record --skill deploy-and-monitor --harness app-delivery-loop --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.
- When wrapper metadata includes
memory_review_card/v1 or handoff_context_pack/v1, treat it as reviewed OMH-local or wrapper-supplied context only. Use conflict-free context summaries to shape plans and handoffs, but do not claim Hermes internal memory was read or changed.
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-deploy-and-monitor3description: [omh] Hermes Deploy-and-Monitor workflow: release checklist, deploy decision, health signals, rollback gate, and post-deploy status. Use when the user says: deploy-and-monitor, deploy and monitor, deploy monitor, deployment monitoring, release monitor, post deploy, post-deploy, rollback.4---5
6# Deploy And Monitor
7
8This is a Hermes-native `deploy-and-monitor` workflow skill.
9
10## Why This Exists
11
12`deploy-and-monitor` exists to keep `monitoring` 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 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.
18
19## Examples
20
21Good example:
22
23- Prompt: deploy-and-monitor: prepare the release monitor, rollback signals, health checks, and post-deploy status card.
24- Expected behavior: Create release monitoring guidance with deployment, metric, rollback, and observation boundaries.
25- Why: The request is about deploy readiness and monitoring rather than code review alone.
26
27Bad example:
28
29- Prompt: deploy-and-monitor: 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 `deploy-and-monitor`.
31- Why: The request lacks the required inputs or would overclaim work that Hermes did not observe.
32
33## Completion Checklist
34
35- Confirm the workflow target, evidence boundary, and stop condition are named.
36- Report which outputs are prepared, observed, blocked, or missing.
37- Name the smallest next verification or handoff instead of claiming completion from narration.
38
39## Recovery Notes
40
41- If required context is missing, ask one blocking question or route back to the narrower workflow.
42- If runtime or wrapper evidence is unavailable, keep the status as not_observed and expose the next observable action.
43
44## Workflow Lane
45
46- Current lane: **Coding handoff** (`idea-to-deploy`, `llm-app-dev`, `cto-loop`, `deploy-and-monitor`, `code-review`, `build-failure-triage`, `verification-gate`, `security-safety-review`, `+13 more`) - coding owners, handoffs, review, CI, and merge evidence.
47- If intent belongs to another lane, hand back to `oh-my-hermes` or name the adjacent workflow.
48- Shared product, routing, compatibility, and evidence rules: `omh-routing/references/skill-common-rail.md`.
49
50## Use When
51
52Use when Hermes should prepare or narrate a release operation with deploy checklist, health signals, rollback criteria, and post-deploy status without pretending to run infrastructure.
53
54 Strong routing signals: `deploy-and-monitor`, `deploy and monitor`, `deploy monitor`, `deployment monitoring`, `release monitor`, `post deploy`, `post-deploy`, `rollback`, `rollback gate`, `health check`, `incident watch`, `release health`, `deploy this service`, `배포 모니터링`, `서비스 배포`, `프로덕션 배포`, `인프라에 배포`, `배포 감시`, `롤백`, `헬스 체크`, `장애 감시`, `릴리즈 모니터링`
55
56## Catalog Metadata
57
58Category: `monitoring`
59Phase: `release-ops`
60Hermes role: `operator`
61Quality tier: `release-gated`
62Reasoning demand: `light`
63
64Quality bar:
65
66- Name release scope, target environment, health signals, rollback criteria, and evidence owner.
67- Show pre-deploy, deploy decision, monitor, rollback, and post-deploy as distinct stages.
68- Mark health and rollback status unknown until observed evidence arrives.
69
70Handoff policy:
71
72Keep release checklist, health criteria, rollback gates, and status narration in Hermes; record deploy, monitor, incident, or rollback evidence only when the wrapper or operator observes it.
73
74Required inputs:
75
76- release scope
77- environment
78- health signals
79- rollback owner
80
81Expected outputs:
82
83- pre-deploy checklist
84- deploy decision gate
85- monitoring watchlist
86- rollback criteria
87- post-deploy status boundary
88
89Artifact expectations:
90
91- release operation status record when the wrapper captures deploy or monitor observations
92- web_qa_comparison/v1 for a canary only with a trusted host_deployment_observation/v1 and a production baseline captured before it
93
94Artifact contracts:
95
96This label denotes the machine-enforcement level, not a skill quality score and not an observed evidence state.
97
98- contract_id: `deploy-and-monitor`; enforcement_level: `guidance_only`; consumer_id: `none`
99
100Safety rules:
101
102- Do not claim deployment, health checks, rollback, or incident response happened from a prepared checklist.
103- Keep release readiness, deploy decision, monitor signals, and rollback as separate evidence steps.
104- Route code fixes discovered during monitoring as later executor handoffs.
105- A canary web-QA comparison never authorizes rollback; a missing deployment observation is BLOCK and a field regression beyond tolerance is REVISE.
106
107## Runtime Evidence
108
109Preferred harness for this skill: `app-delivery-loop`.
110
111```sh
112omh runtime record --skill deploy-and-monitor --harness app-delivery-loop --status started
113```
114
115Record observed delegation results; otherwise return `not_available` or `not_observed`.
116Prepared OMH routing is not execution, review, CI, merge-readiness, or merge evidence.
117- When wrapper metadata includes `memory_review_card/v1` or `handoff_context_pack/v1`, treat it as reviewed OMH-local or wrapper-supplied context only. Use conflict-free context summaries to shape plans and handoffs, but do not claim Hermes internal memory was read or changed.
118Preserve workflow intent and stop conditions; verify before claiming completion.
119
120Use Hermes-native subagent/delegation features when available: native subagents -> Hermes delegation when available, otherwise sequential lanes.
121
122Shared product, compatibility, topology, memory, harness, and execution rules: `omh-routing/references/skill-common-rail.md`. Load it when applicable; otherwise name an unavailable capability.