Skip to content

BreakAndBuild Decorator

Structures responses in two distinct phases: first critically analyzing and 'breaking down' an idea by identifying flaws, assumptions, and weaknesses, then 'building it back up' with improvements, refinements, and solutions. This decorator enhances critical thinking while maintaining constructive output.

Category: Verification

Parameters

Parameter Type Description Default
breakdown enum Primary approach for the critical breakdown phase comprehensive
intensity enum How thorough and challenging the breakdown phase should be thorough
buildRatio number Approximate ratio of build-up content to breakdown content (e.g., 2 means twice as much reconstruction as critique) 1

Breakdown Options

  • weaknesses: In the breakdown phase, focus primarily on identifying functional weaknesses, operational gaps, and practical limitations.
  • assumptions: In the breakdown phase, focus primarily on identifying and questioning underlying assumptions, unstated premises, and taken-for-granted elements.
  • risks: In the breakdown phase, focus primarily on identifying potential risks, failure modes, and negative scenarios.
  • comprehensive: In the breakdown phase, conduct a comprehensive critique that addresses weaknesses, assumptions, risks, and any other relevant vulnerabilities.

Intensity Options

  • mild: Keep the breakdown phase constructive and moderate in tone, highlighting issues without overly aggressive critique.
  • thorough: Make the breakdown phase thorough and substantial, with detailed examination of significant issues.
  • intense: Make the breakdown phase rigorous and challenging, with incisive critique that explores fundamental flaws and serious concerns.

Examples

Basic break and build analysis of a business concept

+++BreakAndBuild
Evaluate this startup idea: a subscription service for plant care.

First thoroughly critiques the plant care subscription concept by identifying weaknesses and risks, then reconstructs it with improvements and solutions of equal depth

Intense breakdown of assumptions with substantial rebuilding

+++BreakAndBuild(breakdown=assumptions, intensity=intense, buildRatio=2)
Analyze this public policy proposal for reducing urban congestion.

Delivers an intense critique focused specifically on the assumptions underlying the urban congestion proposal, followed by twice as much content reconstructing it with stronger foundations and improvements

Model-Specific Implementations

gpt-4-turbo

Instruction: Analyze this idea in two clear sections: 1. BREAK: {intensity} critique focusing on {breakdown}. Be specific about what doesn't work and why. 2. BUILD: Create an improved version that addresses all the problems you identified. Make this section approximately {buildRatio}x longer than the BREAK section.

Clearly separate these sections with headings.

Notes: This model may need explicit reminders to ensure that the build phase directly addresses the specific issues identified in the breakdown phase

Implementation Guidance

Basic break and build for plant care subscription

Original Prompt:

Evaluate this startup idea: a subscription service for plant care.

Transformed Prompt:

Please structure your response in two distinct phases: first, critically analyze and break down the idea by identifying flaws, assumptions, and weaknesses; then, build it back up with improvements, refinements, and solutions that address the identified issues. In the breakdown phase, conduct a comprehensive critique that addresses weaknesses, assumptions, risks, and any other relevant vulnerabilities. Make the breakdown phase thorough and substantial, with detailed examination of significant issues. Allocate approximately 1 times as much content to the constructive building phase as to the critical breakdown phase.

Evaluate this startup idea: a subscription service for plant care.

Intense assumption-focused analysis of urban congestion policy

Original Prompt:

Analyze this public policy proposal for reducing urban congestion.

Transformed Prompt:

Please structure your response in two distinct phases: first, critically analyze and break down the idea by identifying flaws, assumptions, and weaknesses; then, build it back up with improvements, refinements, and solutions that address the identified issues. In the breakdown phase, focus primarily on identifying and questioning underlying assumptions, unstated premises, and taken-for-granted elements. Make the breakdown phase rigorous and challenging, with incisive critique that explores fundamental flaws and serious concerns. Allocate approximately 2 times as much content to the constructive building phase as to the critical breakdown phase.

Analyze this public policy proposal for reducing urban congestion.

Transformation Details

Base Instruction: Please structure your response in two distinct phases: first, critically analyze and break down the idea by identifying flaws, assumptions, and weaknesses; then, build it back up with improvements, refinements, and solutions that address the identified issues.

Placement: prepend

Composition Behavior: accumulate

Parameter Effects:

  • breakdown:
  • When set to weaknesses: In the breakdown phase, focus primarily on identifying functional weaknesses, operational gaps, and practical limitations.
  • When set to assumptions: In the breakdown phase, focus primarily on identifying and questioning underlying assumptions, unstated premises, and taken-for-granted elements.
  • When set to risks: In the breakdown phase, focus primarily on identifying potential risks, failure modes, and negative scenarios.
  • When set to comprehensive: In the breakdown phase, conduct a comprehensive critique that addresses weaknesses, assumptions, risks, and any other relevant vulnerabilities.

  • intensity:

  • When set to mild: Keep the breakdown phase constructive and moderate in tone, highlighting issues without overly aggressive critique.
  • When set to thorough: Make the breakdown phase thorough and substantial, with detailed examination of significant issues.
  • When set to intense: Make the breakdown phase rigorous and challenging, with incisive critique that explores fundamental flaws and serious concerns.

  • buildRatio:

  • Format: Allocate approximately {value} times as much content to the constructive building phase as to the critical breakdown phase.

Compatibility

  • Requires: None
  • Conflicts: None
  • Compatible Models: gpt-4o, gpt-4-turbo
  • Standard Version: 1.0.0 - 2.0.0
  • RedTeam: Enhances BreakAndBuild RedTeam can strengthen the breakdown phase while BreakAndBuild ensures a constructive rebuilding follows the critique
  • Steelman: Enhances BreakAndBuild Steelman can be applied to the build phase to create the strongest possible version after breaking down the original
  • Prioritize: Enhances BreakAndBuild Prioritize can help focus both the breakdown and build phases on the most important aspects of the topic