Feedback Triage
This is a Hermes-native feedback-triage workflow skill.
Why This Exists
feedback-triage exists to keep customer and community signals from jumping straight into roadmap or coding; it clusters evidence, ranks signals, and chooses the next workflow.
Do Not Use When
- The request already contains an accepted product decision and asks for implementation.
- There are no feedback items, source boundary, or product area to classify.
- The user wants current market research rather than triage of supplied signals.
- The triage result asks for a retention or activation intervention rather than another cluster; use
lifecycle-growth.
- The supplied material is opportunity records and the request is portfolio health or forecast review; use
sales-pipeline-review.
Examples
Good example:
- Prompt: Cluster these customer payment failure reports and feature requests before we plan fixes.
- Expected behavior: Cluster bug signals and feature asks, rank severity or opportunity, and recommend research, planning, or coding as a next workflow.
- Why: The input is mixed feedback that needs classification before delivery decisions.
Bad example:
- Prompt: feedback-triage implement the accepted billing fix now.
- Expected behavior: Route to planning or coding handoff instead of re-triaging.
- Why: The decision is already accepted, so triage would add delay without improving evidence.
Completion Checklist
- The source boundary, signal clusters, severity, and follow-up lane are named.
- Bug, feature, research, strategy, and coding handoff outcomes stay separate.
- The next workflow is recommended before any implementation claim.
Recovery Notes
- If feedback lacks source or severity, ask for the missing signal before coding handoff.
- If the item is actually a plan or research request, route to that workflow instead of triage.
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 classify feedback, bug reports, and feature asks before deciding whether research, planning, or coding handoff is needed.
Strong routing signals: `feedback-triage`, `customer-feedback-triage`, `feedback triage`, `customer feedback`, `feedback cluster`, `bug or feature`, `feature request triage`, `payment failure feedback`, `feedback trends`, `payment failure`, `payment failure issue`, `payment failure reports`, `고객 피드백`, `피드백`, `피드백 분류`, `피드백을 모아서`, `결제 실패`, `결제 실패 이슈`, `결제 실패 피드백`, `결제 오류`, `고객 불만`, `버그 제보`, `버그 기능 요청`, `기능 요청`
Catalog Metadata
Category: triage
Phase: feedback
Hermes role: operator
Quality tier: triage-gated
Reasoning demand: standard
Quality bar:
- Name the source boundary before clustering feedback.
- Classify signals into bug, feature, research, or strategy follow-up without overclaiming evidence.
- Recommend the next workflow instead of jumping straight to coding.
Handoff policy:
Keep feedback triage in Hermes; recommend the next workflow and prepare a selected executor/runtime handoff only after explicit coding intent or accepted plan evidence.
Required inputs:
- feedback items or summary
- source boundary
- product area
Expected outputs:
- clusters
- severity or opportunity ranking
- next workflow recommendation
- product_evidence_loop/v1
Artifact expectations:
- feedback triage record when a wrapper captures it
Safety rules:
- Do not turn feedback into a roadmap, implementation plan, or coding handoff by default.
- Separate bug signal, feature ask, severity, opportunity, and missing evidence.
- Route code changes only after explicit user intent or accepted planning evidence.
- product_evidence_loop/v1 is prepared-only opaque references, not observed evidence or execution.
Runtime Evidence
Preferred harness for this skill: customer-insight-triage.
omh runtime record --skill feedback-triage --harness customer-insight-triage --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-feedback-triage-33description: [omh] Hermes Feedback Triage workflow: cluster customer signals and choose the next workflow. Use when the user says: feedback-triage, customer-feedback-triage, feedback triage, customer feedback, feedback cluster, bug or feature, feature request triage, payment failure feedback.4---56# Feedback Triage78This is a Hermes-native `feedback-triage` workflow skill.910## Why This Exists1112`feedback-triage` exists to keep customer and community signals from jumping straight into roadmap or coding; it clusters evidence, ranks signals, and chooses the next workflow.1314## Do Not Use When1516- The request already contains an accepted product decision and asks for implementation.17- There are no feedback items, source boundary, or product area to classify.18- The user wants current market research rather than triage of supplied signals.19- The triage result asks for a retention or activation intervention rather than another cluster; use `lifecycle-growth`.20- The supplied material is opportunity records and the request is portfolio health or forecast review; use `sales-pipeline-review`.2122## Examples2324Good example:2526- Prompt: Cluster these customer payment failure reports and feature requests before we plan fixes.27- Expected behavior: Cluster bug signals and feature asks, rank severity or opportunity, and recommend research, planning, or coding as a next workflow.28- Why: The input is mixed feedback that needs classification before delivery decisions.2930Bad example:3132- Prompt: feedback-triage implement the accepted billing fix now.33- Expected behavior: Route to planning or coding handoff instead of re-triaging.34- Why: The decision is already accepted, so triage would add delay without improving evidence.3536## Completion Checklist3738- The source boundary, signal clusters, severity, and follow-up lane are named.39- Bug, feature, research, strategy, and coding handoff outcomes stay separate.40- The next workflow is recommended before any implementation claim.4142## Recovery Notes4344- If feedback lacks source or severity, ask for the missing signal before coding handoff.45- If the item is actually a plan or research request, route to that workflow instead of triage.4647## Workflow Lane4849- 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.50- If intent belongs to another lane, hand back to `oh-my-hermes` or name the adjacent workflow.51- Shared product, routing, compatibility, and evidence rules: `omh-routing/references/skill-common-rail.md`.5253## Use When5455Use when Hermes should classify feedback, bug reports, and feature asks before deciding whether research, planning, or coding handoff is needed.5657 Strong routing signals: `feedback-triage`, `customer-feedback-triage`, `feedback triage`, `customer feedback`, `feedback cluster`, `bug or feature`, `feature request triage`, `payment failure feedback`, `feedback trends`, `payment failure`, `payment failure issue`, `payment failure reports`, `고객 피드백`, `피드백`, `피드백 분류`, `피드백을 모아서`, `결제 실패`, `결제 실패 이슈`, `결제 실패 피드백`, `결제 오류`, `고객 불만`, `버그 제보`, `버그 기능 요청`, `기능 요청`5859## Catalog Metadata6061Category: `triage`62Phase: `feedback`63Hermes role: `operator`64Quality tier: `triage-gated`65Reasoning demand: `standard`6667Quality bar:6869- Name the source boundary before clustering feedback.70- Classify signals into bug, feature, research, or strategy follow-up without overclaiming evidence.71- Recommend the next workflow instead of jumping straight to coding.7273Handoff policy:7475Keep feedback triage in Hermes; recommend the next workflow and prepare a selected executor/runtime handoff only after explicit coding intent or accepted plan evidence.7677Required inputs:7879- feedback items or summary80- source boundary81- product area8283Expected outputs:8485- clusters86- severity or opportunity ranking87- next workflow recommendation88- product_evidence_loop/v18990Artifact expectations:9192- feedback triage record when a wrapper captures it9394Safety rules:9596- Do not turn feedback into a roadmap, implementation plan, or coding handoff by default.97- Separate bug signal, feature ask, severity, opportunity, and missing evidence.98- Route code changes only after explicit user intent or accepted planning evidence.99- product_evidence_loop/v1 is prepared-only opaque references, not observed evidence or execution.100101## Runtime Evidence102103Preferred harness for this skill: `customer-insight-triage`.104105```sh106omh runtime record --skill feedback-triage --harness customer-insight-triage --status started107```108109Record 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.113114Use Hermes-native subagent/delegation features when available: native subagents -> Hermes delegation when available, otherwise sequential lanes.115116Shared product, compatibility, topology, memory, harness, and execution rules: `omh-routing/references/skill-common-rail.md`. Load it when applicable; otherwise name an unavailable capability.