hermes - 💡(How to fix) Fix [Bug]: Skill kanban-orchestrator's instruction about kanban_create

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

Additional Logs / Traceback (optional)

Root Cause

Root Cause Analysis (optional)

Code Example

not relevant, this is a skill.md problem

---
RAW_BUFFERClick to expand / collapse

Bug Description

Not quiet a Bug. Just sometimes the LLM spawn all kanban tasks in READY state, so those tasks have parents will be picked up too early. I think the problem is that "tasks need to be spawned one by one" therfore causing a conflict between dispather and something else.

Put them in TODO first then prompt them into READY

Steps to Reproduce

  1. Ready kanban
  2. Run hermes
  3. ask hermes to use kanban and spawn a long? list of tasks (the idk. 5? first tasks needs to be the parent task of the last task)
  4. if the timing is right, 5 tasks will be picked up right away and the last one will also be picked up somehow

Expected Behavior

T6 waits till T1-T5 done.

Actual Behavior

T1-T6 all in progress. But T6 doesn't have anything to work on, then BLOCKED.

Affected Component

Tools (terminal, file ops, web, code execution, etc.)

Messaging Platform (if gateway-related)

N/A (CLI only)

Debug Report

not relevant, this is a skill.md problem

Operating System

Debian 12.6

Python Version

3.11.2

Hermes Version

0.13.0

Additional Logs / Traceback (optional)

Root Cause Analysis (optional)

No response

Proposed Fix (optional)

No response

Are you willing to submit a PR for this?

  • I'd like to fix this myself and submit a PR

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