| name | workflow-brainstorm-review |
| description | Review Smelter brainstorm artifacts for decision quality, risks, completeness, and implementation readiness. |
| version | 0.55 |
| type | workflow |
| consumes | brainstorm.md |
| produces | brainstorm-review.md |
| default_pattern | B |
| default_agent | critic |
| supports_patterns | ["A","B"] |
| team_template | {"B":{"agents":["critic"],"mode":"adversarial_single"}} |
| result_types | ["pass","fail","reshape"] |
| min_verification_rounds | 2 |
| verification_rounds | [{"n":1,"focus":"omission","prompt_template":"templates/verification/round-1-omission.md"},{"n":2,"focus":"contradiction","prompt_template":"templates/verification/round-2-contradiction.md"}] |
| gate | {"postcondition":[{"file_exists":"brainstorm-review.md"},{"contains_decision":"pass|fail|reshape"}]} |
workflow-brainstorm-review
Overview
Reviews brainstorm.md from the critic's perspective. Surfaces ambiguity, contradictions, and omissions before any investigation or task-breakdown work consumes them.
Core principle: A design is not approved until both review rounds (omission, contradiction) return pass. Partial review is not review.
Violating the letter of this rule is violating the spirit of this rule.
Announce at start: "I'm using workflow-brainstorm-review to run 2-round verification on brainstorm.md."
The Iron Law
NO DOWNSTREAM HANDOFF WITHOUT 2/2 REVIEW ROUNDS AT pass
Skill-level pass is declared only when two rounds are recorded and all rounds result pass. Record evidence in brainstorm-review.md.
Output
brainstorm-review.md:
## Verdict — pass / fail / reshape
## Issues Found — ambiguity, contradictions, missing perspectives
## Suggestions — corrective directions (on fail/reshape)
## Reshape Target — only when reshape (e.g., re-run workflow-brainstorm itself)
Red Flags - STOP
| Thought | Reality |
|---|
| "Looks complete to me, skip round 2" | Multi-Pass 2-Round Enforcement is non-negotiable. Run both rounds. |
| "The design is obviously fine" | Obviousness is rationalization. Round 1 = omission, round 2 = contradiction. Each catches different bugs. |
| "Round 1 passed, ship it" | Skill-level pass requires both rounds at pass. One round is not pass. |
| "Include prior round findings in the next round to save time" | Bias prevention: do NOT inject prior round conclusions into current round prompts. |
| "We already verified this last session" | Re-verify on every run. Prior context is not a substitute for fresh evidence. |
Rationalization Prevention
| Excuse | Reality |
|---|
| "No contradictions visible → skip round 2" | Invisibility is what round 2 reveals. Run it. |
| "Edge cases are for later" | Later = never. Capture them now or lose them. |
| "The critic agrees with the plan" | Agreement is not the verdict. pass vs. fail vs. reshape is. Record it. |
| "Just this once" | No exceptions. Every round every run. |
Iron Law compliance
- No
skill declarer shortcut. The artifact itself must contain the review evidence.
- The critic may declare "no issues" (
pass) but may not declare "cannot do it".
Multi-Pass Verification (2-Round Enforcement)
This skill runs 2 mandatory rounds before declaring pass. Each round has a distinct focus:
| Round | Focus | Question |
|---|
| 1 | Omission | Is anything required (scope, constraints, perspectives) missing? |
| 2 | Contradiction | Are there logical conflicts within the brainstorm or with prior artifacts? |
Agent assignment per round
- Pattern A: Prefer different agent types across rounds. If reusing the same type, reset prompt context per round (fresh perspective).
- Pattern B: Each round runs with 95% consensus (3 × N agents × consensus rounds).
- Pattern D: Lead orchestrates 2 rounds, assigning different viewpoint sub-agents.
Artifact recording
All rounds are recorded in brainstorm-review.md. Skill-level pass is declared only when both rounds are present and both results are pass.
Failure handling
- Any round
fail → skill-level fail with cause: verification_failed, evidence: {round, focus, findings[]}
- Producer-chain routes to
workflow-brainstorm (the consumed artifact's producer)
- On re-entry after upstream fix, both rounds re-run (not just failed ones)
Anti-evasion enforcement
- Do not inject prior round conclusions into current round prompts (bias prevention)
- Do not use "already verified" as a reason to skip a fresh round
- Do not declare
pass without two recorded rounds
Fail routing (producer)
fail → re-run workflow-brainstorm (augment)
reshape → re-run workflow-brainstorm (reset scope, evidence required)
Terminal State — Required Next Skill
REQUIRED NEXT SKILL on pass: workflow-investigate
On fail or reshape: route back to workflow-brainstorm (producer chain).
Do NOT:
- Invoke
workflow-tasker, workflow-coding, or any execution skill
- Stop the session on a pass verdict, report completion, or ask "shall I continue?"
- Offer A/B/continue choices — Iron Law #1 forbids pausing at non-human-check stages