From GSD Core
Creates, lists, closes, and resumes persistent context threads for cross-session work. Useful for tracking tasks or knowledge that span multiple Claude Code sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd-core:gsd-thread [list [--open | --resolved] | close <slug> | status <slug> | name | description][list [--open | --resolved] | close <slug> | status <slug> | name | description]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
<execution_context> @~/.claude/gsd-core/workflows/thread.md </execution_context>
Execute end-to-end.npx claudepluginhub open-gsd/gsd-coreImplements multi-thread chat management in assistant-ui using React components for thread lists, switching, CRUD operations, and custom UI with cloud or local support.
Saves session summaries, decisions, pending tasks, and auto-loads a briefing on the next Claude Code session for continuity across sessions.
Restores context from a previous session so you can pick up where you left off, reading transcripts directly with no LLM calls or token cost.