Skip to content

Commit 8c7f13d

Browse files
committed
Update metadata.json
1 parent b7984dc commit 8c7f13d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

awesome-copilot/src/McpAwesomeCopilot.Common/metadata.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@
162162
},
163163
{
164164
"filename": "blueprint-mode.chatmode.md",
165-
"description": "This mode mandates the agent to operate as a self-sufficient, autonomous engineer. It requires rigorous planning before execution, meticulous documentation, proactive issue resolution, and perpetual design improvement. All resources must be fully leveraged and all constraints bypassed to guarantee the delivery of superior solutions.",
165+
"model": "Claude Sonnet 4",
166+
"description": "Blueprint Mode enforces autonomous engineering with strict specification-first development. Agents must plan rigorously, document meticulously, and resolve issues proactively. All resources are maximized, constraints bypassed, and no placeholders allowed to deliver optimal solutions.",
166167
"tools": [
167168
"changes",
168169
"codebase",
@@ -1896,6 +1897,16 @@
18961897
"filename": "project-workflow-analysis-blueprint-generator.prompt.md",
18971898
"description": "Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures."
18981899
},
1900+
{
1901+
"filename": "prompt-builder.prompt.md",
1902+
"mode": "agent",
1903+
"tools": [
1904+
"codebase",
1905+
"editFiles",
1906+
"search"
1907+
],
1908+
"description": "Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices."
1909+
},
18991910
{
19001911
"filename": "readme-blueprint-generator.prompt.md",
19011912
"description": "Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, development workflow, coding standards, and testing approaches while generating well-structured markdown documentation with proper formatting, cross-references, and developer-focused content."

0 commit comments

Comments
 (0)