# Session Handoff: {{DATE}} {{TIME}}

## Metadata

| Field | Value |
|-------|-------|
| **Session ID** | {{SESSION_ID}} |
| **Date** | {{DATE}} |
| **Duration** | {{DURATION}} |
| **Member** | {{MEMBER_NAME}} |
| **Next Owner** | {{NEXT_OWNER}} (or "Any") |

## Session Summary

Brief overview of what was accomplished in this session.

## Work Completed

### Tasks Finished

- [ ] Task 1 - Brief description
  - Files modified: `path/to/file.ext`
  - Commit: `abc1234`

- [ ] Task 2 - Brief description
  - Files modified: `path/to/file.ext`
  - Commit: `def5678`

### Code Changes

| File | Change Type | Description |
|------|-------------|-------------|
| `path/to/file.ext` | Modified | What changed |
| `path/to/new.ext` | Created | Why created |
| `path/to/old.ext` | Deleted | Why deleted |

### Tests

- Tests added: X
- Tests modified: X
- Test status: Passing / Failing (details if failing)

### Documentation Updated

- [ ] `path/to/doc.md` - What was updated
- [ ] Workflow files updated per CODE_TO_WORKFLOW_MAP.md

## Work In Progress

### Incomplete Tasks

1. **Task Name**
   - Status: XX% complete
   - Current state: Description
   - Files being modified: `path/to/file.ext`
   - Next steps: What needs to be done

2. **Task Name**
   - Status: XX% complete
   - Current state: Description
   - Blockers: What's blocking progress

### Uncommitted Changes

```bash
# Output of git status
```

### Temporary Files / Notes

- `.ai-context/temp/notes.md` - Working notes
- Local branch: `feature/xyz`

## Blockers and Issues

### Active Blockers

1. **Blocker Title**
   - Description: What's blocking
   - Impact: What can't proceed
   - Needed: What would unblock

### Issues Encountered

1. **Issue Title**
   - Description: What happened
   - Attempted solutions: What was tried
   - Current status: Resolved / Workaround / Open

### Open Questions

1. Question that needs team input?
2. Architectural decision needed?

## Context for Next Session

### Key Files to Review

- `path/to/important.ext` - Why it's important
- `path/to/related.ext` - How it relates

### Relevant Documentation

- [Workflow document](../../context/workflows/domain.md)
- [Architecture section](../../context/ARCHITECTURE_SNAPSHOT.md#section)

### Important Context

Information the next person needs to know that isn't in the files:
- Business context
- Stakeholder requirements
- Technical constraints discovered

## Recommended Next Steps

### Immediate (Next Session)

1. [ ] First priority task
2. [ ] Second priority task
3. [ ] Third priority task

### Short-term (This Week)

1. [ ] Task for this week
2. [ ] Another task

### Notes for Specific Scenarios

**If continuing the same work:**
- Start with X
- Be aware of Y

**If blocked by Z:**
- Alternative approach: Description
- Who to contact: Person/team

## Session Metrics

| Metric | Value |
|--------|-------|
| Files Modified | X |
| Lines Added | X |
| Lines Removed | X |
| Tests Added | X |
| Commits Made | X |
| Context Used | ~Xk tokens |

---

*Generated by /collab handoff on {{TIMESTAMP}}*
