feat(docs): add Blueprint Mode v1 chat mode and documentation#124
Merged
Conversation
Add Blueprint Mode v1 chat mode instructions and entry to README. Blueprint Mode introduces specification-first engineering workflow, artifact management standards, and escalation protocols for autonomous agent development.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new Blueprint Mode v1 chat mode that implements a specification-first engineering workflow for autonomous development. The mode emphasizes clarity before coding, structured artifact management, and systematic handling of edge cases and requirements.
- Introduces a comprehensive autonomous engineering agent framework with clear directives and escalation protocols
- Implements structured artifact management with predefined file layouts and documentation standards
- Provides detailed workflow guidance for both high-risk complex tasks and lightweight simple tasks
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| chatmodes/blueprint-mode.chatmode.md | New chat mode implementing autonomous engineering agent with specification-first development approach |
| README.md | Added entry for Blueprint Mode v1 in the chat modes table with install links |
- update tools list for accuracy and consistency - enhance formatting in design and steering documents for readability - clarify execution policy and internet research instructions - fix minor markdown and wording issues
Add mandatory execution instructions and include runTests in tools for blueprint-mode chat mode.
…ient engineering directives and improved documentation
…tives and improved clarity
…ask review mandates
…tives and improved clarity
aaronpowell
approved these changes
Jul 28, 2025
AungMyoKyaw
pushed a commit
to AungMyoKyaw/awesome-copilot
that referenced
this pull request
Aug 1, 2025
…#124) * feat(docs): add Blueprint Mode v1 chat mode and documentation Add Blueprint Mode v1 chat mode instructions and entry to README. Blueprint Mode introduces specification-first engineering workflow, artifact management standards, and escalation protocols for autonomous agent development. * docs(chatmode): improve formatting and clarify execution policy - update tools list for accuracy and consistency - enhance formatting in design and steering documents for readability - clarify execution policy and internet research instructions - fix minor markdown and wording issues * docs(chatmode): add critical execution rules and update tools list Add mandatory execution instructions and include runTests in tools for blueprint-mode chat mode. * feat(chatmode): update Blueprint Mode to v2 with enhanced self-sufficient engineering directives and improved documentation * fix(chatmode): correct formatting of tools list in Blueprint Mode documentation * feat(blueprint-mode): update Blueprint Mode to v3 with enhanced directives and improved clarity * fix(blueprint-mode): correct numbering format in main and lightweight workflows * feat(blueprint-mode): enhance Core Directives with continuation and task review mandates * feat(blueprint-mode): update Blueprint Mode to v4 with enhanced directives and improved clarity
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.
Add Blueprint Mode v1 chat mode instructions and entry to README. Blueprint Mode introduces specification-first engineering workflow, artifact management standards, and escalation protocols for autonomous agent development.
Pull Request Checklist
node update-readme.jsand verified thatREADME.mdis up to date.Description
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.