microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v2.0.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

extension/package.json

327lines · modecode

1{
2 "name": "hve-core",
3 "displayName": "HVE Core",
4 "version": "2.0.0",
5 "description": "AI-powered chat agents, prompts, and instructions for hybrid virtual environments",
6 "publisher": "ise-hve-essentials",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/microsoft/hve-core.git"
10 },
11 "engines": {
12 "vscode": "^1.106.1"
13 },
14 "categories": [
15 "Chat"
16 ],
17 "contributes": {
18 "chatAgents": [
19 {
20 "name": "ado-prd-to-wit",
21 "path": "./.github/agents/ado-prd-to-wit.agent.md",
22 "description": "Product Manager expert for analyzing PRDs and planning Azure DevOps work item hierarchies"
23 },
24 {
25 "name": "adr-creation",
26 "path": "./.github/agents/adr-creation.agent.md",
27 "description": "Interactive AI coaching for collaborative architectural decision record creation with guided discovery, research integration, and progressive documentation building - Brought to you by microsoft/edge-ai"
28 },
29 {
30 "name": "arch-diagram-builder",
31 "path": "./.github/agents/arch-diagram-builder.agent.md",
32 "description": "Architecture diagram builder agent that builds high quality ASCII-art diagrams - Brought to you by microsoft/hve-core"
33 },
34 {
35 "name": "brd-builder",
36 "path": "./.github/agents/brd-builder.agent.md",
37 "description": "Business Requirements Document builder with guided Q&A and reference integration"
38 },
39 {
40 "name": "doc-ops",
41 "path": "./.github/agents/doc-ops.agent.md",
42 "description": "Autonomous documentation operations agent for pattern compliance, accuracy verification, and gap detection - Brought to you by microsoft/hve-core"
43 },
44 {
45 "name": "gen-data-spec",
46 "path": "./.github/agents/gen-data-spec.agent.md",
47 "description": "Generate comprehensive data dictionaries, machine-readable data profiles, and objective summaries for downstream analysis (EDA notebooks, dashboards) through guided discovery"
48 },
49 {
50 "name": "gen-jupyter-notebook",
51 "path": "./.github/agents/gen-jupyter-notebook.agent.md",
52 "description": "Create structured exploratory data analysis Jupyter notebooks from available data sources and generated data dictionaries"
53 },
54 {
55 "name": "gen-streamlit-dashboard",
56 "path": "./.github/agents/gen-streamlit-dashboard.agent.md",
57 "description": "Develop a multi-page Streamlit dashboard"
58 },
59 {
60 "name": "github-issue-manager",
61 "path": "./.github/agents/github-issue-manager.agent.md",
62 "description": "Interactive GitHub issue management with conversational workflows for filing, navigating, and searching issues"
63 },
64 {
65 "name": "hve-core-installer",
66 "path": "./.github/agents/hve-core-installer.agent.md",
67 "description": "Decision-driven installer for HVE-Core with 6 installation methods for local, devcontainer, and Codespaces environments - Brought to you by microsoft/hve-core"
68 },
69 {
70 "name": "memory",
71 "path": "./.github/agents/memory.agent.md",
72 "description": "Conversation memory persistence for session continuity - Brought to you by microsoft/hve-core"
73 },
74 {
75 "name": "pr-review",
76 "path": "./.github/agents/pr-review.agent.md",
77 "description": "Comprehensive Pull Request review assistant ensuring code quality, security, and convention compliance - Brought to you by microsoft/hve-core"
78 },
79 {
80 "name": "prd-builder",
81 "path": "./.github/agents/prd-builder.agent.md",
82 "description": "Product Requirements Document builder with guided Q&A and reference integration"
83 },
84 {
85 "name": "prompt-builder",
86 "path": "./.github/agents/prompt-builder.agent.md",
87 "description": "Prompt engineering assistant with phase-based workflow for creating and validating prompts, agents, and instructions files - Brought to you by microsoft/hve-core"
88 },
89 {
90 "name": "rpi-agent",
91 "path": "./.github/agents/rpi-agent.agent.md",
92 "description": "Autonomous RPI orchestrator dispatching task-* agents through Research → Plan → Implement → Review → Discover phases - Brought to you by microsoft/hve-core"
93 },
94 {
95 "name": "security-plan-creator",
96 "path": "./.github/agents/security-plan-creator.agent.md",
97 "description": "Expert security architect for creating comprehensive cloud security plans - Brought to you by microsoft/hve-core"
98 },
99 {
100 "name": "task-implementor",
101 "path": "./.github/agents/task-implementor.agent.md",
102 "description": "Executes implementation plans from .copilot-tracking/plans with progressive tracking and change records"
103 },
104 {
105 "name": "task-planner",
106 "path": "./.github/agents/task-planner.agent.md",
107 "description": "Implementation planner for creating actionable implementation plans - Brought to you by microsoft/hve-core"
108 },
109 {
110 "name": "task-researcher",
111 "path": "./.github/agents/task-researcher.agent.md",
112 "description": "Task research specialist for comprehensive project analysis - Brought to you by microsoft/hve-core"
113 },
114 {
115 "name": "task-reviewer",
116 "path": "./.github/agents/task-reviewer.agent.md",
117 "description": "Reviews completed implementation work for accuracy, completeness, and convention compliance - Brought to you by microsoft/hve-core"
118 },
119 {
120 "name": "test-streamlit-dashboard",
121 "path": "./.github/agents/test-streamlit-dashboard.agent.md",
122 "description": "Automated testing for Streamlit dashboards using Playwright with issue tracking and reporting"
123 }
124 ],
125 "chatPromptFiles": [
126 {
127 "name": "ado-create-pull-request",
128 "path": "./.github/prompts/ado-create-pull-request.prompt.md",
129 "description": "Generate pull request description, discover related work items, identify reviewers, and create Azure DevOps pull request with all linkages."
130 },
131 {
132 "name": "ado-get-build-info",
133 "path": "./.github/prompts/ado-get-build-info.prompt.md",
134 "description": "Retrieve Azure DevOps build information for a Pull Request or specific Build Number."
135 },
136 {
137 "name": "ado-get-my-work-items",
138 "path": "./.github/prompts/ado-get-my-work-items.prompt.md",
139 "description": "Retrieve user's current Azure DevOps work items and organize them into planning file definitions"
140 },
141 {
142 "name": "ado-process-my-work-items-for-task-planning",
143 "path": "./.github/prompts/ado-process-my-work-items-for-task-planning.prompt.md",
144 "description": "Process retrieved work items for task planning and generate task-planning-logs.md handoff file"
145 },
146 {
147 "name": "ado-update-wit-items",
148 "path": "./.github/prompts/ado-update-wit-items.prompt.md",
149 "description": "Prompt to update work items based on planning files"
150 },
151 {
152 "name": "checkpoint",
153 "path": "./.github/prompts/checkpoint.prompt.md",
154 "description": "Save or restore conversation context using memory files - Brought to you by microsoft/hve-core"
155 },
156 {
157 "name": "doc-ops-update",
158 "path": "./.github/prompts/doc-ops-update.prompt.md",
159 "description": "Invoke doc-ops agent for documentation quality assurance and updates"
160 },
161 {
162 "name": "git-commit-message",
163 "path": "./.github/prompts/git-commit-message.prompt.md",
164 "description": "Generates a commit message following the commit-message.instructions.md rules based on all changes in the branch"
165 },
166 {
167 "name": "git-commit",
168 "path": "./.github/prompts/git-commit.prompt.md",
169 "description": "Stages all changes, generates a conventional commit message, shows it to the user, and commits using only git add/commit"
170 },
171 {
172 "name": "git-merge",
173 "path": "./.github/prompts/git-merge.prompt.md",
174 "description": "Coordinate Git merge, rebase, and rebase --onto workflows with consistent conflict handling."
175 },
176 {
177 "name": "git-setup",
178 "path": "./.github/prompts/git-setup.prompt.md",
179 "description": "Interactive, verification-first Git configuration assistant (non-destructive)"
180 },
181 {
182 "name": "github-add-issue",
183 "path": "./.github/prompts/github-add-issue.prompt.md",
184 "description": "Add a GitHub issue to the backlog using discovered issue templates from .github/ISSUE_TEMPLATE/"
185 },
186 {
187 "name": "prompt-analyze",
188 "path": "./.github/prompts/prompt-analyze.prompt.md",
189 "description": "Evaluates prompt engineering artifacts against quality criteria and reports findings - Brought to you by microsoft/hve-core"
190 },
191 {
192 "name": "prompt-build",
193 "path": "./.github/prompts/prompt-build.prompt.md",
194 "description": "Build or improve prompt engineering artifacts following quality criteria - Brought to you by microsoft/hve-core"
195 },
196 {
197 "name": "prompt-refactor",
198 "path": "./.github/prompts/prompt-refactor.prompt.md",
199 "description": "Refactors and cleans up prompt engineering artifacts through iterative improvement - Brought to you by microsoft/hve-core"
200 },
201 {
202 "name": "pull-request",
203 "path": "./.github/prompts/pull-request.prompt.md",
204 "description": "Provides prompt instructions for pull request (PR) generation - Brought to you by microsoft/edge-ai"
205 },
206 {
207 "name": "risk-register",
208 "path": "./.github/prompts/risk-register.prompt.md",
209 "description": "Creates a concise and well-structured qualitative risk register using a Probability × Impact (P×I) risk matrix."
210 },
211 {
212 "name": "rpi",
213 "path": "./.github/prompts/rpi.prompt.md",
214 "description": "Autonomous Research-Plan-Implement-Review-Discover workflow for completing tasks - Brought to you by microsoft/hve-core"
215 },
216 {
217 "name": "task-implement",
218 "path": "./.github/prompts/task-implement.prompt.md",
219 "description": "Locates and executes implementation plans using task-implementor mode - Brought to you by microsoft/hve-core"
220 },
221 {
222 "name": "task-plan",
223 "path": "./.github/prompts/task-plan.prompt.md",
224 "description": "Initiates implementation planning based on user context or research documents - Brought to you by microsoft/hve-core"
225 },
226 {
227 "name": "task-research",
228 "path": "./.github/prompts/task-research.prompt.md",
229 "description": "Initiates research for implementation planning based on user requirements - Brought to you by microsoft/hve-core"
230 },
231 {
232 "name": "task-review",
233 "path": "./.github/prompts/task-review.prompt.md",
234 "description": "Initiates implementation review based on user context or automatic artifact discovery - Brought to you by microsoft/hve-core"
235 }
236 ],
237 "chatInstructions": [
238 {
239 "name": "ado-create-pull-request-instructions",
240 "path": "./.github/instructions/ado-create-pull-request.instructions.md",
241 "description": "Required protocol for creating Azure DevOps pull requests with work item discovery, reviewer identification, and automated linking."
242 },
243 {
244 "name": "ado-get-build-info-instructions",
245 "path": "./.github/instructions/ado-get-build-info.instructions.md",
246 "description": "Required instructions for anything related to Azure Devops or ado build information including status, logs, or details from provided pullrequest (PR), build Id, or branch name."
247 },
248 {
249 "name": "ado-update-wit-items-instructions",
250 "path": "./.github/instructions/ado-update-wit-items.instructions.md",
251 "description": "Work item creation and update protocol using MCP ADO tools with handoff tracking"
252 },
253 {
254 "name": "ado-wit-discovery-instructions",
255 "path": "./.github/instructions/ado-wit-discovery.instructions.md",
256 "description": "Protocol for discovering Azure DevOps work items via user assignment or artifact analysis with planning file output"
257 },
258 {
259 "name": "ado-wit-planning-instructions",
260 "path": "./.github/instructions/ado-wit-planning.instructions.md",
261 "description": "Reference specification for Azure DevOps work item planning files, templates, field definitions, and search protocols"
262 },
263 {
264 "name": "bash-instructions",
265 "path": "./.github/instructions/bash/bash.instructions.md",
266 "description": "Instructions for bash script implementation - Brought to you by microsoft/edge-ai"
267 },
268 {
269 "name": "bicep-instructions",
270 "path": "./.github/instructions/bicep/bicep.instructions.md",
271 "description": "Instructions for Bicep infrastructure as code implementation - Brought to you by microsoft/hve-core"
272 },
273 {
274 "name": "commit-message-instructions",
275 "path": "./.github/instructions/commit-message.instructions.md",
276 "description": "Required instructions for creating all commit messages - Brought to you by microsoft/edge-ai"
277 },
278 {
279 "name": "csharp-tests-instructions",
280 "path": "./.github/instructions/csharp/csharp-tests.instructions.md",
281 "description": "Required instructions for C# (CSharp) test code research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core"
282 },
283 {
284 "name": "csharp-instructions",
285 "path": "./.github/instructions/csharp/csharp.instructions.md",
286 "description": "Required instructions for C# (CSharp) research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core"
287 },
288 {
289 "name": "git-merge-instructions",
290 "path": "./.github/instructions/git-merge.instructions.md",
291 "description": "Required protocol for Git merge, rebase, and rebase --onto workflows with conflict handling and stop controls."
292 },
293 {
294 "name": "markdown-instructions",
295 "path": "./.github/instructions/markdown.instructions.md",
296 "description": "Required instructions for creating or editing any Markdown (.md) files"
297 },
298 {
299 "name": "prompt-builder-instructions",
300 "path": "./.github/instructions/prompt-builder.instructions.md",
301 "description": "Authoring standards for prompt engineering artifacts including file types, protocol patterns, writing style, and quality criteria - Brought to you by microsoft/hve-core"
302 },
303 {
304 "name": "python-script-instructions",
305 "path": "./.github/instructions/python-script.instructions.md",
306 "description": "Instructions for Python scripting implementation - Brought to you by microsoft/hve-core"
307 },
308 {
309 "name": "terraform-instructions",
310 "path": "./.github/instructions/terraform/terraform.instructions.md",
311 "description": "Instructions for Terraform infrastructure as code implementation - Brought to you by microsoft/hve-core"
312 },
313 {
314 "name": "uv-projects-instructions",
315 "path": "./.github/instructions/uv-projects.instructions.md",
316 "description": "Create and manage Python virtual environments using uv commands"
317 },
318 {
319 "name": "writing-style-instructions",
320 "path": "./.github/instructions/writing-style.instructions.md",
321 "description": "Required writing style conventions for voice, tone, and language in all markdown content"
322 }
323 ]
324 },
325 "author": "Microsoft",
326 "license": "MIT"
327}
328