Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save johnlindquist/d99777ef11c96bde48c7a9f20fcdc50d to your computer and use it in GitHub Desktop.
Save johnlindquist/d99777ef11c96bde48c7a9f20fcdc50d to your computer and use it in GitHub Desktop.
chatgpt-multi-perspective-workflow.md# Multi-Perspective ChatGPT Analysis Workflow
## Overview
This workflow allows you to get diverse feedback on content by submitting it to multiple ChatGPT tabs with different focus areas. Each instance analyzes the same content from a unique angle.
## The Key Rule: Complete Content FIRST, Then Submit
**CRITICAL**: You must paste the ENTIRE message (including both the question/instructions AND the full content) into the text field BEFORE hitting Enter or clicking the submit button.
**WRONG**: Question Submit Content Submit
**CORRECT**: Question + Full Content together Submit once
## Step-by-Step Workflow
### 1. Create Multiple ChatGPT Tabs
- Open 3 tabs to https://chatgpt.com/?model=gpt-5-pro
- Wait for all tabs to fully load
- Each tab will get a different perspective/focus
### 2. Prepare Your Content
Have ready:
- Your complete source content
- 3 different questions/perspectives you want analyzed
Example perspectives:
- **Tab 1**: Technical accuracy & new features
- **Tab 2**: Marketing copy & messaging
- **Tab 3**: Structure & learning outcomes
### 3. Submit to Each Tab (THE CRITICAL PART)
For **EACH** tab:
1. Click in the input text field
2. Paste this COMPLETE message format:
```
[YOUR SPECIFIC QUESTION/FOCUS]
Here's the COMPLETE current content:
---
[PASTE ENTIRE CONTENT HERE]
---
[YOUR SPECIFIC QUESTION AGAIN OR CLARIFICATION]
```
3. **WAIT** - Do NOT press Enter yet
4. Verify the entire message is in the text field
5. NOW press Enter (or click the submit arrow button)
### 4. Verify All Submissions
- Check each tab to see "Request for GPT-5 Pro" processing message
- If you see the content still in the input box, you need to click the submit button (up arrow)
- All tabs should show active processing
## Example Template
### Tab 1 - Technical Focus
```
I need help updating this [TYPE] page. Focus specifically on TECHNICAL ACCURACY and NEW FEATURES - what features have been released recently, whether mentions are current, and if the competitive landscape is accurate.
Here's the COMPLETE current page content:
---
[PASTE FULL CONTENT]
---
What specific technical updates and new features should be reflected to make this current?
```
### Tab 2 - Marketing Focus
```
I need help improving the MARKETING COPY and MESSAGING for this [TYPE] page. Focus specifically on: Are the pain points compelling? Is the value proposition clear? Are the headlines powerful? Is the overall messaging persuasive?
Here's the COMPLETE current page content:
---
[PASTE FULL CONTENT]
---
How can we improve the marketing copy, messaging, headlines, and overall persuasiveness?
```
### Tab 3 - Structure Focus
```
I need help improving the PAGE STRUCTURE and LEARNING OUTCOMES for this [TYPE] page. Focus specifically on: Are the outcomes specific and concrete? Is the structure logical? Will users understand what they'll actually be able to DO after? Are there missing sections?
Here's the COMPLETE current page content:
---
[PASTE FULL CONTENT]
---
How can we improve the structure, make outcomes more concrete, and what sections are missing?
```
## Common Mistakes to Avoid
1. Submitting the question before pasting the content
2. Pressing Enter immediately after pasting
3. Not verifying content is in the text field
4. Forgetting to actually click the submit button
5. Not checking if all tabs are processing
## Why This Works
- **Multiple perspectives**: Different angles reveal different insights
- **Simultaneous processing**: All analyses happen at once
- **Comprehensive feedback**: Technical + Marketing + UX = complete picture
- **Efficient use of GPT-5 Pro**: One content review yields 3 detailed analyses
## Verification Checklist
Before moving on, confirm:
- [ ] All 3 tabs show "Request for GPT-5 Pro" processing
- [ ] Input fields are now empty (not showing your content)
- [ ] Each tab has a unique conversation URL
- [ ] Processing messages are visible (e.g., "Reasoning...", "Enhancing structure...")
## Result
You'll receive three comprehensive, focused analyses of your content from different expert perspectives, allowing you to make informed decisions about improvements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment