en un clic
tap-in
Initialize session with context briefing
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Initialize session with context briefing
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Prepend session handoff to DaysActivity.md
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.
| name | tap-in |
| description | Initialize session with context briefing |
| context | fork |
| allowed-tools | Bash, Read, Glob, Write |
Read recent activity and current state to get oriented at session start.
date +%Y-%m-%d
head -1 /root/projects/COO/DaysActivity.md 2>/dev/null
/daily-housekeeping firstLast 2-3 entries from DaysActivity.md:
head -80 /root/projects/COO/DaysActivity.md
cat /root/projects/COO/CurrentStatus.md
Get operational context.
bd list --status open
Write to: /root/projects/COO/session-briefing.md
## Session Briefing - YYYY-MM-DD HH:MM
---
### Recent Activity
**Last Session**: [timestamp] - [brief summary from most recent handoff]
**Open Work (carried forward)**:
- [item 1]
- [item 2]
---
### Current State
[Summary from CurrentStatus.md — version, rigs, attention items]
---
### Open Beads (active/recent)
| Bead | Title | Type |
|------|-------|------|
| id | title | type |
---
### Resumption Guidance
**Carried forward from last session**:
1. [specific next step]
2. [specific next step]
---
### Ready Status
[Ready to proceed | Issues require attention]
/handoff - Session end/daily-housekeeping - Runs before tap-in if date changedThis skill can be invoked mid-session to refresh context:
/tap-in
Agent-teams detection and the Team State Analysis step. The first step 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 session start. Its
only consumer was a Team State Analysis step that ran jq against
.beads/issues.jsonl, a file that does not exist because the beads store is
Dolt-backed. Nothing ever set the flag the team-aware output was gated on, so
that output was unreachable too. A hang feeding a no-op. Removed 2026-07-21
(co-kavq). /handoff carried the same call — check there before
reintroducing anything like it.