| name | where-we-are |
| description | Session awareness - what we're doing now. Use when user asks "now", "where are we", "what are we doing", "status". Quick mode for timeline, deep mode for full context. |
/where-we-are - Session Awareness
AI buddy confirms current session state with human.
Usage
/where-we-are # Quick: timeline + jump tracking
/where-we-are deep # Full: + bigger picture + pending + connections
/now # Alias for /where-we-are
Mode 1: Quick (default)
AI reconstructs session from memory โ no file reading needed.
## ๐ This Session
| Time | Duration | Topic | Jump |
|------|----------|-------|------|
| HH:MM | ~Xm | First topic | - |
| HH:MM | ~Xm | Second topic | ๐ spark |
| HH:MM | ongoing | **Now**: Current | โ
complete |
**๐ Noticed**:
- [Pattern - energy/mode]
- [Jump pattern: sparks vs escapes vs completions]
**๐ Status**:
- ๐ฅ/๐ก/๐ด Energy: [level]
- โ ๏ธ Loose ends: [unfinished]
- ๐ Parked: [topics we'll return to]
**๐ญ My Read**: [1-2 sentences]
---
**Next?**
Mode 2: Deep (/where-we-are deep)
Adds bigger picture, pending, and connections.
Step 1: Gather Context (parallel)
1. Current session from AI memory
2. Read latest handoff: ls -t ฯ/inbox/handoff/*.md | head -1
3. Git status: git status --short
4. Tracks: cat ฯ/inbox/tracks/INDEX.md 2>/dev/null
Step 2: Output Format
## ๐ /where-we-are deep
### This Session
| Time | Topic | Jump |
|------|-------|------|
| HH:MM | [Topic] | |
| HH:MM | **Now**: [Current] | |
---
### Bigger Picture
**Came from**: [Last session/handoff summary - 1 line]
**Working on**: [Current thread/goal]
**Thread**: [Larger pattern this connects to]
---
### Pending
| Priority | Item | Source |
|----------|------|--------|
| ๐ฅ Now | [Current task] | This session |
| ๐ Soon | [Next up] | Tracks/discussion |
| ๐ก Later | [Backlog] | GitHub/tracks |
---
### Connections
**Pattern**: [What pattern emerged]
**Learning**: [Key insight from session]
**Oracle**: [Related past pattern, if any]
---
**๐ญ My Read**: [2-3 sentences - deeper reflection]
**Next action?**
Jump Types
| Icon | Type | Meaning |
|---|
| ๐ | Spark | New idea, exciting |
| โ
| Complete | Finished, moving on |
| ๐ | Return | Coming back to parked |
| ๐ | Park | Intentional pause |
| ๐ช | Escape | Avoiding difficulty |
Healthy session: Mostly ๐ sparks and โ
completes
Warning sign: Too many ๐ช escapes = avoidance pattern
Philosophy
/now = "What time is it?"
/where-we-are deep = "Where are we in the journey?"
"Not just the clock. The map."
ARGUMENTS: $ARGUMENTS