with one click
end
End session — handoff + decisions + CLAUDE.md.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
End session — handoff + decisions + CLAUDE.md.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | end |
| description | End session — handoff + decisions + CLAUDE.md. |
| effort | fast |
| context | inline |
Archives session, updates CLAUDE.md for next session.
Use tausik_metrics MCP tool to get metrics.
Display prominently:
Run in parallel (MCP-first):
tausik_session_current — get session statetausik_task_list with status=active — find in-progress worktausik_status — overall project stateBuild handoff JSON and save via tausik_session_handoff with handoff={...}:
{
"completed": ["task-slug-1: brief description"],
"in_progress": [{"slug": "task-slug-2", "state": "step 3 of 5"}],
"key_files": ["scripts/file1.py", "harness/skills/review/SKILL.md"],
"dead_ends": ["Approach X failed because Y"],
"next_steps": ["Finish task-slug-2", "Review changes"],
"warnings": ["MCP server needs restart for new code"]
}
Note: Handoff MUST be saved while session is still active.
If any architectural or design decisions were made during the session, use tausik_decide with decision="We chose X over Y", rationale="Because Z", optionally task_slug="{slug}".
If any reusable patterns, gotchas, or dead ends were discovered:
tausik_memory_add with type="pattern" (or gotcha/convention/context/dead_end), title="Short title", content="Detailed description", optionally tags=["tag"], task_slug="{slug}"tausik_dead_end MCP toolOnly save project-specific patterns — not framework instructions.
Use tausik_session_end with summary="Completed X, fixed Y, planned Z".
Use tausik_update_claudemd MCP tool to refresh the dynamic section.
Ask the user: "Commit changes? (y/n)"
harness/skills/commit/SKILL.md and follow its full algorithm inline (do NOT launch as subagent — commit needs user confirmation which requires inline context)session end — once the session is ended, you can't write a handoff to it.Final message: "Session closed. Start a new session with /start when ready."
Query/store cross-project knowledge in Shared Brain.
Save session snapshot — handoff + CLAUDE.md update.
Create a standardized git commit.
Debug a bug — reproduce, isolate root cause, fix.
Time-boxed SENAR investigation before a task.
Socratic Q&A — ≤3 questions before a complex task.