From hw
Enters lightweight append conversation mode for continuing discussions or small follow-up changes without opening new Milestones or Patches.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hw:chatThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
📌 输出语言规则:
📌 输出语言规则: 读取 config.yaml → output.language
当用户调用 /hw:chat 或 /hypo-workflow:chat 时使用此技能。
.pipeline/state.yaml 存在.pipeline/state.yaml、.pipeline/cycle.yaml、.pipeline/PROGRESS.md 以及最新的报告(如果存在)。/hw:chat end 时,根据需要写入摘要或保持最小的聊天条目持久化。/hw:patch。references/chat-spec.md — 聊天模式契约references/commands-spec.md — 命令语义references/state-contract.md — chat: 状态形状references/log-spec.md — chat_entry 和 chat_sessionreferences/progress-spec.md — 💬 Chat 时间线行SKILL.md — 更广泛的系统上下文npx claudepluginhub hypoxanthineovo/hypo-workflow --plugin hwCreates a durable handoff document from the current conversation so a fresh agent can resume work without context loss. Writes a resumable slug to `.cheese/notes/<slug>.md` with state, suggested skills, and redacted secrets.
Appends new milestones to an active Cycle without closing or reopening it. Reads pipeline state, interactively gathers scope, generates prompt files, and updates state/log files.
Wraps up a work session by recording changed files, caveats, decisions, and next steps so a fresh session can resume without re-deriving context.