AgentSkillsCN

where-we-are

会话感知——我们当下正在做什么。当用户问“现在”、“我们在哪儿”、“我们在做什么”、“当前状态”时使用。快速模式聚焦时间线,深度模式则全面把握上下文。

SKILL.md
--- frontmatter
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

code
/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.

markdown
## 🕐 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 or /where-we-are)

Adds bigger picture, pending, and connections.

Step 1: Gather Context (parallel)

code
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

markdown
## 📍 /where-we-are deep

### This Session

| Time | Topic | Jump |
|------|-------|------|
| HH:MM | [Topic] | |
| HH:MM | [Topic] | |
| HH:MM | [New unrelated topic] | **jumped** |
| 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

IconTypeMeaningExample
🌟SparkNew idea, exciting"can we make project?"
CompleteFinished, moving onPhase A done → Phase B
🔄ReturnComing back to parkedBack to Issue #63
📍ParkIntentional pause"we'll come back"
🚪EscapeAvoiding difficulty"let's do something else"

Healthy session: Mostly 🌟 sparks and ✅ completes Warning sign: Too many 🚪 escapes = avoidance pattern

Key Differences

Aspect/now/where-we-are deep
TimelineSummaryDetailed with jump tracking
ContextThis session only+ handoff + tracks
PendingNoYes
ConnectionsBriefPatterns + learnings
Reflection1-2 sentences2-3 sentences

Philosophy

/now = "What time is it?" /where-we-are deep = "Where are we in the journey?"


"Not just the clock. The map."

ARGUMENTS: $ARGUMENTS