gsd-thread

Create, list, and resume named context threads across sessions.

Updated Aug 15, 2025
One-click install
npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill gsd-thread-gesmith0606
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-thread
Source: https://github.com/gesmith0606/nfl_data_engineering/tree/main/.claude/skills/gsd-thread
Command: npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill gsd-thread-gesmith0606

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent context threads help you organize cross-session work without losing momentum, enabling quick resumption of ongoing tasks.

Core Features & Use Cases

  • Create, list, and resume lightweight, human-readable threads that store context across sessions.
  • Reference threads to continue work, track status, and share context with teammates.

Quick Start

Create a new thread by describing the task, then resume later using /gsd:thread <slug>.

Frequently Asked Questions about gsd-thread

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist task context across multiple sessions?▼

You can persist task context across sessions by creating lightweight, human-readable threads that store metadata under the .planning/threads directory, enabling rapid continuation of multi-session work.

What is the best way to manage cross-session task workflows?▼

Managing cross-session task workflows involves creating and listing threads by name, enforcing a simple lifecycle status of OPEN, IN PROGRESS, or RESOLVED, and resuming the specific thread to continue work.

How do I resume an ongoing task without losing momentum?▼

You resume ongoing tasks by referencing a specific thread slug to retrieve its stored context, allowing you to quickly pick up multi-session work exactly where you left off.

Does this thread management approach guard against unsafe filesystem operations?▼

Yes, the thread management system guards against unsafe filesystem operations while reading and writing thread metadata, ensuring cross-session context remains secure and protected.

Can I track the status of cross-session threads?▼

Yes, you can track thread status using a simple lifecycle system that marks context threads as OPEN, IN PROGRESS, or RESOLVED, making it easy to monitor ongoing task workflows.