---
namespace: hm
agent: hm-orchestrator
subtask: false
description: "Manage persistent context threads for cross-session work"
argument-hint: "[list [--open | --resolved] | close <slug> | status <slug> | name | description]"
requires: ["hm-phase"]
validation-gates: ["lifecycle-gate"]
output-templates: ["hm-continue-here.md"]
coordination-model: "waiter-model"
completion-signals: ["thread-updated"]
tools:
  read: true
  write: true
  bash: true
---


<objective>
Create, list, close, or resume persistent context threads. Threads are lightweight
cross-session knowledge stores for work that spans multiple sessions but
doesn't belong to any specific phase.
</objective>

<execution_context>
@/Users/apple/hivemind-plugin-private/.opencode/workflows/hm-thread.md
</execution_context>

<process>
Execute end-to-end.
</process>
