with one click
handoff
Prepend session handoff to DaysActivity.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
Prepend session handoff to DaysActivity.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 | handoff |
| description | Prepend session handoff to DaysActivity.md |
| allowed-tools | Bash, Read, Write, Glob |
Prepend a session handoff entry to DaysActivity.md (cumulative daily log).
Get current date and time
date +%Y-%m-%d
date +%H:%M
Check if DaysActivity.md exists for today
head -1 /root/projects/COO/DaysActivity.md 2>/dev/null
Gather context
CurrentStatus.md for current stateCheck open beads
bd list --status open
Create handoff entry
## HH:MM - Session Handoff [Brief Topic Tag]
**Summary**: [1-2 sentence description of what was accomplished]
**Open Work**:
- [In-progress item 1]
- [In-progress item 2]
**Files Changed**:
path/to/file1.md
path/to/file2.ts
---
# DaysActivity - YYYY-MM-DD header at top--- between entriesIf file doesn't exist or has wrong date:
# DaysActivity - YYYY-MM-DD
## HH:MM - Session Handoff
[Entry content...]
---
Agent-teams detection and the team-aware handoff format. A step near the top
used to run claude config get experimental.agentTeams. That call hangs on
Claude Code 2.1.216 — it never returns, even with stdin closed (verified: 20s
timeout, rc=124) — so it burned the Bash timeout on every handoff. The
team-state gathering it guarded ran jq against .beads/issues.jsonl, a file
that does not exist because the beads store is Dolt-backed, and nothing ever set
the flag that would have selected the team-aware entry format. A hang feeding a
no-op. Removed 2026-07-21 (co-kavq). /tap-in carried the same call.
Initialize session with context briefing
File production feedback about a zgent's behavior. Routes to CSO for diagnosis and artifact tuning. Usage: /zgent-feedback <zgent> <description>
Run A/B tests comparing convention variants to measure compliance improvements
Archive yesterday's DaysActivity and create fresh file for today
DaysActivity.md formatting conventions. Use when writing handoff entries, hourly summaries, or any content destined for DaysActivity.md.
Gas City multi-agent system architecture overview. Use when reasoning about GT roles, hierarchy, work primitives (beads, molecules, wisps, convoys), or rig configuration.