189 Commits

Author SHA1 Message Date
Muhammad Ubaid Raza
68bae71ba0 feat(blueprint): refine agent loop and completion policy for enhanced task execution and validation 2025-08-10 02:16:56 +05:00
Muhammad Ubaid Raza
1acf40747a feat(blueprint): enhance pre-coding procedures with workflow selection rules and tool usage policies 2025-08-09 18:26:18 +05:00
Muhammad Ubaid Raza
414b76ab65 feat(blueprint): add confidence-based ambiguity resolution and system bootstrap protocol 2025-08-09 02:09:26 +05:00
Muhammad Ubaid Raza
cec7469748 feat(blueprint): enhance Blueprint Mode with improved completion policy and communication guidelines 2025-08-09 02:02:57 +05:00
Muhammad Ubaid Raza
53bdcf9dbc feat(blueprint): update workflow validation section with pre-flight checklist and artifact requirements 2025-08-09 01:39:48 +05:00
Muhammad Ubaid Raza
217ffe6850 feat(blueprint): update Blueprint Mode to v21 with enhanced agent directives and streamlined workflows 2025-08-09 01:26:48 +05:00
Muhammad Ubaid Raza
12846f1818 feat(blueprint): enhance pre-coding procedures and clarify artifact management guidelines 2025-08-09 01:09:08 +05:00
Muhammad Ubaid Raza
c56d92ef99 feat(blueprint): enhance communication guidelines and directives for thoroughness and clarity 2025-08-09 00:57:52 +05:00
Muhammad Ubaid Raza
e817446432 feat(blueprint): refine communication guidelines for clarity and professionalism 2025-08-08 16:48:20 +05:00
Muhammad Ubaid Raza
d4330bbde8 feat(blueprint): streamline task summary and enhance handling of ambiguous requests 2025-08-08 16:20:49 +05:00
Muhammad Ubaid Raza
58a64c01ce feat(blueprint): enhance thinking mode directives and clarify artifact maintenance procedures 2025-08-08 14:14:22 +05:00
Muhammad Ubaid Raza
263ef9b96c feat(blueprint): clarify handling of blocking issues and enhance thinking process directives 2025-08-07 00:32:18 +05:00
Muhammad Ubaid Raza
c474993a78
Update blueprint-mode.chatmode.md 2025-08-06 22:05:33 +05:00
Muhammad Ubaid Raza
a4e6845f73 feat(blueprint): enhance task management directives for clarity and consistency in execution 2025-08-06 13:02:34 +05:00
Muhammad Ubaid Raza
567ceea770 feat(blueprint): enhance task resumption and tool usage directives for improved execution and clarity 2025-08-06 12:48:59 +05:00
Muhammad Ubaid Raza
ab89cae1cf feat(blueprint): clarify tool usage in guidelines for improved clarity and consistency 2025-08-06 12:41:21 +05:00
Muhammad Ubaid Raza
52892ca010 feat(blueprint): enhance reasoning guidelines for clearer and more structured thought processes 2025-08-05 23:55:21 +05:00
Muhammad Ubaid Raza
12ad9bd9ca feat(blueprint): refine communication guidelines and enhance clarity in documentation 2025-08-05 13:46:00 +05:00
Muhammad Ubaid Raza
8a5efda8f2 feat(blueprint): enhance verification steps with feedback loops for improved issue diagnosis 2025-08-05 13:27:31 +05:00
Muhammad Ubaid Raza
f6d06c74df feat(blueprint): refine task resumption instructions and update artifact management policies 2025-08-05 13:22:52 +05:00
Muhammad Ubaid Raza
3ae6807d4a feat(blueprint): enhance tool usage guidelines for code analysis and source control management 2025-08-04 11:54:57 +05:00
Muhammad Ubaid Raza
fb88f21e67 feat(blueprint): enhance library integration guidelines for version verification and compatibility checks 2025-08-04 01:39:56 +05:00
Muhammad Ubaid Raza
032eeae3b0 feat(blueprint): update to v20 with refined communication guidelines and enhanced handling of ambiguous requests 2025-08-04 01:23:35 +05:00
Muhammad Ubaid Raza
997c7b0243 feat(blueprint): refine tool usage guidelines for improved efficiency and clarity 2025-08-03 16:41:46 +05:00
Muhammad Ubaid Raza
3a32cf2608 feat(blueprint): enhance communication guidelines for clarity and tone 2025-08-03 16:39:22 +05:00
Muhammad Ubaid Raza
e25e39898a feat(blueprint): update to v19 with enhanced communication guidelines and tool usage policies 2025-08-03 15:48:16 +05:00
Muhammad Ubaid Raza
ae838580f9 feat(blueprint): refine workflow selection and enhance clarity in debugging and implementation processes 2025-08-03 02:10:22 +05:00
Muhammad Ubaid Raza
c918403645 feat(blueprint): refine tool usage guidelines and enhance clarity in task execution protocols 2025-08-02 21:09:41 +05:00
Muhammad Ubaid Raza
682cae58af feat(blueprint): update to v18 with enhanced directives for optimal solutions and sequential thinking 2025-08-02 14:18:21 +05:00
Muhammad Ubaid Raza
0cc4e3217e feat(blueprint): update to v17 with enhanced tool usage and planning directives 2025-08-02 00:23:25 +05:00
Muhammad Ubaid Raza
ad2b7c2ab7 feat(blueprint): enhance sequential thinking and tool usage guidelines 2025-08-01 11:44:42 +05:00
Muhammad Ubaid Raza
072639f7e3
Feature/blueprint mode v16 (#141)
* feat: Update Blueprint Mode to v16 with enhanced directives and workflows

- Changed model from Claude Sonnet 4 to GPT-4.1.
- Revised description for clarity and conciseness.
- Expanded communication guidelines for improved task management.
- Enhanced quality and engineering protocols, emphasizing SOLID principles and documentation.
- Introduced new execution principles to streamline task execution and reflection.
- Updated artifact structure to include specifications for requirements, architecture, and edge cases.
- Refined workflows for better task handling and validation processes.
- Improved debugging strategies and handling of ambiguous requests.

* refactor: streamline communication guidelines and core directives in Blueprint Mode documentation
2025-08-01 11:49:01 +10:00
Aung Myo Kyaw
653d283af9
feat(prompts): add Git Flow branch creator prompt with full XML-drive… (#132)
* feat(prompts): add Git Flow branch creator prompt with full XML-driven workflow

Introduces a new prompt file that guides users through creating Git Flow branches using a structured XML analysis and naming convention. Includes workflow, analysis framework, naming conventions, edge case handling, and validation checklist.

* feat(prompts): add Git Flow Branch Creator prompt to README table

* style(prompts): use single quotes in front matter for git-flow-branch-creator.prompt.md

* Update prompts/git-flow-branch-creator.prompt.md

Co-authored-by: Aaron Powell <me@aaron-powell.com>

* chore(prompts): update git-flow-branch-creator prompt front matter

Remove 'Created' field
Add 'tools' field to front matter for clarity

* docs(readme): clarify Git Flow Branch Creator prompt description and details

---------

Co-authored-by: Aung Myo Kyaw <aungmyokyaw@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-08-01 11:46:01 +10:00
Aung Myo Kyaw
3ef7117151
docs(instructions): add conventional commit prompt and document in RE… (#131)
* docs(instructions): add conventional commit prompt and document in README

* docs(readme,conventional-commit-prompt): clarify Conventional Commit prompt description and improve prompt front matter

Updated README.md to clarify the Conventional Commit prompt description and details. Updated instructions/conventional-commit.prompt.md to improve front matter (description, tools) and remove unnecessary fields.

* docs(prompt): simplify XML structure and remove redundant tags

---------

Co-authored-by: Aung Myo Kyaw <aungmyokyaw@users.noreply.github.com>
2025-08-01 11:45:34 +10:00
Tianqi Zhang
43579c939e
Add Microsoft/Azure Study Mode chat mode (#134)
* Add Microsoft Study and Learn chat mode

* Fix update-readme.js for windows env
2025-07-31 15:32:05 +10:00
Aaron Powell
89ee77e73c
Links for chat modes working (#138) 2025-07-31 14:49:19 +10:00
Robert Altman
aa189fdaab
Update containerization-docker-best-practices.instructions.md (#137)
Reduce redundancy; improve coverage of excluding .env.* files.
2025-07-31 10:45:06 +10:00
samqbush
33bbe2b18b
feat: add Prompt Builder for creating high-quality GitHub Copilot prompts (#136)
* feat: add Prompt Builder for creating high-quality GitHub Copilot prompts

* run node update-readme.js

* change " to '

* fix: correct formatting of description in prompt-builder prompt
2025-07-31 10:43:09 +10:00
Muhammad Ubaid Raza
59c3a9f887
[feat] Update Blueprint Mode (#133)
* 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

* feat(docs): update Blueprint Mode documentation to v5 with enhanced directives and workflows

* fix(docs): refine thinking process directive for clarity and completeness

* feat(docs): update Blueprint Mode documentation from v5 to v6 with revised file paths and workflow steps

* feat(docs): update Blueprint Mode documentation to v6 with enhanced agent instructions

* feat(docs): enhance Blueprint Mode directives with self-reflection and retry strategies

* feat(docs): update Blueprint Mode documentation to v7 with enhanced task management and artifact tracking

* feat(docs): update Blueprint Mode documentation to v8 with enhanced specifications and directives

* feat(docs): update Blueprint Mode documentation to v9 with enhanced directives for task workflows and artifact management

* feat(docs): update artifact paths in Blueprint Mode documentation to reflect new directory structure

* feat(docs): update Blueprint Mode documentation from v9 to v10 with enhanced directives and workflow details

* feat(docs): update Blueprint Mode documentation from v10 to v11 with enhanced directives and tool usage guidelines

* feat(docs): update Blueprint Mode documentation to v12 with enhanced directives and workflow details
2025-07-31 10:41:03 +10:00
Muhammad Ubaid Raza
76199689d4
feat(docs): add Blueprint Mode v1 chat mode and documentation (#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
2025-07-28 10:14:34 +10:00
Saul Dolgin
83a90b29d4
Repository Story Time - Comprehensive Repo Analysis & Narrative Generation Prompt (#121)
* feat: add comprehensive repository analysis prompt and methodology

* README updated

* refactor: update tools and enhance methodology for repository analysis

* refactor: update command syntax for repository analysis to PowerShell format

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-28 10:13:11 +10:00
Aung Myo Kyaw
9f5c134d77
Feature/tasks json readme (#130)
* feat: add tasks.json with task to generate README file (closes #106)

* chore: set tasks.json version to 1.0.0 as requested

* chore(tasks): update tasks.json version to 2.0.0 for VS Code compatibility

---------

Co-authored-by: Aung Myo Kyaw <aungmyokyaw@users.noreply.github.com>
2025-07-28 10:12:51 +10:00
Aung Myo Kyaw
4e36f6104a
chore: ignore macOS .DS_Store system files in .gitignore (#129)
Co-authored-by: Aung Myo Kyaw <aungmyokyaw@users.noreply.github.com>
2025-07-28 10:12:09 +10:00
José Antonio Garrido
b1fc557c07
feat: add NestJS development best practices instructions (#128)
- Add comprehensive NestJS instructions covering DI, modular architecture, and decorators
- Include project structure recommendations and naming conventions
- Cover API development patterns, database integration, and authentication
- Add testing strategies, performance optimization, and security best practices
- Update README.md with new NestJS instructions entry
2025-07-28 10:11:09 +10:00
Debbie O'Brien
edb5e16922
Add Playwright MCP prompts and chat modes for testing and automation (#99)
* Add Playwright MCP prompts and chat modes for testing and automation

* Update prompts/playwright-generate-test.prompt.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Enhance Playwright prompts and chatmode descriptions for clarity and consistency

* Add model specification to Playwright tester chatmode

* Update model specification in Playwright test generation prompt

* Add description to Playwright test generation prompt

* Refactor Playwright tools list in prompts and chat modes to remove redundant entries as just adding playwright seems to be supported now

* Fix typo in Playwright tester responsibilities section

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-28 09:57:29 +10:00
Dan
ce36c84810
Added Terraform instructions and updated README (#116)
* Added Terraform instructions and updated README

* Reverted changed to CONTRIBUTING.md

---------

Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2025-07-27 16:57:18 -07:00
Aaron Powell
e644ab71fa
Adding an action to invoke webhooks (#78)
* Adding an action to invoke webhooks

This will allow external tools to be notified when there are updates on the main branch so they can request the data from the repo

* Addressing some feedback

* Changing the log messages

* Cleaning up log message

* Update .github/workflows/webhook-caller.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update .github/workflows/webhook-caller.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update .github/workflows/webhook-caller.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-28 09:53:17 +10:00
Daniel Scott-Raynsford
82d6efe37c
New Instructions: PowerShell Pester v5 Testing Guidelines (#122)
* CHANGE: Add PowerShell Pester v5 Testing Guidelines

- Introduced a new guide for PowerShell Pester testing best practices.
- Covers file naming, test structure, core keywords, setup/teardown, assertions, mocking, and best practices.
- Provides examples and configuration details for effective test execution.

* CHANGE: Remove unnecessary code block from guidelines

- Removed the empty PowerShell code block from the PowerShell Pester v5 testing guidelines.

* CHANGE: Correct file naming pattern in guidelines

- Updated the file naming pattern from '**/*.tests.ps1' to '**/*.Tests.ps1' for consistency with PowerShell Pester v5 conventions.

---------

Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2025-07-24 19:48:27 -07:00
Copilot
ef8e026997
Fix table formatting issues under Reusable Prompt heading (#126)
* Initial plan

* Fix table formatting issues in Reusable Prompts section

Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: codemillmatt <2053639+codemillmatt@users.noreply.github.com>
2025-07-24 19:42:41 -07:00
zooav
d4a0af0c7b
Add technology-agnostic blueprint generators for comprehensive project documentation (#113)
* add 7 technology-agnostic blueprint generators for project documentation that helps GitHub Copilot to generate instructions that respect project-specific conventions

- Add architecture-blueprint-generator for documenting system design patterns
- Add code-exemplars-blueprint-generator for identifying quality code standards
- Add copilot-instructions-blueprint-generator for creating AI guidance files
- Add folder-structure-blueprint-generator for documenting project organization
- Add project-workflow-blueprint-generator for end-to-end process documentation
- Add readme-blueprint-generator for comprehensive repository documentation
- Add technology-stack-blueprint-generator for tech stack analysis

* Update README.md

* Update architecture-blueprint-generator.prompt.md

Fixed : The description field in the front matter should be wrapped in single quotes, not double quotes, according to the coding guidelines.

* Update folder-structure-blueprint-generator.prompt.md

Fixed : The description field in the front matter should be wrapped in single quotes, not double quotes, according to the coding guidelines.

* Update project-workflow-analysis-blueprint-generator.prompt.md

Fixed : The description field in the front matter should be wrapped in single quotes, not double quotes, according to the coding guidelines.

* Update readme-blueprint-generator.prompt.md

Fixed : The description field in the front matter should be wrapped in single quotes, not double quotes, according to the coding guidelines.

* update readme and fixed copilot suggestions

---------

Co-authored-by: Ajay Singh <ajay.singh@compunnel.com>
2025-07-24 19:27:40 -07:00