feat: add pre-mortem step to plan-eng-review#592
Open
jojoprison wants to merge 1 commit intogarrytan:mainfrom
Open
feat: add pre-mortem step to plan-eng-review#592jojoprison wants to merge 1 commit intogarrytan:mainfrom
jojoprison wants to merge 1 commit intogarrytan:mainfrom
Conversation
Add Step 0 (Pre-mortem) before Scope Challenge: "It's 3 months later and this plan failed. Top 3 reasons?" Forces inversion thinking before reviewing plan logic. Existing Scope Challenge becomes Step 0.1. Inspired by pre-mortem technique from structured plan stress-testing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Nice addition — pre-mortem is one of those techniques that's disproportionately high-value relative to the effort. One thought: the pre-mortem could naturally reinforce the two-axis scope distinction (#398). When people imagine failure modes, they tend to surface implementation gaps (missing error handling, no tests for edge case X, no monitoring) rather than product scope issues. Making that explicit — "are these failures from building too wide, or from building too shallow?" — could sharpen the output. Not suggesting scope creep on this PR, just noting the synergy. The 5-line version here is the right call — ship it and iterate. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Pre-mortem step (Step 0) before Scope Challenge in
/plan-eng-review:This forces inversion thinking — identifying failure modes from production reality before reviewing plan logic. The existing Scope Challenge becomes Step 0.1.
Why
Pre-mortem is a well-documented technique (Gary Klein, "Performing a Project Premortem", HBR 2007) that catches blind spots traditional plan review misses. By imagining the plan has already failed, reviewers shift from "does this look reasonable?" to "what specifically will break?" — surfacing concrete risks like data loss, performance cliffs, or team confusion.
What changes
plan-eng-review/SKILL.md: New Step 0 (Pre-mortem) with 3-failure-mode promptBoil the Lake score
This is a ~5-line addition that makes every subsequent plan review more thorough. Completeness: 9/10.
🤖 Generated with Claude Code