Session Init Skill
Initializes a session with minimal context. Checks for prior work to resume, cleans stale data, and reports readiness.
When to Activate
- First message of a new session (if user wants to resume prior work)
- User says "resume", "init", "pick up where I left off", "continue from last session"
Protocol
Step 1: Check for Active Handoffs
ls -lt _context/handoffs/*.md 2>/dev/null | head -3
If a handoff exists from the last 48 hours, read and summarize
[Description truncada. Veja o README completo no GitHub.]