com um clique
breathe
Refresh context window — agent writes handoff and restarts
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Refresh context window — agent writes handoff and restarts
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
CLI image manipulation — convert PNG/JPG to SVG, remove watermarks, resize, crop, and edit raster images using ImageMagick and vtracer
Triage plan review findings — categorize issues, fix actionable ones, report
Use when a request needs collaborative exploration of intent, constraints, alternatives, or design before the direction is settled.
Use when the user asks to finalize and hand back an existing design or implementation plan stored in FlickNote.
Use when a bug needs root-cause diagnosis and a written fix plan before implementation.
Use when the user asks for a concrete implementation plan for an agreed change before code is written.
| name | breathe |
| description | Refresh context window — agent writes handoff and restarts |
| category | command |
| claude-code | {"allowed-tools":["Bash"]} |
When your context window is getting heavy, use this to write a handoff to your diary and restart your session with a clean context window. You keep all important state — just shed the conversation weight.
Announce at start: "Taking a breath — writing handoff for session restart."
/breathe
diary <agent> appendttal breathe (no arguments)cat <<'HANDOFF_EOF' | diary $TTAL_AGENT_NAME append
[task UUID, description, current status]
[bullet list — files changed, decisions made]
[architecture choices, trade-offs, approach and why]
[where you left off — file, step in plan, what you're waiting for]
[ordered list of what to do next]
[non-obvious things that would be lost — gotchas, workarounds] HANDOFF_EOF
ttal breathe
Target: 50-200 lines — enough to be useful, short enough to leave room for work.
ttal breathe requestttal context for your briefingttal context picks the manager template, renders it (diary read, agent list, project list, pairing, role prompt, task), and prints the bundleYour handoff is in your diary — you wrote it there in step 1, and ttal context reads diary as part of the wake bundle.
Workers and reviewers wake via the unified spawn trigger. On session start:
ttal context — it picks the worker template and prints the bundleTTAL_JOB_ID is set by the spawn parent (or derived from worktree CWD)When a task is routed via ttal go, the agent is asked to breathe so they start fresh.
The stage tag is already written to taskwarrior before breathe is triggered.
On next startup, your spawn trigger says to run ttal context.
ttal context picks the right template and prints the bundle — pairing, role prompt with
inlined skills, and task. No route file needed — taskwarrior state is the single source of truth.
To skip: ttal go <uuid> --no-breathe
All session types (manager, worker, reviewer) use ttal context:
ttal context for your briefing, then act on the role prompt."ttal context$ cmd lines execute with agent env vars (TTAL_AGENT_NAME, TTAL_JOB_ID)