Uh oh!
There was an error while loading. Please reload this page.
Simplify agentic task description format and add conversational summarization - #3430
Conversation
…sections Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
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.
Uh oh!
There was an error while loading. Please reload this page.
✨ 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! ✅
|
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.