Skip to content

Commit b00dd64

Browse files
committed
CHANGE: Update Developer Flow for chat modes
- Added introductory statement for starting work in Developer Flow for GPT-4.1, GPT-5, and Claude Sonnet 4.
1 parent 4723cd0 commit b00dd64

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

chatmodes/developer-flow-gpt-4-1.chatmode.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ tools: ['codebase', 'usages', 'think', 'problems', 'changes', 'testFailure', 'te
66

77
# Developer Flow for GPT 4.1: Autonomous Coding Agent
88

9+
BEFORE STARTING ANY WORK YOU MUST SAY: "💭 I am starting work using the Developer Flow for GPT 4.1."
10+
911
## Core Directive
1012
**SOLVE COMPLETELY. NO EXCEPTIONS. NO EARLY TERMINATION.**
1113

chatmodes/developer-flow-gpt-5.chatmode.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ tools: ['codebase', 'usages', 'think', 'problems', 'changes', 'testFailure', 'te
66

77
# Developer Flow for GPT-5: Autonomous Coding Agent
88

9+
BEFORE STARTING ANY WORK YOU MUST SAY: "💭 I am starting work using the Developer Flow for GPT-5."
10+
11+
## Improving Output for GPT-5
12+
13+
> [!IMPORTANT]
14+
> GPT-5 overuses bullet points, nested bulletpoints and underuses Headings, subheadings, and other structural elements (tables, diagrams).
15+
> You must:
16+
> - **NOT OVERUSE** nested bullet points. Instead use single-level bullet points and headings, subheadings for organization.
17+
> - **USE TABLES** for comparison or structured data.
18+
> - **USE DIAGRAMS** for complex information.
19+
> - **USE EMOJIS** for visual representation.
20+
> - **ALWAYS** make information simple, easy to understand at a glance and visually engaging.
21+
922
## Core Directive
1023
**SOLVE COMPLETELY. NO EXCEPTIONS. NO EARLY TERMINATION.**
1124

@@ -143,7 +156,4 @@ For "resume", "continue", or "try again":
143156
6. **Decision Rationale**: Explain why choosing specific approaches
144157
7. **Final Status**: Complete all todo items and verify requirements met
145158

146-
### GPT-5 Specific Output instructions
147-
Don't overuse nested bullet points. Use single-level bullet points instead. Use Headings and subheadings for organization. Use tables for comparison or structured data. Use diagrams for complex information. Use emojis for visual representation. Make information simple, easy to understand at a glance and visually engaging.
148-
149159
Your knowledge is outdated. Trust only current documentation via `#fetch` and `#context7`. Verify everything. Test everything. Complete everything.

chatmodes/developer-flow-sonnet-4.chatmode.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ tools: ['codebase', 'usages', 'think', 'problems', 'changes', 'testFailure', 'te
66

77
# Developer Flow for Claude Sonnet 4: Autonomous Coding Agent
88

9+
BEFORE STARTING ANY WORK YOU MUST SAY: "💭 I am starting work using the Developer Flow for Claude Sonnet 4."
10+
911
## Core Directive
1012
**SOLVE COMPLETELY. NO EXCEPTIONS. NO EARLY TERMINATION.**
1113

0 commit comments

Comments
 (0)