user-pmlisted
Install: claude install-skill aberson/skill-mesh
# user-pm
Write a scannable project overview. **Be terse.** Bullets only, one line each, no narration.
Use one of two modes:
- **Default (no flag).** Four-section snapshot — see the "Default output format" section below.
- **Topic-focused (one of `--uat` / `--test` / `--build` / `--decide` / `--overnight` / `--goal` / `--other` / `--cut` / `--history` / `--outstanding`).** Three-part deep dive on that topic only — see the "Topic-focused mode" section below. `--uat` is an alias for `--test`.
If multiple topic flags are passed, use the first and note the others were ignored in one line. If an unknown flag is passed, fall back to default mode and note the unrecognized flag in one line.
## Steps
1. **Read the plan.** Try in order: `documentation/plan.md`, `plan.md`, `README.md`. Skim the status table or equivalent.
2. **Read recent git activity.** `git log --oneline -30`. Note the most recent shipped milestone.
3. **Check archived/done markers.** Phases marked ✅, ARCHIVED, or COMPLETE in the plan, plus any in `**/archive/`.
4. **Output the sections for the chosen mode.** No preamble, no closing summary.
## Default output format
```markdown
# <project> — at a glance
**What it is:** <one sentence — the elevator pitch from the plan>
## History (shipped)
- **Phase/milestone X** ✅ <date> — <one-line outcome>
- ...
## Outstanding (on the plan, not done)
- **Item** — <one-line scope + why it's still open>
- ...
## Possible next moves
Group each move under one of the five ca