mit einem Klick
handoff
// Update TPP with current progress for session handoff. Use when context is getting large or you need to pause work.
// Update TPP with current progress for session handoff. Use when context is getting large or you need to pause work.
| name | handoff |
| description | Update TPP with current progress for session handoff. Use when context is getting large or you need to pause work. |
| argument-hint | ["path-to-tpp"] |
| disable-model-invocation | true |
You are preparing a handoff so the next session can continue seamlessly. The goal is to capture everything the next engineer needs to know — as if you're sitting beside them explaining the state of things.
If $ARGUMENTS is provided, use that path. Otherwise, look in doc/todo/ for active TPPs. If multiple exist, ask the user which one to update.
Read the current TPP and update it with:
[x]Add anything the next session needs to know:
Document what you tried that didn't work and why:
This prevents the next session from repeating dead ends.
Write the updated TPP back to the file. Keep it under 400 lines — trim redundant observations while preserving critical information.
Summarize: