Simplify agentic task description format and add conversational summarization#3430
Merged
Simplify agentic task description format and add conversational summarization#3430
Conversation
…sections Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update ChatGPT instructions for conversation flow
Simplify agentic task description format and add conversational summarization
Nov 7, 2025
pelikhan
approved these changes
Nov 7, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR simplifies the agentic chat instructions by replacing a complex phase-based task decomposition structure with a more streamlined step-based approach.
Key Changes:
- Removed the rigid 5-phase structure (Phase 0-4) in favor of simpler step-based decomposition
- Updated the task description template to use "Steps" instead of "Phases" and removed "Acceptance Criteria" section
- Added guidance for the assistant to summarize user updates on subsequent conversation turns
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
✨ Clean Code Review - No Nitpicks Found!I've completed a thorough review of this PR and found zero nitpicks. This is excellent work! 🎉 What Makes This PR Great✅ Consistent Simplification
✅ Improved User Experience
✅ Good Documentation Practices
Review Summary
This PR successfully simplifies the agentic task description format while maintaining clarity and improving the conversational interaction model. Ready to merge! ✅
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The ChatGPT instructions for agentic task descriptions were overly prescriptive with rigid phase structures and acceptance criteria sections. This update streamlines the format and improves conversational flow.
Changes
Updated Template Structure
Before:
After:
Interaction Flow Enhancement
Added guideline requiring the agent to summarize updates from the previous message on each conversational turn, preventing unnecessary re-processing of full markdown content.
File modified:
.github/instructions/agentic-chat.instructions.md(34 lines changed: 8 additions, 26 deletions)Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.