--- 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
$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.
- Require
.pm/config/project.yamlelse recommend/pm-init. - Prefer
pm status(会刷新并读取.pm/state/overview.md/report.md)。先报现状快照:技术栈、模块数、缺失/过期文档、待办、待处置评审、本轮意图与前几条优化建议。CLI 不可用时读overview.md+todo.md+session.json(无 3 条上限)。定位文件先pm map/map.json。复盘走/pm-journal。 - Do not run discover /
/pm-discover. Deep scan is/pm-all. - Aggregate open findings counts by severity; list blocking items.
- Show charter/outline/
prd.status. Do not treat a draft PRD/charter as the baseline. - If
reviews.mdhas rows withdispositionunset / empty /deferred, print:有 N 条待处置评审,回复 /pm-review 后用 confirm / false_positive / later。 - Default hide medium/low unless
--verbose. Add a short Chinese health sentence and how to/pm-done TODO-xxx. - 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. - Point to
.pm/dashboard/index.htmlonly if it exists; else say 看板尚未生成,发布前再跑/pm-all或pm dashboard. - 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 + 宪章。