Commit 41ae8d6
docs(pm-dispatch): decision card before popup — AskUserQuestion is a presence accelerator only (#11226)
The PM skill's self-description already routes maintainer decisions to
`needs-user-decision` cards, but the body never stated the ORDER between a card
and a blocking popup. Seats therefore treated AskUserQuestion as the default
channel: the whole seat round halts while it is pending, and its content lands
on no queryable surface.
Three rules now sit in "升级与决策", where a seat reads them at decision time:
1. Card first — file the `needs-user-decision` card as the first action
(options + recommendation + evidence + facet block, the same content the
popup would carry); the blocked execution card takes `pm:blocked` +
`Blocked-by:` in the SAME write; the rest of the queue keeps moving.
2. AskUserQuestion is a presence accelerator only — allowed when the maintainer
gave human input in this session within ~30 minutes, every ask carries a
recommended option, a Skip or a long-pending ask falls back to the card
channel and is never re-popped.
3. Batch intake — the maintainer saying 「处理决策卡」 sweeps every open
decision card for one batch ruling, the standing trigger for the already
ruled "定期和ai讨论" consumption path.
Paid for by genuine deletion in the same file (line ratchet 682/682, unchanged):
duplicated enumerations that references/decision-analysis.md and
references/dispatch-runbook.md already own verbatim, plus one narrative case
that belongs on a card. Payment ledger in the PR body.
Co-authored-by: Claude <noreply@anthropic.com>1 parent dd84ddd commit 41ae8d6
1 file changed
Lines changed: 20 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
432 | | - | |
433 | | - | |
| 431 | + | |
| 432 | + | |
434 | 433 | | |
435 | 434 | | |
436 | 435 | | |
| |||
441 | 440 | | |
442 | 441 | | |
443 | 442 | | |
444 | | - | |
445 | | - | |
446 | | - | |
| 443 | + | |
| 444 | + | |
447 | 445 | | |
448 | 446 | | |
449 | 447 | | |
| |||
611 | 609 | | |
612 | 610 | | |
613 | 611 | | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | | - | |
622 | | - | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
627 | | - | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
| |||
0 commit comments