# Pm Status

> PM Manager /pm-status

- Skill: `wei63w/pm-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add wei63w/pm-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wei63w/pm-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: wei63w (https://skillmd.com/u/wei63w)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wei63w/pm-status

---


﻿---
description: Show governance health, wizard next step, all open blocking/high todos, and pending review count. Primary daily entry.
handoffs:
  - label: Take next task
    agent: pm.next
    prompt: Claim the first blocking or high-priority todo
    send: true
---

## User Input

```text
$ARGUMENTS
```

Flags: `--verbose` (show medium/low). `--full` is deprecated: do **not** deep-scan here; tell the user to run `/pm-all` if they want a full technical scan.

## Outline

`/pm-status` is a **health view**. Prefer not mutating module findings. You may refresh `overview.md` counts if stale.

1. Require `.pm/config/project.yaml` else recommend `/pm-init`.
2. Prefer **`pm status`**（会刷新并读取 `.pm/state/overview.md` / `report.md`）。先报现状快照：技术栈、模块数、缺失/过期文档、待办、待处置评审、**本轮意图**与前几条优化建议。CLI 不可用时读 `overview.md` + `todo.md` + `session.json`（**无 3 条上限**）。定位文件先 `pm map` / `map.json`。复盘走 `/pm-journal`。
3. Do **not** run discover / `/pm-discover`. Deep scan is `/pm-all`.
4. Aggregate open findings counts by severity; list blocking items.
5. Show charter/outline/`prd.status`. Do **not** treat a draft PRD/charter as the baseline.
6. If `reviews.md` has rows with `disposition` unset / empty / `deferred`, print: `有 N 条待处置评审，回复 /pm-review 后用 confirm / false_positive / later。`
7. Default hide medium/low unless `--verbose`. Add a short **Chinese** health sentence and how to `/pm-done TODO-xxx`.
8. Empty / first-hour: follow the **wizard** in `.pm/state/overview.md` (confirm PRD / 轻扫 / `/pm-arch` / `/pm-all`). Do not say “没有待办” as if the tool is empty when the wizard still has a step.
9. Point to `.pm/dashboard/index.html` **only if it exists**; else say 看板尚未生成，发布前再跑 `/pm-all` 或 `pm dashboard`.
10. Closing: `_closing.md` **轻量**档（1–2 个已存在链接）。

## Done When

- [ ] All open blocking/high todos listed (no 3-item cap)
- [ ] Pending reviews mentioned when N > 0
- [ ] No secret leakage in output
- [ ] Chinese health sentence when the user writes Chinese

## Shared Workflow

Read-only preferred. If you refresh overview, still: map-first, redact, no auto-write of app code, graded closing.

Design baseline: `docs/prd.md` + 宪章。

