wherewearelisted
Install: claude install-skill DazzleML/dazzle-claude-code-config
# Where We Are — Project State Snapshot
A thin, scannable departure briefing for when you're stepping away from a project. Captures the vitals, next steps, and pointers so your future self (or another developer) can resume without context rebuilding.
**This is NOT a postmortem.** Postmortems look backward at what happened and why. This looks forward at what's active and where to go next. Think of it as the complement:
- **Postmortem**: "Here's what we did and what we learned"
- **WhereWeAre**: "Here's what's live and what to do next"
## When to Use
- **Stepping away** from a project for days/weeks/months
- **After a postmortem** to create the forward-looking companion doc
- **Resuming cold** — if no WhereWeAre exists, build one from postmortems, git history, and issues using `/familiarize`, `/investigate`, and oracle/senior-engineer agents as needed
- **Session handoff** when another person or future session needs to pick up work
## Inputs
- `$ARGUMENTS`: Optional focus area or notes (e.g., "focusing on the CI pipeline" or "about to pause for 2 weeks")
- If no arguments, produce a general project-wide snapshot
## Pre-Check: Previous WhereWeAre and Postmortems
Before writing, find the last WhereWeAre doc and recent postmortems:
```bash
# Find previous WhereWeAre docs (most recent first)
ls -t private/claude/*whereweare* 2>/dev/null | head -3
# Find recent postmortems
ls -t private/claude/*postmortem* private/claude/*full-postmortem* 2>/dev/null | head -3
```
**If a