gsd-thread

Create, list, or resume persistent context threads across sessions.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill gsd-thread-mint-ia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-thread
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/gsd-thread
Command: npx skills add https://github.com/MINT-IA/MINT --skill gsd-thread-mint-ia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Threads provide a lightweight, cross-session store for context that spans conversations but doesn't belong to a single workflow phase, helping you keep continuity across AI sessions.

Core Features & Use Cases

  • Create new threads from high-level descriptions to capture context for long-running tasks.
  • List all existing threads with their status (OPEN, IN PROGRESS, RESOLVED) and the last updated timestamp.
  • Resume a thread to load its context into the current session and continue work where you left off.

Use Case: Imagine planning a multi-session research task; you create a thread, describe goals, and then re-open it in future sessions to continue with preserved context.

Quick Start

Describe the thread you want to create and I will start a new OPEN thread to track it.

Frequently Asked Questions about gsd-thread

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

FAQPage Schema
How do I maintain context across multiple AI sessions for a long-running task?

You can maintain cross-session context by creating a persistent thread from a high-level description. The thread stores your goals and context in the .planning/threads directory, allowing you to resume work in future sessions.

What is the best way to track the status of ongoing planning threads?

You can track planning threads by listing all existing entries with their current status and last updated timestamp. Threads use OPEN, IN PROGRESS, and RESOLVED statuses to help you monitor cross-session work.

How do I load previous conversation context into a new session?

To load previous conversation context, you resume a specific thread. This action injects the stored context from the .planning/threads directory into your current session so you can continue work immediately.

Can I create a persistent context thread without writing detailed code?

Yes, you can create a persistent context thread by simply providing a high-level description of your task. The system automatically initializes a new OPEN thread to capture and store the context for you.

When should I use cross-session thread management instead of single-session work?

Use cross-session thread management when your work spans multiple conversations but does not belong to a single workflow phase. It provides a lightweight store to preserve continuity for long-running tasks like multi-session research.