What problem does it solve?
This Skill addresses the challenge of maintaining context and ensuring smooth transitions between agents working on the same task, preventing loss of information and redundant effort.
Core Features & Use Cases
- Context Capture: Logs detailed work progress, decisions, blockers, and remaining tasks using the
td CLI.
- Context Retrieval: Provides a comprehensive summary of task history, including previous handoffs, blockers, and session details.
- Handoff Automation: Enables agents to hand off work cleanly without manual document editing, relying on automated rendering.
- Use Case: An agent working on a complex feature can log their progress, decisions, and any blockers encountered. The next agent can then immediately understand the full state of the task, including what's done, what's left, and why certain decisions were made, allowing them to pick up exactly where the previous agent left off.
Quick Start
Use the agent-context-handoff skill to capture your current work state for task 'td-87cb57' by running td handoff td-87cb57 --done "Implemented core parsing logic" --remaining "Add integration tests".