hermes - 💡(How to fix) Fix Standardize Kanban/delegation handoff and verification evidence schema

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

success | partial | blocked | error Add support for synthetic failure handoffs from durable worker runners where possible, with classified causes such as cap-hit, OOM, network-drop, tool-error, unknown.

Code Example

## Status
success | partial | blocked | error

## Branch
<branch or none>

## What I did
- ...

## Verification
live-ui-verified | unit-test-verified | type-check-only | verifier-blocked | verifier-failed

## Execution
- <command> -> <outcome>

## Notes / concerns
- ...

## Suggested follow-ups
- ...
RAW_BUFFERClick to expand / collapse

Motivation

Cursor's orchestrate plugin has mature patterns for multi-agent task trees that map well to Hermes Kanban/delegation, without needing Cursor runtime installation:

  • Structured worker/subplanner/verifier handoffs.
  • Synthetic failure handoffs when an agent dies silently.
  • Verification quality labels (live-ui-verified, unit-test-verified, type-check-only, verifier-blocked, verifier-failed).
  • Dependency handoff relay so downstream workers receive upstream context explicitly.
  • Retry policy based on classified failure modes.

Hermes already has Kanban, cron, delegation, and background processes. The compatible adaptation is to tighten Hermes-native task handoffs and verifier evidence so long-running coding ops converge with less ambiguity.

Proposed Hermes adaptation

Enhance Kanban/delegation coding workflows with a standard handoff schema:

## Status
success | partial | blocked | error

## Branch
<branch or none>

## What I did
- ...

## Verification
live-ui-verified | unit-test-verified | type-check-only | verifier-blocked | verifier-failed

## Execution
- <command> -> <outcome>

## Notes / concerns
- ...

## Suggested follow-ups
- ...

Add support for synthetic failure handoffs from durable worker runners where possible, with classified causes such as cap-hit, OOM, network-drop, tool-error, unknown.

Acceptance criteria

  • Document the handoff schema in a built-in Hermes coding/kanban skill or docs page.
  • Kanban worker prompts ask for the schema for coding tasks.
  • Dashboard/digest jobs can classify a task/PR as verified, weakly verified, blocked, or failed based on the handoff.
  • Failure handoffs are generated or at least recommended when a worker exits without a useful final message.

Source pattern reviewed

  • cursor/plugins/orchestrate at d1cdb88
  • Especially references/handoffs.md, prompts/worker.md, and verifier semantics.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING