Later

Manage persistent TODO lists under workspace/threads/{thread}/todos/.

4|1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/sebmartin/ai-workspace --skill later
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Later
Source: https://github.com/sebmartin/ai-workspace/tree/main/.claude/skills/later
Command: npx skills add https://github.com/sebmartin/ai-workspace --skill later

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides persistent, thread-scoped TODO lists so tasks survive across sessions and reboots, ensuring long-running discussions stay organized.

Core Features & Use Cases

  • Persistent TODOs: Create and manage TODO lists under workspace/threads/{thread}/todos/ with markdown format items.
  • Thread-scoped Persistence: Lists are tied to the current discussion thread and persist across Claude Code sessions.
  • Use Case: In a project thread, track tasks like "Draft API spec," "Implement authentication," and "Review design" to maintain progress in-context.

Quick Start

Use the /later commands to list, create, add, and complete items within the current thread.

Frequently Asked Questions about Later

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

FAQPage Schema
How do I persist TODO lists across Claude Code thread sessions?

Persistent TODO lists survive across sessions by storing markdown tasks under workspace/threads/{thread}/todos/. This ensures long-running discussion tasks remain organized and accessible after reboots.

What is thread-scoped task management and when do I need it?

Thread-scoped task management ties TODO lists to specific discussion threads. You need it for long-running projects where tasks must persist across sessions and be accessible to multiple participants.

How do I create and complete tasks within a project thread?

Use /later commands to list, create, add, and complete items within the current thread. Tasks are automatically stored in markdown format under the thread's dedicated todos directory.

Can I track project tasks like API specs and design reviews in-context during discussions?

Yes, you can track tasks like drafting API specs, implementing authentication, and reviewing design directly in-context. The skill maintains progress for these items within the active discussion thread.

Do I need any dependencies to manage persistent TODOs across discussion threads?

No dependencies are required. The skill operates independently to automate persistent TODO management, applying to thread-based projects where tasks need to survive restarts.