td-task-management

Coordinate and track AI agent tasks across context windows.

Updated May 4, 2026
One-click install
npx skills add https://github.com/rigerc/repo-2 --skill td-task-management-rigerc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: td-task-management
Source: https://github.com/rigerc/repo-2/tree/main/.agents/skills/td-task-management
Command: npx skills add https://github.com/rigerc/repo-2 --skill td-task-management-rigerc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Task management for AI agents across context windows, tracking progress and preserving state between sessions to prevent context loss.

Core Features & Use Cases

  • Single-issue focused workflows for starting, logging, handing off, and reviewing tasks.
  • Multi-issue work sessions for grouping related issues and shared logging.
  • Structured handoffs with done, remaining, decision, and uncertain fields to maintain clear context.

Quick Start

Run td usage --new-session to auto-rotate sessions and view the current state.

Frequently Asked Questions about td-task-management

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

FAQPage Schema
How do I preserve AI agent context across different sessions?

To preserve AI agent context across sessions, you can use structured task handoffs with done, remaining, decision, and uncertain fields. This maintains clear state and progress tracking via local serverless storage to prevent context loss between windows.

What is the best way to manage multi-issue work sessions for AI workflows?

Managing multi-issue work sessions involves grouping related issues together with shared logging. This approach tracks progress across grouped tasks while maintaining session isolation to prevent context overlap during complex AI agent workflows.

How does session isolation work for AI agent task tracking?

Session isolation for AI agent task tracking works by automatically rotating sessions to keep contexts separated. Running a session rotation command auto-rotates the active session and displays the current state, preventing cross-context interference.

Can I use local serverless storage for persistent context in AI workflows?

Yes, local serverless storage is used for persistent context in AI workflows. It enables deterministic logging and structured handoffs, ensuring task state and progress are preserved locally without requiring external server infrastructure.

How do I start a single-issue focused workflow for AI task handoffs?

To start a single-issue focused workflow for AI task handoffs, initiate a new session to auto-rotate and view current state. This allows you to begin logging, handing off, and reviewing tasks with structured context fields.