Report Package
This is an OMH report-package workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).
Why This Exists
report-package exists to make reporting a first-class operations surface: Hermes can produce clean report and slide outlines while keeping approvals, delivery, and binary deck export as separate evidence.
Do Not Use When
- The user needs SLO, incident, or error-budget review; use
reliability-review.
- The user asks for a live
.pptx deck file rather than a PPT-ready outline.
- The request is meeting minutes, scrum history, or action-item tracking.
Examples
Good example:
- Prompt: report-package 월간 리더십 보고서 PPT outline 만들어줘.
- Expected behavior: Prepare a report package with sections, assumptions, missing inputs, and Markdown/JSON outline scope.
- Why: The request is packaging known information for reporting, not reliability validation or code work.
Bad example:
- Prompt: report-package prove our SLO passed and close the incident.
- Expected behavior: Route to
reliability-review and require metric or incident evidence.
- Why: Report packaging cannot satisfy reliability closure evidence.
Completion Checklist
- The reporting window, inputs, audience, narrative, and evidence gaps are named.
- Draft report, generated package, approval, and delivery are separate states.
- The next action says whether to gather evidence, generate, revise, approve, or deliver.
Recovery Notes
- If input evidence is incomplete, mark the section as pending rather than fabricating a report claim.
- If delivery or attachment is unavailable, keep the report package prepared_not_observed.
Use When
Use when Hermes should turn supplied inputs into a report, executive brief, PPT-ready outline, or upload package without claiming presentation delivery.
Strong routing signals: `report-package`, `report package`, `weekly report`, `monthly report`, `executive report`, `exec brief`, `leadership deck`, `status package`, `ppt outline`, `presentation outline`, `slide outline`, `upload package`, `PPT`, `보고서 패키지`, `주간 보고서`, `월간 보고서`, `경영진 보고`, `리더십 보고`, `피피티`, `슬라이드`, `발표자료`, `업로드 패키지`
Catalog Metadata
Category: reporting
Phase: package-outline
Quality tier: report-gated
Reasoning demand: standard
Quality bar:
- Name audience, reporting period, sections, supplied facts, assumptions, and missing data.
- Keep report packaging independent from reliability review unless explicitly requested.
- Export only Markdown/JSON outlines unless a separate presentation tool produces a binary deck.
Required inputs:
- audience
- reporting period or scope
- supplied facts
- missing data or assumptions
Expected outputs:
- report package
- PPT-ready Markdown or JSON outline
- assumptions and missing-input list
- Optional supplied achievements summary when requested; plugin-backed badge retrieval is unavailable in this projection.
Artifact expectations:
- operation_artifact/v1 report-package artifact when a wrapper or CLI records it
Safety rules:
- Do not claim source review completion from a prepared report package.
- Do not claim stakeholder approval or presentation delivery without observed evidence.
- Do not couple report packages to SLO, incident, or error-budget evidence by default.
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-report-package-23description: [omh] Hermes Report Package workflow: weekly/monthly reports, executive briefs, PPT-ready outlines, and upload packages. Use when the user says: report-package, report package, weekly report, monthly report, executive report, exec brief, leadership deck, status package.4---56# Report Package78This is an OMH `report-package` workflow skill, projected for Agent Skills hosts (Claude Code, Codex, Cursor, opencode, OpenClaw, pi).910## Why This Exists1112`report-package` exists to make reporting a first-class operations surface: Hermes can produce clean report and slide outlines while keeping approvals, delivery, and binary deck export as separate evidence.1314## Do Not Use When1516- The user needs SLO, incident, or error-budget review; use `reliability-review`.17- The user asks for a live `.pptx` deck file rather than a PPT-ready outline.18- The request is meeting minutes, scrum history, or action-item tracking.1920## Examples2122Good example:2324- Prompt: report-package 월간 리더십 보고서 PPT outline 만들어줘.25- Expected behavior: Prepare a report package with sections, assumptions, missing inputs, and Markdown/JSON outline scope.26- Why: The request is packaging known information for reporting, not reliability validation or code work.2728Bad example:2930- Prompt: report-package prove our SLO passed and close the incident.31- Expected behavior: Route to `reliability-review` and require metric or incident evidence.32- Why: Report packaging cannot satisfy reliability closure evidence.3334## Completion Checklist3536- The reporting window, inputs, audience, narrative, and evidence gaps are named.37- Draft report, generated package, approval, and delivery are separate states.38- The next action says whether to gather evidence, generate, revise, approve, or deliver.3940## Recovery Notes4142- If input evidence is incomplete, mark the section as pending rather than fabricating a report claim.43- If delivery or attachment is unavailable, keep the report package prepared_not_observed.44454647## Use When4849Use when Hermes should turn supplied inputs into a report, executive brief, PPT-ready outline, or upload package without claiming presentation delivery.5051 Strong routing signals: `report-package`, `report package`, `weekly report`, `monthly report`, `executive report`, `exec brief`, `leadership deck`, `status package`, `ppt outline`, `presentation outline`, `slide outline`, `upload package`, `PPT`, `보고서 패키지`, `주간 보고서`, `월간 보고서`, `경영진 보고`, `리더십 보고`, `피피티`, `슬라이드`, `발표자료`, `업로드 패키지`5253## Catalog Metadata5455Category: `reporting`56Phase: `package-outline`57Quality tier: `report-gated`58Reasoning demand: `standard`5960Quality bar:6162- Name audience, reporting period, sections, supplied facts, assumptions, and missing data.63- Keep report packaging independent from reliability review unless explicitly requested.64- Export only Markdown/JSON outlines unless a separate presentation tool produces a binary deck.6566Required inputs:6768- audience69- reporting period or scope70- supplied facts71- missing data or assumptions7273Expected outputs:7475- report package76- PPT-ready Markdown or JSON outline77- assumptions and missing-input list78- Optional supplied achievements summary when requested; plugin-backed badge retrieval is unavailable in this projection.7980Artifact expectations:8182- operation_artifact/v1 report-package artifact when a wrapper or CLI records it8384Safety rules:8586- Do not claim source review completion from a prepared report package.87- Do not claim stakeholder approval or presentation delivery without observed evidence.88- Do not couple report packages to SLO, incident, or error-budget evidence by default.8990## Runtime Evidence9192Use the current host's own tools and subagent/task mechanism when available;93otherwise run the same lanes sequentially or name the unavailable capability.94A prepared plan, handoff, checklist, or skill installation is not execution,95review, CI, merge-readiness, or merge evidence. Report actual tool results or96`not_observed` / `not_available`; never invent dispatch or host accounting.97Treat supplied context as advisory, not proof of hidden memory reads or writes.98State scope, constraints, verification, and the stop condition before work.99Supporting paths are relative to this skill directory; sibling skill paths are100relative to its parent. Resolve them from the host-provided skill base directory101(`{baseDir}` on hosts that provide it), never a hardcoded install location.102A named workflow not installed here is unavailable, not permission to emulate103its host-specific capabilities. Verify through the real surface before done.