Chain-of-Thought Reasoning Generator
Generate step-by-step reasoning prompts that guide AI models through complex problem-solving with explicit logical steps.
Content
Analyze the following problem by breaking it down into clear, logical steps. For each step, show your reasoning process explicitly: Problem: {{problem_description}} 1. First, identify the key components or variables: [Identify components] 2. Next, determine the relationships between these components: [Determine relationships] 3. Then, apply relevant rules or principles: [Apply rules] 4. Finally, derive the conclusion with justification: [Derive conclusion] Provide your complete reasoning chain with each step clearly labeled.
Related Prompts
SQL Query Performance Optimizer
Analyze and optimize SQL queries for better performance with index suggestions and query restructuring.
Parallel Agent Task Decomposer
Breaks a complex software project or task into parallelisable sub-tasks suitable for running multiple AI coding agents simultaneously in isolated git branches.
API Design Reviewer
Review and improve REST API designs with best practices
Tree-of-Thought Problem Explorer
Explore multiple solution paths simultaneously using branching reasoning to find optimal outcomes for complex problems.