What problem does it solve? Work that spans multiple sessions but doesn't belong to a specific project phase often loses context between conversations. This Skill maintains lightweight persistent threads in .planning/threads/ so a cold-start session can pick up exactly where the last one left off. ## Core Features & Use Cases - Thread Listing: Run without arguments to see all threads with their status (OPEN, IN PROGRESS, RESOLVED) and last-updated dates. - Thread Resume: Pass an existing thread name to load its full context into the current session and continue working. - Thread Creation: Pass a new description to generate a slug, write a structured Markdown thread file with Goal, Context, References, and Next Steps sections, and commit it to the repository. - Use Case: You spent a session investigating a TCP timeout bug but haven't fixed it. Create a thread capturing the error messages and findings, then resume it days later with full context intact. ## Quick Start Ask the assistant to create a thread describing your current investigation, for example by saying: create a thread for the pasta TCP timeout investigation.