Critique Document (Compact Hardnosed Mode)
Critique fact-find, plan-feature, or process/skill documents for decision quality.
No compliments, no filler, no vibe-based approval.
Operating Mode
READ-ONLY CRITIQUE
Allowed:
- Read target document and referenced docs/code/tests
- Search repo for verification
- Inspect git history for evidence
Not allowed:
- Editing target document
- Code changes
- Commits
- Creating new docs
Inputs
Required:
Supported targets:
- Planning docs (
docs/plans/*-fact-find.md, docs/plans/*-plan.md)
- Domain plan docs (for example
docs/cms-plan/*.md)
- Process/skill docs (for example
.claude/skills/*/SKILL.md)
Optional:
- Scope:
full (default) or focused
- Context: extra constraints to pressure-test
- Prior critique reference (for delta scoring)
Auto-Detection and Schema Mode
Detection order:
- If frontmatter
Type is Fact-Find or Plan and structure is consistent, use Section A or B.
- Else if structure is consistent with planning docs, use Section A or B (filename is supportive, not required).
- Else use Section C (Process schema mode).
If Type conflicts with structure:
- Route by structure
- Downgrade confidence
- Record
Header/Structure override: Yes
Structure consistency rubric (A/B routing):
- Fact-Find consistent if >=3 of 4 headings exist with substantive content:
Scope or Scope & Intent
Evidence Audit or Evidence Audit (Current State)
Confidence Inputs or Confidence Assessment
Planning Readiness
- Plan consistent if >=3 of 4 headings exist with substantive content:
Summary or Overview
Task Summary or Task List
Tasks or Implementation Tasks
Risks & Mitigations or Risks and Mitigations
- Substantive content means at least one concrete bullet, table row, or sentence with verifiable detail.
Schema modes:
- Current: aligns with current templates/policies
- Legacy: older/different schema
- Process: non Fact-Find/Plan docs
Current/Legacy classification is separate from defect scoring.
A doc can be Current and still contain decision-quality defects.
In Legacy mode:
- Split findings into template drift vs decision-quality defects.
- Do not fail solely for template drift unless it blocks a decision.
Tone and Stance
- Blunt, professional, unsentimental.
- Treat claims as guilty until proven by evidence.
- Flag ambiguity directly and explain why it matters.
- Use concrete labels: unsupported, inconsistent, hand-wavy, non-falsifiable, missing baseline.
Materiality and Anti-Pedantry Rules
Decision impact first:
- Only elevate issues that can change decision quality, execution risk, correctness, or validation confidence.
- Template/style drift without decision impact is minor by default.
Severity tiers:
- Critical: blocks safe go/no-go decision or hides major risk.
- Major: materially increases failure/regression risk.
- Moderate: weakens execution clarity or validation confidence but decision remains possible.
- Minor: style/template drift with no meaningful decision impact.
Guardrails:
- Top Issues section should be mostly Critical/Major/Moderate findings.
- Include at most 2 Minor findings in Top Issues; move remaining minor notes to a short tail note.
- Minor-only findings cannot reduce overall score by more than 0.5.
- If all findings are Minor, verdict should be
credible with revision notes, not partially credible.
Core Method (Required)
Step 0 - Frame the Decision
Identify:
- Decision owner
- Decision/question
- Implicit claim (therefore we should do X)
If missing, flag as missing decision spine.
Step 1 - Structural Map
Extract:
- Objectives
- Proposed actions
- Constraints
- Key factual claims
- Key assumptions
- Metrics/confidence
- Dependencies
- Timeline/milestones (if any)
For each candidate finding, tag severity and decision impact before adding it to Top Issues.
Step 2 - Claim-Evidence Audit
For each major claim:
- State claim in falsifiable form.
- Cite evidence.
- Rate source quality (primary vs secondary; current vs stale).
- Judge adequacy.
- State what would disconfirm.
Required verification rule:
- Rank top 3 load-bearing claims first.
- Verify those 3 against repo/source docs.
Step 2A - Source Conflict Arbitration (Before Scoring)
Precedence:
- Direct user instruction in current request
AGENTS.md
docs/AGENTS.docs.md
- Skill templates (
/plan-feature, /fact-find)
- Target doc assertions
Tie-breakers:
- More specific rule beats broader rule.
- Same specificity in same file: later line wins.
- Same precedence across files:
- Newer
Last-reviewed/Last-updated wins.
- Else explicit gating/validation contracts beat advisory text.
- If unresolved: mark unresolved conflict, downgrade credibility, and recommend reconciliation before proceeding.
Mandatory known-conflict check for Plan/Fact-Find critiques:
- Check metadata requirement differences between
AGENTS.md, docs/AGENTS.docs.md, and templates.
Step 3 - Assumption Mining
Classify assumptions:
- Stated
- Implied
- Convenient
Rate fragility and identify cheap tests.
Step 4 - Logic Check
Look for:
- Non sequiturs
- Term shifts
- Overgeneralization
- Missing counterfactuals
- Circular reasoning
- Confidence not supported by evidence
Step 5 - Feasibility and Execution Reality
Check (code/mixed):
- Paths/patterns exist
- Dependency chain realism
- Failure points and rollback paths
- Effort honesty
Check (business-artifact/mixed — additionally):
- Can each VC actually be executed within the stated time-box and budget?
- Is the falsification cost realistic given the business's current resources?
- Are approval paths available (reviewer named, process exists)?
- Is measurement infrastructure in place (tracking pixel, analytics, CRM), or does it need to be built first?
Step 6 - Contrarian Attacks
Do at least 3:
- Inversion
- Pre-mortem
- Competing hypothesis
- Goodhart risk
- Second-order effects
- Boundary test
Step 7 - Fix List
Provide concrete rewrite instructions with section targets.
Prefer merged, high-leverage fixes over many tiny edits.
Section A: Fact-Find Lens
Required checks:
- Frontmatter fields:
Type, Outcome, Status, Domain, Workstream, Created, Last-updated, Feature-Slug, Deliverable-Type, Execution-Track, Primary-Execution-Skill, Supporting-Skills, Related-Plan
Business-OS-Integration must be explicit (on/off)
- If
on, require Business-Unit and Card-ID
- Card-ID timing: The fact-find skill creates cards even at
Needs-input status. A missing Card-ID when Business-OS-Integration: on means the card creation workflow was skipped — flag as Moderate (process gap), not Critical.
- In Legacy mode, missing BOS fields are template drift unless higher-precedence policy says mandatory
- Sections present and substantive:
- Scope (summary/goals/non-goals)
- Evidence Audit
- Confidence Inputs
- Risks (specific to the work, not generic)
- Planning Readiness
- Test Landscape for code/mixed
- Delivery and Channel Landscape for business-artifact/mixed
- Hypothesis & Validation Landscape for business-artifact/mixed (key hypotheses, existing signal coverage, falsifiability assessment, recommended validation approach) — this feeds
/plan-feature's Business VC Quality Checklist. Missing on a business-artifact/mixed brief is Major (downstream VCs will lack grounding).
Fact-Find confidence dimensions:
- The fact-find skill defines 5 dimensions: Implementation, Approach, Impact, Delivery-Readiness, Testability.
- Do NOT penalize fact-finds for having 5 dimensions instead of 3. The 3-dimension model (Implementation/Approach/Impact) applies to plan tasks, not fact-find briefs.
Fact-Find Related-Plan field:
Related-Plan is a forward pointer to the plan that will be created by /plan-feature.
- It is normal and expected for this file to not exist at fact-find time.
- Do NOT flag a non-existent
Related-Plan target as an issue.
Open questions checks:
- Each open question should include
Decision owner (name or role).
- Missing decision owner weakens accountability but is Moderate, not Critical.
Fact-Find minimum bar:
- Falsifiable goals
- Evidence trail for major factual claims
- Confidence justifications tied to evidence
- At least one specific risk identified
- No Ready-for-planning with untested load-bearing assumptions
Section B: Plan Lens
Apply checks in order:
- Plan-template conformance
- Repo metadata policy conformance
Plan frontmatter baseline:
Type, Status, Domain, Workstream, Created, Last-updated, Feature-Slug, Deliverable-Type, Execution-Track, Primary-Execution-Skill, Supporting-Skills
Repo metadata policy check:
Last-reviewed and Relates-to charter
- Missing repo-required metadata is a decision-quality defect unless explicit higher-precedence exemption applies
Confidence-gated markers:
- Task Summary includes
Confidence column
- One or more tasks include confidence breakdowns (Implementation/Approach/Impact)
- Frontmatter includes
Overall-confidence or Confidence-Method
Confidence metadata rule:
- If confidence-gated markers exist, missing
Overall-confidence and/or Confidence-Method is a decision-quality defect.
- If markers do not exist, missing confidence metadata is standards drift.
Each IMPLEMENT task must include:
- Type, Deliverable, Execution-Skill, Affects, Depends on, Blocks
- Confidence (3 dimensions + evidence)
- Acceptance criteria
- Validation contract (TC-XX or VC-XX)
- Execution plan:
- Code/mixed: Red -> Green -> Refactor
- Business-artifact/mixed: VC-first Red -> Green -> Refactor
- Rollout/rollback
- Documentation impact
Business-artifact/mixed VC quality check (apply to each VC-XX):
- Each VC must be isolated (tests one variable), pre-committed (pass/fail decision stated before data), time-boxed (measurement deadline defined), minimum viable sample (smallest signal that constitutes evidence), diagnostic (failure indicates why), repeatable (another operator reaches same conclusion), and observable (metric is directly measurable).
- Anti-patterns to flag: "Validate demand is sufficient" (not isolated, not pre-committed, not observable), "Check market response" (no sample size, no deadline), "Confirm unit economics work" (conflates multiple variables).
- VCs failing ≥3 quality principles are Major; failing 1-2 is Moderate.
Plan minimum bar:
- Falsifiable objective
- Risk-first dependency order
- Enumerated validation cases
- Confidence tied to evidence
- Explicit risks and mitigations
Section C: Process/Skill Lens
Required checks:
- Audience and decision/action are explicit
- Inputs/outputs/boundaries are explicit
- Allowed vs disallowed actions are explicit
- Escalation/exception paths are explicit
- No internal rule contradictions
- Output template enforces method steps
- Alignment with source-of-truth docs and legacy handling
Cross-Document Consistency (Plan + Fact-Find)
If a plan references a fact-find:
- Compare goals, approach, open questions, confidence transitions, execution routing, and coverage gaps.
- If conflicts arise, apply Step 2A and record resolution.
Scoring (Recalibrated)
Use 0-5 scores per dimension:
- Evidence quality
- Coherence
- Completeness (decision-grade)
- Feasibility
- Measurability
- Risk handling
Weighted overall score:
- Overall(raw) =
- 0.25 Evidence
- 0.20 Coherence
- 0.15 Completeness
- 0.15 Feasibility
- 0.10 Measurability
- 0.15 Risk handling
- Round to nearest 0.5.
Completeness (decision-grade) anchors:
- 5.0: All decision-critical components present and substantive; only minor drift remains.
- 4.0-4.5: One or two non-critical gaps; decision remains well-supported.
- 3.0-3.5: At least one meaningful (Moderate) gap that weakens confidence but does not block decision.
- 2.0-2.5: Multiple Major gaps or one unresolved Critical gap that blocks reliable decision.
- 0.0-1.5: Missing decision spine or pervasive evidence/control gaps.
Severity caps (apply after weighting):
- Unresolved source conflict: overall <= 2.0
- Internal contradiction in routing/scoring rules: overall <= 2.5
- Top 3 load-bearing claims not verified against sources: overall <= 3.0
- Missing validation contracts on >30% IMPLEMENT tasks (plan): overall <= 3.0
- Caps apply only to Critical failures. Major/Moderate findings do not trigger these caps.
Stability rule (to prevent score whiplash):
- If prior critique exists and no new Critical or Major issues are found, overall score cannot move by more than 0.5.
- Any move >0.5 requires explicit delta justification:
- Newly discovered issues (with references)
- Resolved issues (with references)
- Why the net score moved
Anchor definitions:
- 5.0: Decision-ready, no material defects
- 4.0-4.5: Credible, only minor/non-blocking defects
- 3.0-3.5: Partially credible, bounded but meaningful gaps
- 2.0-2.5: Not credible, major defects block safe decision
- 0.0-1.5: Structurally broken for decision use
Required Output Template
1) Executive Verdict
The document is (credible / partially credible / not credible) because: ...
Decision frame: Decision owner: ... | Decision/question: ...
Schema mode: Current / Legacy / Process
Header/Structure override: Yes/No - <if yes, why>
Mode evidence: <matched headings/markers used for routing>
Biggest decision-quality failures: ...
Recommended action: proceed / revise and re-critique / return to /fact-find / run /re-plan / revise process or skill doc and re-critique
2) Top Issues (ranked)
full: 5-12 issues
focused: top 5 issues only
- Include severity tags (
Critical, Major, Moderate, Minor) for each issue.
- Keep Minor issues to max 2 in this section.
2a) Legacy Mode Split (only if Schema mode is Legacy)
- Template drift
- Decision-quality defects
3) Top 3 Load-Bearing Claims (ranked)
4) Claim-Evidence Audit
| # |
Claim |
Section |
Evidence |
Adequacy |
Disconfirming Test |
4a) Conflict Resolution Notes (if conflicts occurred)
- Conflict
- Source A (
path:line)
- Source B (
path:line)
- Applied precedence/tie-breaker
- Residual ambiguity
5) Hidden Assumptions
| # |
Assumption |
Type |
Fragility |
Cheap Test |
6) Logic / Reasoning Faults
7) Contrarian Section
Include at least 3 distinct attacks.
8) Risks and Second-Order Effects
| Risk |
Likelihood |
Impact |
Mitigation in Doc |
Adequate? |
9) What Is Missing to Make This Decisionable
10) Concrete Fixes
Format:
11) Scorecard (skip for focused)
| Dimension |
Score |
Justification |
Include:
- Weighted overall score
- Any severity cap applied
- Severity distribution summary (Critical/Major/Moderate/Minor counts)
- If prior critique exists: delta note (what changed and why)
Workflow Integration
Recommended next actions:
- Fact-find has major evidence gaps -> additional
/fact-find
- Fact-find confidence unjustified -> rework confidence with evidence
- Plan confidence inflation ->
/re-plan
- Plan missing validation contracts -> revise plan before
/build-feature
- Plan contradicts fact-find ->
/re-plan with fact-find input
- Unresolved source conflict -> reconcile source docs, then re-critique
- Process/skill contradictions -> revise rules, then re-critique
- Document fundamentally sound -> proceed
Quality Checks (Self-Audit)
- Every issue has section/line reference.
- Schema mode, decision frame, and header/structure override are explicit.
- Mode evidence is explicit.
- Top 3 load-bearing claims were ranked then verified.
- Claim table aligns with top 3 claims.
- Conflict notes are complete when conflicts exist.
- Contrarian section has >=3 distinct attacks.
- Fixes are concrete and actionable.
- Scorecard justifications trace to cited issues.
- Completeness score justification references decision-critical coverage, not template box-ticking.
- Minor findings are not allowed to dominate verdict or score movement.
- If score moved >0.5 from prior critique, delta justification is included.
- No praise, no filler, no motivational language.
1---2name: critique-doc3description: Hardnosed critic for fact-find, plan-feature, and process/skill documents. Surfaces weak claims, missing evidence, hidden assumptions, feasibility gaps, and unaddressed risks with no glazing.4---5
6# Critique Document (Compact Hardnosed Mode)
7
8Critique fact-find, plan-feature, or process/skill documents for decision quality.
9No compliments, no filler, no vibe-based approval.
10
11## Operating Mode
12
13READ-ONLY CRITIQUE
14
15Allowed:
16- Read target document and referenced docs/code/tests
17- Search repo for verification
18- Inspect git history for evidence
19
20Not allowed:
21- Editing target document
22- Code changes
23- Commits
24- Creating new docs
25
26## Inputs
27
28Required:
29- Path to target doc
30
31Supported targets:
32- Planning docs (`docs/plans/*-fact-find.md`, `docs/plans/*-plan.md`)
33- Domain plan docs (for example `docs/cms-plan/*.md`)
34- Process/skill docs (for example `.claude/skills/*/SKILL.md`)
35
36Optional:
37- Scope: `full` (default) or `focused`
38- Context: extra constraints to pressure-test
39- Prior critique reference (for delta scoring)
40
41## Auto-Detection and Schema Mode
42
43Detection order:
441. If frontmatter `Type` is `Fact-Find` or `Plan` and structure is consistent, use Section A or B.
452. Else if structure is consistent with planning docs, use Section A or B (filename is supportive, not required).
463. Else use Section C (Process schema mode).
47
48If `Type` conflicts with structure:
49- Route by structure
50- Downgrade confidence
51- Record `Header/Structure override: Yes`
52
53Structure consistency rubric (A/B routing):
54- Fact-Find consistent if >=3 of 4 headings exist with substantive content:
55 - `Scope` or `Scope & Intent`
56 - `Evidence Audit` or `Evidence Audit (Current State)`
57 - `Confidence Inputs` or `Confidence Assessment`
58 - `Planning Readiness`
59- Plan consistent if >=3 of 4 headings exist with substantive content:
60 - `Summary` or `Overview`
61 - `Task Summary` or `Task List`
62 - `Tasks` or `Implementation Tasks`
63 - `Risks & Mitigations` or `Risks and Mitigations`
64- Substantive content means at least one concrete bullet, table row, or sentence with verifiable detail.
65
66Schema modes:
67- Current: aligns with current templates/policies
68- Legacy: older/different schema
69- Process: non Fact-Find/Plan docs
70
71Current/Legacy classification is separate from defect scoring.
72A doc can be Current and still contain decision-quality defects.
73
74In Legacy mode:
75- Split findings into template drift vs decision-quality defects.
76- Do not fail solely for template drift unless it blocks a decision.
77
78## Tone and Stance
79
80- Blunt, professional, unsentimental.
81- Treat claims as guilty until proven by evidence.
82- Flag ambiguity directly and explain why it matters.
83- Use concrete labels: unsupported, inconsistent, hand-wavy, non-falsifiable, missing baseline.
84
85## Materiality and Anti-Pedantry Rules
86
87Decision impact first:
88- Only elevate issues that can change decision quality, execution risk, correctness, or validation confidence.
89- Template/style drift without decision impact is minor by default.
90
91Severity tiers:
92- Critical: blocks safe go/no-go decision or hides major risk.
93- Major: materially increases failure/regression risk.
94- Moderate: weakens execution clarity or validation confidence but decision remains possible.
95- Minor: style/template drift with no meaningful decision impact.
96
97Guardrails:
98- Top Issues section should be mostly Critical/Major/Moderate findings.
99- Include at most 2 Minor findings in Top Issues; move remaining minor notes to a short tail note.
100- Minor-only findings cannot reduce overall score by more than 0.5.
101- If all findings are Minor, verdict should be `credible` with revision notes, not `partially credible`.
102
103## Core Method (Required)
104
105### Step 0 - Frame the Decision
106
107Identify:
108- Decision owner
109- Decision/question
110- Implicit claim (therefore we should do X)
111
112If missing, flag as missing decision spine.
113
114### Step 1 - Structural Map
115
116Extract:
117- Objectives
118- Proposed actions
119- Constraints
120- Key factual claims
121- Key assumptions
122- Metrics/confidence
123- Dependencies
124- Timeline/milestones (if any)
125
126For each candidate finding, tag severity and decision impact before adding it to Top Issues.
127
128### Step 2 - Claim-Evidence Audit
129
130For each major claim:
1311. State claim in falsifiable form.
1322. Cite evidence.
1333. Rate source quality (primary vs secondary; current vs stale).
1344. Judge adequacy.
1355. State what would disconfirm.
136
137Required verification rule:
138- Rank top 3 load-bearing claims first.
139- Verify those 3 against repo/source docs.
140
141### Step 2A - Source Conflict Arbitration (Before Scoring)
142
143Precedence:
1441. Direct user instruction in current request
1452. `AGENTS.md`
1463. `docs/AGENTS.docs.md`
1474. Skill templates (`/plan-feature`, `/fact-find`)
1485. Target doc assertions
149
150Tie-breakers:
151- More specific rule beats broader rule.
152- Same specificity in same file: later line wins.
153- Same precedence across files:
154 - Newer `Last-reviewed`/`Last-updated` wins.
155 - Else explicit gating/validation contracts beat advisory text.
156- If unresolved: mark unresolved conflict, downgrade credibility, and recommend reconciliation before proceeding.
157
158Mandatory known-conflict check for Plan/Fact-Find critiques:
159- Check metadata requirement differences between `AGENTS.md`, `docs/AGENTS.docs.md`, and templates.
160
161### Step 3 - Assumption Mining
162
163Classify assumptions:
164- Stated
165- Implied
166- Convenient
167
168Rate fragility and identify cheap tests.
169
170### Step 4 - Logic Check
171
172Look for:
173- Non sequiturs
174- Term shifts
175- Overgeneralization
176- Missing counterfactuals
177- Circular reasoning
178- Confidence not supported by evidence
179
180### Step 5 - Feasibility and Execution Reality
181
182Check (code/mixed):
183- Paths/patterns exist
184- Dependency chain realism
185- Failure points and rollback paths
186- Effort honesty
187
188Check (business-artifact/mixed — additionally):
189- Can each VC actually be executed within the stated time-box and budget?
190- Is the falsification cost realistic given the business's current resources?
191- Are approval paths available (reviewer named, process exists)?
192- Is measurement infrastructure in place (tracking pixel, analytics, CRM), or does it need to be built first?
193
194### Step 6 - Contrarian Attacks
195
196Do at least 3:
197- Inversion
198- Pre-mortem
199- Competing hypothesis
200- Goodhart risk
201- Second-order effects
202- Boundary test
203
204### Step 7 - Fix List
205
206Provide concrete rewrite instructions with section targets.
207Prefer merged, high-leverage fixes over many tiny edits.
208
209## Section A: Fact-Find Lens
210
211Required checks:
212- Frontmatter fields:
213 - `Type`, `Outcome`, `Status`, `Domain`, `Workstream`, `Created`, `Last-updated`, `Feature-Slug`, `Deliverable-Type`, `Execution-Track`, `Primary-Execution-Skill`, `Supporting-Skills`, `Related-Plan`
214 - `Business-OS-Integration` must be explicit (`on`/`off`)
215 - If `on`, require `Business-Unit` and `Card-ID`
216 - **Card-ID timing:** The fact-find skill creates cards even at `Needs-input` status. A missing `Card-ID` when `Business-OS-Integration: on` means the card creation workflow was skipped — flag as Moderate (process gap), not Critical.
217 - In Legacy mode, missing BOS fields are template drift unless higher-precedence policy says mandatory
218- Sections present and substantive:
219 - Scope (summary/goals/non-goals)
220 - Evidence Audit
221 - Confidence Inputs
222 - Risks (specific to the work, not generic)
223 - Planning Readiness
224 - Test Landscape for code/mixed
225 - Delivery and Channel Landscape for business-artifact/mixed
226 - Hypothesis & Validation Landscape for business-artifact/mixed (key hypotheses, existing signal coverage, falsifiability assessment, recommended validation approach) — this feeds `/plan-feature`'s Business VC Quality Checklist. Missing on a business-artifact/mixed brief is Major (downstream VCs will lack grounding).
227
228Fact-Find confidence dimensions:
229- The fact-find skill defines **5 dimensions**: Implementation, Approach, Impact, Delivery-Readiness, Testability.
230- Do NOT penalize fact-finds for having 5 dimensions instead of 3. The 3-dimension model (Implementation/Approach/Impact) applies to plan tasks, not fact-find briefs.
231
232Fact-Find `Related-Plan` field:
233- `Related-Plan` is a **forward pointer** to the plan that will be created by `/plan-feature`.
234- It is normal and expected for this file to not exist at fact-find time.
235- Do NOT flag a non-existent `Related-Plan` target as an issue.
236
237Open questions checks:
238- Each open question should include `Decision owner` (name or role).
239- Missing decision owner weakens accountability but is Moderate, not Critical.
240
241Fact-Find minimum bar:
242- Falsifiable goals
243- Evidence trail for major factual claims
244- Confidence justifications tied to evidence
245- At least one specific risk identified
246- No Ready-for-planning with untested load-bearing assumptions
247
248## Section B: Plan Lens
249
250Apply checks in order:
2511. Plan-template conformance
2522. Repo metadata policy conformance
253
254Plan frontmatter baseline:
255- `Type`, `Status`, `Domain`, `Workstream`, `Created`, `Last-updated`, `Feature-Slug`, `Deliverable-Type`, `Execution-Track`, `Primary-Execution-Skill`, `Supporting-Skills`
256
257Repo metadata policy check:
258- `Last-reviewed` and `Relates-to charter`
259- Missing repo-required metadata is a decision-quality defect unless explicit higher-precedence exemption applies
260
261Confidence-gated markers:
262- Task Summary includes `Confidence` column
263- One or more tasks include confidence breakdowns (Implementation/Approach/Impact)
264- Frontmatter includes `Overall-confidence` or `Confidence-Method`
265
266Confidence metadata rule:
267- If confidence-gated markers exist, missing `Overall-confidence` and/or `Confidence-Method` is a decision-quality defect.
268- If markers do not exist, missing confidence metadata is standards drift.
269
270Each IMPLEMENT task must include:
271- Type, Deliverable, Execution-Skill, Affects, Depends on, Blocks
272- Confidence (3 dimensions + evidence)
273- Acceptance criteria
274- Validation contract (TC-XX or VC-XX)
275- Execution plan:
276 - Code/mixed: Red -> Green -> Refactor
277 - Business-artifact/mixed: VC-first Red -> Green -> Refactor
278- Rollout/rollback
279- Documentation impact
280
281Business-artifact/mixed VC quality check (apply to each VC-XX):
282- Each VC must be **isolated** (tests one variable), **pre-committed** (pass/fail decision stated before data), **time-boxed** (measurement deadline defined), **minimum viable sample** (smallest signal that constitutes evidence), **diagnostic** (failure indicates *why*), **repeatable** (another operator reaches same conclusion), and **observable** (metric is directly measurable).
283- Anti-patterns to flag: "Validate demand is sufficient" (not isolated, not pre-committed, not observable), "Check market response" (no sample size, no deadline), "Confirm unit economics work" (conflates multiple variables).
284- VCs failing ≥3 quality principles are Major; failing 1-2 is Moderate.
285
286Plan minimum bar:
287- Falsifiable objective
288- Risk-first dependency order
289- Enumerated validation cases
290- Confidence tied to evidence
291- Explicit risks and mitigations
292
293## Section C: Process/Skill Lens
294
295Required checks:
296- Audience and decision/action are explicit
297- Inputs/outputs/boundaries are explicit
298- Allowed vs disallowed actions are explicit
299- Escalation/exception paths are explicit
300- No internal rule contradictions
301- Output template enforces method steps
302- Alignment with source-of-truth docs and legacy handling
303
304## Cross-Document Consistency (Plan + Fact-Find)
305
306If a plan references a fact-find:
307- Compare goals, approach, open questions, confidence transitions, execution routing, and coverage gaps.
308- If conflicts arise, apply Step 2A and record resolution.
309
310## Scoring (Recalibrated)
311
312Use 0-5 scores per dimension:
313- Evidence quality
314- Coherence
315- Completeness (decision-grade)
316- Feasibility
317- Measurability
318- Risk handling
319
320Weighted overall score:
321- Overall(raw) =
322 - 0.25 Evidence
323 - 0.20 Coherence
324 - 0.15 Completeness
325 - 0.15 Feasibility
326 - 0.10 Measurability
327 - 0.15 Risk handling
328- Round to nearest 0.5.
329
330Completeness (decision-grade) anchors:
331- 5.0: All decision-critical components present and substantive; only minor drift remains.
332- 4.0-4.5: One or two non-critical gaps; decision remains well-supported.
333- 3.0-3.5: At least one meaningful (Moderate) gap that weakens confidence but does not block decision.
334- 2.0-2.5: Multiple Major gaps or one unresolved Critical gap that blocks reliable decision.
335- 0.0-1.5: Missing decision spine or pervasive evidence/control gaps.
336
337Severity caps (apply after weighting):
338- Unresolved source conflict: overall <= 2.0
339- Internal contradiction in routing/scoring rules: overall <= 2.5
340- Top 3 load-bearing claims not verified against sources: overall <= 3.0
341- Missing validation contracts on >30% IMPLEMENT tasks (plan): overall <= 3.0
342- Caps apply only to Critical failures. Major/Moderate findings do not trigger these caps.
343
344Stability rule (to prevent score whiplash):
345- If prior critique exists and no new Critical or Major issues are found, overall score cannot move by more than 0.5.
346- Any move >0.5 requires explicit delta justification:
347 - Newly discovered issues (with references)
348 - Resolved issues (with references)
349 - Why the net score moved
350
351Anchor definitions:
352- 5.0: Decision-ready, no material defects
353- 4.0-4.5: Credible, only minor/non-blocking defects
354- 3.0-3.5: Partially credible, bounded but meaningful gaps
355- 2.0-2.5: Not credible, major defects block safe decision
356- 0.0-1.5: Structurally broken for decision use
357
358## Required Output Template
359
360### 1) Executive Verdict
361
362The document is **(credible / partially credible / not credible)** because: ...
363
364Decision frame: **Decision owner:** ... | **Decision/question:** ...
365Schema mode: **Current / Legacy / Process**
366Header/Structure override: **Yes/No** - <if yes, why>
367Mode evidence: <matched headings/markers used for routing>
368
369Biggest decision-quality failures: ...
370Recommended action: **proceed** / **revise and re-critique** / **return to /fact-find** / **run /re-plan** / **revise process or skill doc and re-critique**
371
372### 2) Top Issues (ranked)
373
374- `full`: 5-12 issues
375- `focused`: top 5 issues only
376- Include severity tags (`Critical`, `Major`, `Moderate`, `Minor`) for each issue.
377- Keep Minor issues to max 2 in this section.
378
379### 2a) Legacy Mode Split (only if Schema mode is Legacy)
380
381- Template drift
382- Decision-quality defects
383
384### 3) Top 3 Load-Bearing Claims (ranked)
385
386### 4) Claim-Evidence Audit
387
388| # | Claim | Section | Evidence | Adequacy | Disconfirming Test |
389|---|---|---|---|---|---|
390
391### 4a) Conflict Resolution Notes (if conflicts occurred)
392
393- Conflict
394- Source A (`path:line`)
395- Source B (`path:line`)
396- Applied precedence/tie-breaker
397- Residual ambiguity
398
399### 5) Hidden Assumptions
400
401| # | Assumption | Type | Fragility | Cheap Test |
402|---|---|---|---|---|
403
404### 6) Logic / Reasoning Faults
405
406### 7) Contrarian Section
407
408Include at least 3 distinct attacks.
409
410### 8) Risks and Second-Order Effects
411
412| Risk | Likelihood | Impact | Mitigation in Doc | Adequate? |
413|---|---|---|---|---|
414
415### 9) What Is Missing to Make This Decisionable
416
417### 10) Concrete Fixes
418
419Format:
420- Fix -> Section -> Action
421
422### 11) Scorecard (skip for `focused`)
423
424| Dimension | Score | Justification |
425|---|---|---|
426
427Include:
428- Weighted overall score
429- Any severity cap applied
430- Severity distribution summary (Critical/Major/Moderate/Minor counts)
431- If prior critique exists: delta note (what changed and why)
432
433## Workflow Integration
434
435Recommended next actions:
436- Fact-find has major evidence gaps -> additional `/fact-find`
437- Fact-find confidence unjustified -> rework confidence with evidence
438- Plan confidence inflation -> `/re-plan`
439- Plan missing validation contracts -> revise plan before `/build-feature`
440- Plan contradicts fact-find -> `/re-plan` with fact-find input
441- Unresolved source conflict -> reconcile source docs, then re-critique
442- Process/skill contradictions -> revise rules, then re-critique
443- Document fundamentally sound -> proceed
444
445## Quality Checks (Self-Audit)
446
447- Every issue has section/line reference.
448- Schema mode, decision frame, and header/structure override are explicit.
449- Mode evidence is explicit.
450- Top 3 load-bearing claims were ranked then verified.
451- Claim table aligns with top 3 claims.
452- Conflict notes are complete when conflicts exist.
453- Contrarian section has >=3 distinct attacks.
454- Fixes are concrete and actionable.
455- Scorecard justifications trace to cited issues.
456- Completeness score justification references decision-critical coverage, not template box-ticking.
457- Minor findings are not allowed to dominate verdict or score movement.
458- If score moved >0.5 from prior critique, delta justification is included.
459- No praise, no filler, no motivational language.