|
6 | 6 | "model": "GPT-4.1",
|
7 | 7 | "title": "4.1 Beast Mode (VS Code v1.102)"
|
8 | 8 | },
|
| 9 | + { |
| 10 | + "filename": "Thinking-Beast-Mode.chatmode.md", |
| 11 | + "description": "A transcendent coding agent with quantum cognitive architecture, adversarial intelligence, and unrestricted creative freedom.", |
| 12 | + "title": "Thinking Beast Mode" |
| 13 | + }, |
9 | 14 | {
|
10 | 15 | "filename": "accesibility.chatmode.md",
|
11 | 16 | "description": "Accessibility mode.",
|
|
1013 | 1018 | "**/*.razor"
|
1014 | 1019 | ]
|
1015 | 1020 | },
|
| 1021 | + { |
| 1022 | + "filename": "dotnet-framework.instructions.md", |
| 1023 | + "description": "Guidance for working with .NET Framework projects. Includes project structure, C# language version, NuGet management, and best practices.", |
| 1024 | + "applyTo": [ |
| 1025 | + "**/*.csproj'", |
| 1026 | + "'**/*.cs" |
| 1027 | + ] |
| 1028 | + }, |
1016 | 1029 | {
|
1017 | 1030 | "filename": "dotnet-maui.instructions.md",
|
1018 | 1031 | "description": ".NET MAUI component and application patterns",
|
|
1354 | 1367 | "mode": "agent",
|
1355 | 1368 | "description": "Analyze Azure resource health, diagnose issues from logs and telemetry, and create a remediation plan for identified problems."
|
1356 | 1369 | },
|
| 1370 | + { |
| 1371 | + "filename": "breakdown-epic-arch.prompt.md", |
| 1372 | + "mode": "agent", |
| 1373 | + "description": "Prompt for creating the high-level technical architecture for an Epic, based on a Product Requirements Document." |
| 1374 | + }, |
| 1375 | + { |
| 1376 | + "filename": "breakdown-epic-pm.prompt.md", |
| 1377 | + "mode": "agent", |
| 1378 | + "description": "Prompt for creating an Epic Product Requirements Document (PRD) for a new epic. This PRD will be used as input for generating a technical architecture specification." |
| 1379 | + }, |
| 1380 | + { |
| 1381 | + "filename": "breakdown-feature-implementation.prompt.md", |
| 1382 | + "mode": "agent", |
| 1383 | + "description": "Prompt for creating detailed feature implementation plans, following Epoch monorepo structure." |
| 1384 | + }, |
| 1385 | + { |
| 1386 | + "filename": "breakdown-feature-prd.prompt.md", |
| 1387 | + "mode": "agent", |
| 1388 | + "description": "Prompt for creating Product Requirements Documents (PRDs) for new features, based on an Epic." |
| 1389 | + }, |
| 1390 | + { |
| 1391 | + "filename": "breakdown-plan.prompt.md", |
| 1392 | + "mode": "agent", |
| 1393 | + "description": "Issue Planning and Automation prompt that generates comprehensive project plans with Epic > Feature > Story/Enabler > Test hierarchy, dependencies, priorities, and automated tracking." |
| 1394 | + }, |
| 1395 | + { |
| 1396 | + "filename": "breakdown-test.prompt.md", |
| 1397 | + "mode": "agent", |
| 1398 | + "description": "Test Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality validation plans for GitHub projects." |
| 1399 | + }, |
1357 | 1400 | {
|
1358 | 1401 | "filename": "code-exemplars-blueprint-generator.prompt.md",
|
1359 | 1402 | "description": "Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams."
|
|
0 commit comments