microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
docs/659-role-based-docs-lifecycle-guides

Branches

Tags

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

Clone

HTTPS

Download ZIP

.github/plugin/marketplace.json

79lines · modecode

1{
2 "name": "hve-core",
3 "metadata": {
4 "description": "HVE Core",
5 "version": "2.3.10",
6 "pluginRoot": "./plugins"
7 },
8 "owner": {
9 "name": "Microsoft"
10 },
11 "plugins": [
12 {
13 "name": "ado",
14 "source": "./plugins/ado",
15 "description": "Azure DevOps work item management, build monitoring, and pull request creation",
16 "version": "2.3.10"
17 },
18 {
19 "name": "coding-standards",
20 "source": "./plugins/coding-standards",
21 "description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects",
22 "version": "2.3.10"
23 },
24 {
25 "name": "data-science",
26 "source": "./plugins/data-science",
27 "description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
28 "version": "2.3.10"
29 },
30 {
31 "name": "design-thinking",
32 "source": "./plugins/design-thinking",
33 "description": "Design Thinking coaching identity, quality constraints, and methodology instructions for AI-enhanced design thinking across nine methods",
34 "version": "2.3.10"
35 },
36 {
37 "name": "experimental",
38 "source": "./plugins/experimental",
39 "description": "Experimental and preview artifacts not yet promoted to stable collections",
40 "version": "2.3.10"
41 },
42 {
43 "name": "github",
44 "source": "./plugins/github",
45 "description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
46 "version": "2.3.10"
47 },
48 {
49 "name": "hve-core",
50 "source": "./plugins/hve-core",
51 "description": "HVE Core RPI (Research, Plan, Implement, Review) workflow with Git commit, merge, setup, and pull request prompts",
52 "version": "2.3.10"
53 },
54 {
55 "name": "hve-core-all",
56 "source": "./plugins/hve-core-all",
57 "description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
58 "version": "2.3.10"
59 },
60 {
61 "name": "installer",
62 "source": "./plugins/installer",
63 "description": "Interactive installer agent for deploying HVE Core artifacts across workspace configurations",
64 "version": "2.3.10"
65 },
66 {
67 "name": "project-planning",
68 "source": "./plugins/project-planning",
69 "description": "PRDs, BRDs, ADRs, and architecture diagrams",
70 "version": "2.3.10"
71 },
72 {
73 "name": "security-planning",
74 "source": "./plugins/security-planning",
75 "description": "Security plan creation, incident response, and risk assessment",
76 "version": "2.3.10"
77 }
78 ]
79}