decision-forensics
GitHub从混乱的沟通记录中重构决策记录,明确承诺、假设及未决事项。适用于询问实际决定、梳理承诺或重建讨论场景。
触发场景
安装
npx skills add mohitagw15856/pm-claude-skills --skill decision-forensics -g -y
SKILL.md
Frontmatter
{
"name": "decision-forensics",
"description": "Reconstruct the decision actually made in a messy Slack, email, or meeting thread into a proper decision record — commitments named, silent assumptions surfaced, non-decisions called out. Use when asked what did we actually decide, turn this thread into a decision record, who committed to what, or reconstruct this discussion. Produces a decision record with quoted evidence, a commitments table, reconstructed assumptions, dismissed options, and a confidence note on the reconstruction itself."
}
Decision Forensics Skill
Most decisions are never stated — they precipitate out of a thread and everyone leaves with a different memory of them. This skill is the forensic pass: what was actually decided (if anything), who committed to what, and which disagreements got papered over rather than resolved. (To write a fresh decision going forward, use architecture-decision-record; this skill reconstructs one from the wreckage.)
What This Skill Produces
- The decision, stated cleanly — one sentence, even though nobody ever said it in one sentence — or the finding "no decision was reached"
- The commitments table — who agreed to do what, with the quote that binds them
- Reconstructed assumptions — what everyone silently took as true, labeled as reconstructed
- Dismissed options and papered-over questions — what was set aside, and what was never actually resolved
- A confidence note — how solid this reconstruction is and where it's guessing
Required Inputs
Ask for these if not provided:
- The thread — Slack export, email chain, or meeting notes/transcript (paste; timestamps and names preserved if possible)
- The cast (optional) — who's who: roles and decision authority; else infer from context and label
- What prompted the forensics (optional) — a dispute, an audit, onboarding someone — shapes emphasis, never conclusions
Framework: The Forensic Protocol
- Anchor — find the moments where direction changed hands: an approval word ("ship it", "fine, let's"), an unobjected proposal followed by action talk, or authority going silent after a suggestion (silence + subsequent action = the most common decision form).
- Attribute — every claim about a person gets a verbatim quote or close paraphrase with the original wording nearby. No quote, no attribution.
- Excavate assumptions — what must everyone have believed for the exchange to make sense? Label each
[reconstructed]— these were never said. - Separate resolved from papered-over — a question answered vs a question abandoned when someone changed the subject. The second list is usually the valuable one.
- Grade the reconstruction — HIGH (explicit approval by named authority) · MEDIUM (unobjected proposal + consistent action) · LOW (inferred from fragments). State it.
Output Format
Decision Record (reconstructed): [one-sentence decision]
Source: [thread, date range] · Reconstruction confidence: HIGH/MEDIUM/LOW — [why]
The Decision
[One sentence. Or: "No decision was reached. The thread ends with X unresolved; subsequent action, if any, happened without recorded agreement."]
Commitments
| Who | Committed to | The binding quote | By when |
|---|
Assumptions (all [reconstructed])
- …
Options Dismissed
| Option | Dismissed by/when | Stated reason | Actually resolved? |
|---|
Papered Over
[Questions raised and abandoned — each with who raised it and where the thread swerved.]
Quality Checks
- Every attribution carries a quote or near-paraphrase with original wording nearby
- Assumptions are labeled
[reconstructed]— never presented as things people said - The confidence grade matches the evidence type (explicit / unobjected / inferred)
- Papered-over questions are listed separately from resolved ones
- If no decision was reached, the record says so plainly
Anti-Patterns
- Do not attribute positions beyond what the text supports — quote it or drop it
- Do not resolve ambiguity by inventing agreement — surfacing the ambiguity IS the deliverable
- Do not clean a non-decision into a decision; "no decision was reached" is a valid, common, and useful finding
- Do not editorialize about who was right — forensics reconstructs; it doesn't adjudicate
- Do not omit the confidence note — a reconstruction that hides its own uncertainty is fabrication with footnotes
版本历史
- 54fad50 当前 2026-07-19 13:24


