microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v3.3.27

Branches

Tags

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

Clone

HTTPS

Download ZIP

plugins/hve-core-all/README.md

293lines · modecode

1<!-- markdownlint-disable-file -->
2# HVE Core All
3
4Full bundle of all stable HVE Core agents, prompts, instructions, and skills
5
6## Overview
7
8HVE Core provides the complete collection of AI chat agents, prompts, instructions, and skills for VS Code with GitHub Copilot. This edition includes every artifact across all domains: development workflows, architecture, Azure DevOps, GitHub and Jira backlog workflows, data science, design thinking, security, and more.
9
10Use this edition when you want access to everything without choosing a focused collection.
11
12> [!CAUTION]
13> This collection includes security, responsible AI, and supply chain security agents and prompts that are **assistive tools only**. They do not replace professional security tooling (SAST, DAST, SCA, penetration testing, compliance scanners) or qualified human review. All AI-generated security and compliance artifacts **must** be reviewed and validated by qualified professionals before use. AI outputs may contain inaccuracies, miss critical threats, or produce recommendations that are incomplete or inappropriate for your environment.
14
15Code review agents included (via coding-standards collection):
16
17- **Functional Code Review** — Pre-PR branch diff reviewer for functional correctness, error handling, edge cases, and testing gaps
18
19Security and planning agents included (via security collection):
20
21- **Security Planner** — STRIDE-based security model analysis with operational bucket classification, standards mapping, and automated backlog generation
22- **SSSC Planner** — Supply chain security assessment against OpenSSF Scorecard, SLSA, and SBOM standards
23- **RAI Planner** — Responsible AI assessment with sensitive uses screening, impact assessment, and dual-format backlog handoff
24
25Supporting subagents included:
26
27- **Codebase Researcher** — Searches workspace for code patterns, conventions, and implementations
28- **External Researcher** — Retrieves external documentation, SDK references, and code samples
29- **Phase Implementor** — Executes single implementation phases with change tracking
30- **Artifact Validator** — Validates implementation work against plans and conventions
31- **Prompt Tester** — Tests prompt files by following them literally in a sandbox
32- **Prompt Evaluator** — Evaluates prompt execution results against quality criteria
33
34Skills included:
35
36- **HVE Core Installer** — Decision-driven installer skill for deploying HVE Core across workspace configurations
37- **GitLab Integration** — GitLab merge request and pipeline workflows through a Python skill
38- **Jira Integration** — Jira backlog discovery, triage, execution, and PRD planning workflows backed by Jira issue operations and field discovery
39- **PR Reference** — Generates PR reference XML files with commit history and diffs for pull request workflows
40- **Video to GIF** — Converts video files to optimized GIF animations using FFmpeg two-pass palette optimization
41
42## Install
43
44```bash
45copilot plugin install hve-core-all@hve-core
46```
47
48## Agents
49
50| Agent | Description |
51|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
52| ado-backlog-manager | Orchestrator agent for Azure DevOps backlog management workflows including triage, discovery, sprint planning, PRD-to-work-item conversion, and execution - Brought to you by microsoft/hve-core |
53| ado-prd-to-wit | Product Manager expert for analyzing PRDs and planning Azure DevOps work item hierarchies |
54| functional-code-review | Pre-PR branch diff reviewer for functional correctness, error handling, edge cases, and testing gaps - Brought to you by microsoft/hve-core |
55| gen-data-spec | Generate comprehensive data dictionaries, machine-readable data profiles, and objective summaries for downstream analysis (EDA notebooks, dashboards) through guided discovery |
56| gen-jupyter-notebook | Create structured exploratory data analysis Jupyter notebooks from available data sources and generated data dictionaries |
57| gen-streamlit-dashboard | Develop a multi-page Streamlit dashboard |
58| test-streamlit-dashboard | Automated testing for Streamlit dashboards using Playwright with issue tracking and reporting |
59| dt-coach | Design Thinking coach guiding teams through the 9-method HVE framework with Think/Speak/Empower philosophy - Brought to you by microsoft/hve-core |
60| dt-learning-tutor | Design Thinking learning tutor providing structured curriculum, comprehension checks, and adaptive pacing - Brought to you by microsoft/hve-core |
61| experiment-designer | Conversational coach that guides users through designing a Minimum Viable Experiment (MVE) with structured hypothesis formation, vetting, and experiment planning - Brought to you by microsoft/hve-core |
62| pptx | Creates, updates, and manages PowerPoint slide decks using YAML-driven content with python-pptx |
63| pptx-subagent | Executes PowerPoint skill operations including content extraction, YAML creation, deck building, and visual validation |
64| github-backlog-manager | Orchestrator agent for GitHub backlog management workflows including triage, discovery, sprint planning, and execution - Brought to you by microsoft/hve-core |
65| doc-ops | Autonomous documentation operations agent for pattern compliance, accuracy verification, and gap detection - Brought to you by microsoft/hve-core |
66| memory | Conversation memory persistence for session continuity - Brought to you by microsoft/hve-core |
67| pr-review | Comprehensive Pull Request review assistant ensuring code quality, security, and convention compliance - Brought to you by microsoft/hve-core |
68| prompt-builder | Prompt engineering assistant with phase-based workflow for creating and validating prompts, agents, and instructions files - Brought to you by microsoft/hve-core |
69| rpi-agent | Autonomous RPI orchestrator running Research → Plan → Implement → Review → Discover phases, using specialized subagents when task difficulty warrants them - Brought to you by microsoft/hve-core |
70| implementation-validator | Validates implementation quality against architectural requirements, design principles, and code standards with severity-graded findings - Brought to you by microsoft/hve-core |
71| phase-implementor | Executes a single implementation phase from a plan with full codebase access and change tracking - Brought to you by microsoft/hve-core |
72| plan-validator | Validates implementation plans against research documents, updating the Planning Log Discrepancy Log section with severity-graded findings - Brought to you by microsoft/hve-core |
73| prompt-evaluator | Evaluates prompt execution results against Prompt Quality Criteria with severity-graded findings and categorized remediation guidance |
74| prompt-tester | Tests prompt files by following them literally in a sandbox environment when creating or improving prompts, instructions, agents, or skills without improving or interpreting beyond face value |
75| prompt-updater | Modifies or creates prompts, instructions or rules, agents, skills following prompt engineering conventions and standards based on prompt evaluation and research |
76| researcher-subagent | Research subagent using search tools, read tools, fetch web page, github repo, and mcp tools |
77| rpi-validator | Validates a Changes Log against the Implementation Plan, Planning Log, and Research Documents for a specific plan phase - Brought to you by microsoft/hve-core |
78| task-implementor | Executes implementation plans from .copilot-tracking/plans with progressive tracking and change records - Brought to you by microsoft/hve-core |
79| task-planner | Implementation planner for creating actionable implementation plans - Brought to you by microsoft/hve-core |
80| task-researcher | Task research specialist for comprehensive project analysis - Brought to you by microsoft/hve-core |
81| task-reviewer | Reviews completed implementation work for accuracy, completeness, and convention compliance - Brought to you by microsoft/hve-core |
82| jira-backlog-manager | Orchestrator agent for Jira backlog management workflows including discovery, triage, execution, and single-issue actions - Brought to you by microsoft/hve-core |
83| jira-prd-to-wit | Product Manager expert for analyzing PRDs and planning Jira issue hierarchies without mutating Jira - Brought to you by microsoft/hve-core |
84| adr-creation | 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 |
85| agile-coach | Conversational agent that helps create or refine goal-oriented user stories with clear acceptance criteria for any tracking tool - Brought to you by microsoft/hve-core |
86| arch-diagram-builder | Architecture diagram builder agent that builds high quality ASCII-art diagrams - Brought to you by microsoft/hve-core |
87| brd-builder | Business Requirements Document builder with guided Q&A and reference integration |
88| meeting-analyst | Meeting transcript analyzer that extracts product requirements for PRD creation via work-iq-mcp - Brought to you by microsoft/hve-core |
89| prd-builder | Product Requirements Document builder with guided Q&A and reference integration |
90| product-manager-advisor | Product management advisor for requirements discovery, validation, and issue creation |
91| system-architecture-reviewer | System architecture reviewer for design trade-offs, ADR creation, and well-architected alignment - Brought to you by microsoft/hve-core |
92| ux-ui-designer | UX research specialist for Jobs-to-be-Done analysis, user journey mapping, and accessibility requirements |
93| rai-planner | Responsible AI assessment agent with 6-phase conversational workflow. Evaluates AI systems against Microsoft RAI Standard v2 and NIST AI RMF 1.0. Produces sensitive uses screening, RAI security model, impact assessment, control surface catalog, and dual-format backlog handoff. - Brought to you by microsoft/hve-core |
94| security-planner | Phase-based security planner that produces security models, standards mappings, and backlog handoff artifacts with AI/ML component detection and RAI Planner integration |
95| security-reviewer | OWASP assessment orchestrator for codebase profiling and vulnerability reporting - Brought to you by microsoft/hve-core |
96| sssc-planner | Guides users through a six-phase assessment of their repository's supply chain security posture against OpenSSF Scorecard, SLSA, Sigstore, and SBOM standards, producing a prioritized backlog referencing reusable workflows from hve-core and microsoft/physical-ai-toolchain. |
97| codebase-profiler | Scans the repository to build a technology profile and identify which OWASP skills apply to the codebase - Brought to you by microsoft/hve-core |
98| finding-deep-verifier | Deep adversarial verification of FAIL and PARTIAL findings for a single OWASP skill - Brought to you by microsoft/hve-core |
99| report-generator | Collates verified OWASP skill assessment findings and generates a comprehensive vulnerability report written to .copilot-tracking/security/ - Brought to you by microsoft/hve-core |
100| skill-assessor | Assesses a single OWASP skill against the codebase, reading vulnerability references and returning structured findings - Brought to you by microsoft/hve-core |
101
102## Commands
103
104| Command | Description |
105|---------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|
106| ado-add-work-item | Create a single Azure DevOps work item with conversational field collection and parent validation |
107| ado-create-pull-request | Generate pull request description, discover related work items, identify reviewers, and create Azure DevOps pull request with all linkages. |
108| ado-discover-work-items | Discover Azure DevOps work items through user-centric queries, artifact-driven analysis, or search-based exploration |
109| ado-get-build-info | Retrieve Azure DevOps build information for a Pull Request or specific Build Number. |
110| ado-get-my-work-items | Retrieve user's current Azure DevOps work items and organize them into planning file definitions |
111| ado-process-my-work-items-for-task-planning | Process retrieved work items for task planning and generate task-planning-logs.md handoff file |
112| ado-sprint-plan | Plan an Azure DevOps sprint by analyzing iteration coverage, capacity, dependencies, and backlog gaps |
113| ado-triage-work-items | Triage untriaged Azure DevOps work items with field classification, iteration assignment, and duplicate detection |
114| ado-update-wit-items | Prompt to update work items based on planning files |
115| functional-code-review | Pre-PR branch diff review for functional correctness, error handling, edge cases, and testing gaps - Brought to you by microsoft/hve-core |
116| dt-handoff-implementation-space | Compiles DT Methods 7-9 outputs into an RPI-ready handoff artifact targeting Task Researcher |
117| dt-handoff-problem-space | Problem Space exit handoff — compiles DT Methods 1-3 outputs into an RPI-ready artifact targeting Task Researcher |
118| dt-handoff-solution-space | Solution Space exit handoff — compiles DT Methods 4-6 outputs into an RPI-ready artifact targeting Task Researcher |
119| dt-method-04-convergence | Theme discovery for Design Thinking Method 4c through philosophy-based clustering - Brought to you by microsoft/hve-core |
120| dt-method-04-ideation | Divergent ideation for Design Thinking Method 4b with constraint-informed solution generation - Brought to you by microsoft/hve-core |
121| dt-method-05-concepts | Concept articulation for Design Thinking Method 5b from brainstorming themes - Brought to you by microsoft/hve-core |
122| dt-method-05-evaluation | Stakeholder alignment and three-lens evaluation for Design Thinking Method 5c - Brought to you by microsoft/hve-core |
123| dt-method-06-building | Scrappy prototype building with fidelity enforcement for Design Thinking Method 6b - Brought to you by microsoft/hve-core |
124| dt-method-06-planning | Concept analysis and prototype approach design for Design Thinking Method 6a - Brought to you by microsoft/hve-core |
125| dt-method-06-testing | Hypothesis-driven testing and constraint validation for Design Thinking Method 6c - Brought to you by microsoft/hve-core |
126| dt-method-next | Assess DT project state and recommend next method with sequencing validation - Brought to you by microsoft/hve-core |
127| dt-resume-coaching | Resume a Design Thinking coaching session — reads coaching state and re-establishes context - Brought to you by microsoft/hve-core |
128| dt-start-project | Start a new Design Thinking coaching project with state initialization and first coaching interaction - Brought to you by microsoft/hve-core |
129| github-add-issue | Create a GitHub issue using discovered repository templates and conversational field collection |
130| github-discover-issues | Discover GitHub issues through user-centric queries, artifact-driven analysis, or search-based exploration and produce planning files for review |
131| github-execute-backlog | Execute a GitHub backlog plan by creating, updating, linking, closing, and commenting on issues from a handoff file |
132| github-sprint-plan | Plan a GitHub milestone sprint by analyzing issue coverage, identifying gaps, and organizing work into a prioritized sprint backlog |
133| github-suggest | Resume GitHub backlog management workflow after session restore - Brought to you by microsoft/hve-core |
134| github-triage-issues | Triage GitHub issues not yet triaged with automated label suggestions, milestone assignment, and duplicate detection |
135| checkpoint | Save or restore conversation context using memory files - Brought to you by microsoft/hve-core |
136| doc-ops-update | Invoke doc-ops agent for documentation quality assurance and updates |
137| git-commit-message | Generates a commit message following the commit-message.instructions.md rules based on all changes in the branch |
138| git-commit | Stages all changes, generates a conventional commit message, shows it to the user, and commits using only git add/commit |
139| git-merge | Coordinate Git merge, rebase, and rebase --onto workflows with consistent conflict handling. |
140| git-setup | Interactive, verification-first Git configuration assistant (non-destructive) |
141| prompt-analyze | Evaluates prompt engineering artifacts against quality criteria and reports findings - Brought to you by microsoft/hve-core |
142| prompt-build | Build or improve prompt engineering artifacts following quality criteria - Brought to you by microsoft/hve-core |
143| prompt-refactor | Refactors and cleans up prompt engineering artifacts through iterative improvement - Brought to you by microsoft/hve-core |
144| pull-request | Generates pull request descriptions from branch diffs - Brought to you by microsoft/hve-core |
145| rpi | Autonomous Research-Plan-Implement-Review-Discover workflow for completing tasks - Brought to you by microsoft/hve-core |
146| task-implement | Locates and executes implementation plans using Task Implementor - Brought to you by microsoft/hve-core |
147| task-plan | Initiates implementation planning based on user context or research documents - Brought to you by microsoft/hve-core |
148| task-research | Initiates research for implementation planning based on user requirements - Brought to you by microsoft/hve-core |
149| task-review | Initiates implementation review based on user context or automatic artifact discovery - Brought to you by microsoft/hve-core |
150| jira-discover-issues | Discover Jira issues through user-centric queries, artifact-driven analysis, or JQL-based exploration and produce planning files for review |
151| jira-execute-backlog | Execute a Jira backlog plan by creating, updating, transitioning, and commenting on issues from a handoff file |
152| jira-prd-to-wit | Analyze PRD artifacts and plan Jira issue hierarchies without mutating Jira |
153| jira-triage-issues | Triage Jira issues with bounded JQL, field recommendations, duplicate detection, and optional execution of confirmed updates |
154| rai-capture | Initiate a responsible AI assessment from existing knowledge using the RAI Planner agent in capture mode |
155| rai-plan-from-prd | Initiate a responsible AI assessment from PRD/BRD artifacts using the RAI Planner agent in from-prd mode |
156| rai-plan-from-security-plan | Initiate a responsible AI assessment from a completed Security Plan using the RAI Planner agent in from-security-plan mode (recommended) |
157| incident-response | Incident response workflow for Azure operations scenarios - Brought to you by microsoft/hve-core |
158| risk-register | Creates a concise and well-structured qualitative risk register using a Probability × Impact (P×I) risk matrix. |
159| security-capture | Initiate security planning from existing notes or knowledge using the Security Planner agent in capture mode |
160| security-plan-from-prd | Initiate security planning from PRD/BRD artifacts using the Security Planner agent in from-prd mode |
161| security-review-llm | Runs OWASP LLM and Agentic vulnerability assessments with codebase profiling for context - Brought to you by microsoft/hve-core |
162| security-review-web | Runs an OWASP Top 10 web vulnerability assessment without codebase profiling - Brought to you by microsoft/hve-core |
163| security-review | Runs an OWASP vulnerability assessment against the current codebase - Brought to you by microsoft/hve-core |
164| sssc-capture | Start a new SSSC assessment via guided conversation using the SSSC Planner agent in capture mode |
165| sssc-from-brd | Start an SSSC assessment from existing BRD artifacts using the SSSC Planner agent |
166| sssc-from-prd | Start an SSSC assessment from existing PRD artifacts using the SSSC Planner agent |
167| sssc-from-security-plan | Extend a Security Planner assessment with supply chain coverage using the SSSC Planner agent |
168
169## Instructions
170
171| Instruction | Description |
172|---------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
173| ado-backlog-sprint.instructions | Sprint planning workflow for Azure DevOps iterations with coverage analysis, capacity tracking, and gap detection - Brought to you by microsoft/hve-core |
174| ado-backlog-triage.instructions | Triage workflow for Azure DevOps work items with field classification, iteration assignment, and duplicate detection - Brought to you by microsoft/hve-core |
175| ado-create-pull-request.instructions | Required protocol for creating Azure DevOps pull requests with work item discovery, reviewer identification, and automated linking. |
176| ado-get-build-info.instructions | 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. |
177| ado-interaction-templates.instructions | Work item description and comment templates for consistent Azure DevOps content formatting - Brought to you by microsoft/hve-core |
178| ado-update-wit-items.instructions | Work item creation and update protocol using MCP ADO tools with handoff tracking |
179| ado-wit-discovery.instructions | Protocol for discovering Azure DevOps work items via user assignment or artifact analysis with planning file output |
180| ado-wit-planning.instructions | Reference specification for Azure DevOps work item planning files, templates, field definitions, and search protocols |
181| bash.instructions | Instructions for bash script implementation - Brought to you by microsoft/hve-core |
182| bicep.instructions | Instructions for Bicep infrastructure as code implementation - Brought to you by microsoft/hve-core |
183| csharp-tests.instructions | Required instructions for C# (CSharp) test code research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
184| csharp.instructions | Required instructions for C# (CSharp) research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
185| pester.instructions | Instructions for Pester testing conventions - Brought to you by microsoft/hve-core |
186| powershell.instructions | Instructions for PowerShell scripting implementation - Brought to you by microsoft/hve-core |
187| python-script.instructions | Instructions for Python scripting implementation - Brought to you by microsoft/hve-core |
188| python-tests.instructions | Required instructions for Python test code research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
189| rust-tests.instructions | Required instructions for Rust test code research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
190| rust.instructions | Required instructions for Rust research, planning, implementation, editing, or creating - Brought to you by microsoft/hve-core |
191| terraform.instructions | Instructions for Terraform infrastructure as code implementation - Brought to you by microsoft/hve-core |
192| uv-projects.instructions | Create and manage Python virtual environments using uv commands |
193| dt-coaching-identity.instructions | Required instructions when working with or doing any Design Thinking (DT); Contains instructions for the Design Thinking coach identity, philosophy, and user interaction and communication requirements for consistent coaching behavior. |
194| dt-coaching-state.instructions | Coaching state schema for Design Thinking session persistence, method progress tracking, and session recovery |
195| dt-curriculum-01-scoping.instructions | DT Curriculum Module 1: Scope Conversations — concepts, techniques, checks, and exercises |
196| dt-curriculum-02-research.instructions | DT Curriculum Module 2: Design Research — concepts, techniques, checks, and exercises |
197| dt-curriculum-03-synthesis.instructions | DT Curriculum Module 3: Synthesis — concepts, techniques, checks, and exercises |
198| dt-curriculum-04-brainstorming.instructions | DT Curriculum Module 4: Brainstorming — concepts, techniques, checks, and exercises |
199| dt-curriculum-05-concepts.instructions | DT Curriculum Module 5: User Concepts — concepts, techniques, checks, and exercises |
200| dt-curriculum-06-prototypes.instructions | DT Curriculum Module 6: Low-Fidelity Prototypes — concepts, techniques, checks, and exercises |
201| dt-curriculum-07-testing.instructions | DT Curriculum Module 7: High-Fidelity Prototypes — concepts, techniques, checks, and exercises |
202| dt-curriculum-08-iteration.instructions | DT Curriculum Module 8: User Testing — concepts, techniques, checks, and exercises |
203| dt-curriculum-09-handoff.instructions | DT Curriculum Module 9: Iteration at Scale — concepts, techniques, checks, and exercises |
204| dt-curriculum-scenario-manufacturing.instructions | Manufacturing reference scenario for DT learning — factory floor improvement project used across all 9 curriculum modules |
205| dt-image-prompt-generation.instructions | M365 Copilot image prompt generation techniques for Design Thinking Method 5 concept visualization with lo-fi enforcement |
206| dt-industry-energy.instructions | Energy industry context for DT coaching — vocabulary, constraints, empathy tools, and reference scenarios |
207| dt-industry-healthcare.instructions | Healthcare industry context for DT coaching — vocabulary, constraints, empathy tools, and reference scenarios |
208| dt-industry-manufacturing.instructions | Manufacturing industry context for DT coaching — vocabulary, constraints, empathy tools, and reference scenarios |
209| dt-method-01-deep.instructions | Deep expertise for Method 1: Scope Conversations, covering advanced stakeholder analysis, power dynamics, and scope negotiation |
210| dt-method-01-scope.instructions | Method 1 Scope Conversations coaching knowledge for Design Thinking: frozen vs fluid assessment, stakeholder discovery, constraint patterns, and conversation navigation |
211| dt-method-02-deep.instructions | Deep expertise for Method 2: Design Research, covering advanced interview techniques, ethnographic observation, and evidence triangulation |
212| dt-method-02-research.instructions | Method 2 Design Research coaching knowledge: interview techniques, research planning, environmental observation, and insight extraction patterns |
213| dt-method-03-deep.instructions | Deep expertise for Method 3: Input Synthesis — advanced affinity analysis, insight frameworks, and problem statement articulation |
214| dt-method-03-synthesis.instructions | Method 3 Input Synthesis coaching knowledge: pattern recognition, theme development, synthesis validation, and Problem-to-Solution Space transition readiness |
215| dt-method-04-brainstorming.instructions | Design Thinking Method 4: AI-assisted brainstorming with divergent ideation and convergent clustering for solution space entry |
216| dt-method-04-deep.instructions | Deep expertise for Method 4: Brainstorming — advanced facilitation techniques, creative block recovery, and convergence frameworks |
217| dt-method-05-concepts.instructions | Design Thinking Method 5: User Concepts coaching with concept articulation, three-lens evaluation, and stakeholder alignment for Solution Space development |
218| dt-method-05-deep.instructions | Deep expertise for Method 5: User Concepts, covering advanced D/F/V analysis, image prompt crafting, concept stress-testing, and portfolio management |
219| dt-method-06-deep.instructions | Deep expertise for Method 6: Low-Fidelity Prototypes; advanced paper prototyping, service blueprinting, and experience prototyping |
220| dt-method-06-lofi-prototypes.instructions | Design Thinking Method 6: Lo-fi prototyping techniques, scrappy enforcement, feedback planning, and constraint discovery for Solution Space exit |
221| dt-method-07-deep.instructions | Deep expertise for Method 7: High-Fidelity Prototypes; fidelity translation, architecture, and specification writing |
222| dt-method-07-hifi-prototypes.instructions | Design Thinking Method 7: High-Fidelity Prototypes; technical translation, functional prototypes, and specifications |
223| dt-method-08-deep.instructions | Deep expertise for Method 8: Test and Validate — advanced test design, small-sample analysis, iteration triggers, and bias mitigation |
224| dt-method-08-testing.instructions | Design Thinking Method 8: User Testing - evidence-based evaluation, test protocols, and non-linear iteration support |
225| dt-method-09-deep.instructions | Deep expertise for Method 9: Iteration at Scale — change management, scaling, and adoption measurement |
226| dt-method-09-iteration.instructions | Design Thinking Method 9: Iteration at Scale — systematic refinement, scaling patterns, and organizational deployment |
227| dt-method-sequencing.instructions | Method transition rules, nine-method sequence, space boundaries, and non-linear iteration support for Design Thinking coaching |
228| dt-quality-constraints.instructions | Quality constraints, fidelity rules, and output standards for Design Thinking coaching across all nine methods |
229| dt-rpi-handoff-contract.instructions | DT-to-RPI handoff contract defining exit points, artifact schemas, and per-agent input requirements for lateral transitions from Design Thinking to RPI workflow |
230| dt-rpi-implement-context.instructions | DT-aware Task Implementor context: fidelity constraints, stakeholder validation, and iteration support |
231| dt-rpi-planning-context.instructions | DT-aware Task Planner context: fidelity constraints, iteration support, and confidence-informed planning for DT artifacts |
232| dt-rpi-research-context.instructions | DT-aware Task Researcher context: frames research around DT methods, stakeholder needs, and empathy-driven inquiry |
233| dt-rpi-review-context.instructions | DT-aware Task Reviewer context: quality criteria for Design Thinking artifacts |
234| dt-subagent-handoff.instructions | DT subagent handoff workflow: readiness assessment, artifact compilation, and handoff validation via subagent dispatch |
235| experiment-designer.instructions | MVE domain knowledge and coaching conventions for the Experiment Designer agent - Brought to you by microsoft/hve-core |
236| pptx.instructions | Shared conventions for PowerPoint Builder agent, subagent, and powerpoint skill |
237| community-interaction.instructions | Community interaction voice, tone, and response templates for GitHub-facing agents and prompts |
238| github-backlog-discovery.instructions | Discovery protocol for GitHub backlog management - artifact-driven, user-centric, and search-based issue discovery |
239| github-backlog-planning.instructions | Reference specification for GitHub backlog management tooling - planning files, search protocols, similarity assessment, and state persistence |
240| github-backlog-triage.instructions | Triage workflow for GitHub issue backlog management - automated label suggestion, milestone assignment, and duplicate detection |
241| github-backlog-update.instructions | Execution workflow for GitHub issue backlog management - consumes planning handoffs and executes issue operations |
242| commit-message.instructions | Required instructions for creating all commit messages - Brought to you by microsoft/hve-core |
243| git-merge.instructions | Required protocol for Git merge, rebase, and rebase --onto workflows with conflict handling and stop controls. |
244| markdown.instructions | Required instructions for creating or editing any Markdown (.md) files |
245| prompt-builder.instructions | Authoring standards for prompt engineering artifacts including prompts, agents, instructions, and skills |
246| pull-request.instructions | Required instructions for pull request description generation and optional PR creation using diff analysis, subagent review, and MCP tools - Brought to you by microsoft/hve-core |
247| writing-style.instructions | Required writing style conventions for voice, tone, and language in all markdown content |
248| jira-backlog-discovery.instructions | Discovery protocol for Jira backlog management with user-centric, artifact-driven, and JQL-based issue discovery - Brought to you by microsoft/hve-core |
249| jira-backlog-planning.instructions | Reference specification for Jira backlog management tooling, planning files, search conventions, similarity assessment, and state persistence - Brought to you by microsoft/hve-core |
250| jira-backlog-triage.instructions | Triage workflow for Jira backlog management with field recommendations, duplicate detection, and controlled execution - Brought to you by microsoft/hve-core |
251| jira-backlog-update.instructions | Execution workflow for Jira backlog management that consumes planning handoffs and applies sequential Jira operations - Brought to you by microsoft/hve-core |
252| jira-wit-planning.instructions | Reference specification for Jira PRD work item planning files, hierarchy mapping, field validation, and handoff contracts - Brought to you by microsoft/hve-core |
253| rai-backlog-handoff.instructions | RAI review and backlog handoff for Phase 6: review rubric, RAI scorecard, dual-format backlog generation |
254| rai-capture-coaching.instructions | Exploration-first questioning techniques for RAI capture mode adapted from Design Thinking research methods - Brought to you by microsoft/hve-core |
255| rai-identity.instructions | RAI Planner identity, 6-phase orchestration, state management, and session recovery - Brought to you by microsoft/hve-core |
256| rai-impact-assessment.instructions | RAI impact assessment for Phase 5: control surface taxonomy, evidence register, tradeoff documentation, and work item generation |
257| rai-security-model.instructions | RAI security model analysis for Phase 4: AI STRIDE extensions, dual threat IDs, ML STRIDE matrix, and security model merge protocol |
258| rai-sensitive-uses.instructions | Sensitive Uses assessment for Phase 2: screening categories, restricted uses gate, and depth tier assignment |
259| rai-standards.instructions | Embedded RAI standards for Phase 3: Microsoft RAI Standard v2 principles and NIST AI RMF subcategory mappings |
260| backlog-handoff.instructions | Dual-format backlog handoff for ADO and GitHub with content sanitization, autonomy tiers, and work item templates - Brought to you by microsoft/hve-core |
261| identity.instructions | Security Planner identity, six-phase orchestration, state management, and session recovery protocols - Brought to you by microsoft/hve-core |
262| operational-buckets.instructions | Operational bucket definitions with component classification guidance and cross-cutting security concerns - Brought to you by microsoft/hve-core |
263| security-model.instructions | STRIDE-based security model analysis per operational bucket with threat table format and data flow analysis - Brought to you by microsoft/hve-core |
264| sssc-assessment.instructions | Phase 2 supply chain assessment protocol with the 27 combined capabilities inventory for SSSC Planner. |
265| sssc-backlog.instructions | Phase 5 dual-format work item generation with templates and priority derivation for SSSC Planner. |
266| sssc-gap-analysis.instructions | Phase 4 gap comparison, adoption categorization, and effort sizing for SSSC Planner. |
267| sssc-handoff.instructions | Phase 6 backlog handoff protocol with Scorecard projections and dual-format output for SSSC Planner. |
268| sssc-identity.instructions | Identity and orchestration instructions for the SSSC Planner agent. Contains six-phase workflow, state.json schema, session recovery, and question cadence. |
269| sssc-standards.instructions | Phase 3 OpenSSF Scorecard, SLSA, Best Practices Badge, Sigstore, and SBOM standards mapping for SSSC Planner. |
270| standards-mapping.instructions | Embedded OWASP, NIST, and CIS security standards with researcher subagent delegation for WAF/CAF runtime lookups - Brought to you by microsoft/hve-core |
271| hve-core-location.instructions | Important: hve-core is the repository containing this instruction file; Guidance: if a referenced prompt, instructions, agent, or script is missing in the current directory, fall back to this hve-core location by walking up this file's directory tree. |
272| story-quality.instructions | Shared story quality conventions for work item creation and evaluation across agents and workflows |
273
274## Skills
275
276| Skill | Description |
277|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
278| powerpoint | PowerPoint slide deck generation and management using python-pptx with YAML-driven content and styling - Brought to you by microsoft/hve-core |
279| video-to-gif | Video-to-GIF conversion skill with FFmpeg two-pass optimization - Brought to you by microsoft/hve-core |
280| vscode-playwright | VS Code screenshot capture using Playwright MCP with serve-web for slide decks and documentation - Brought to you by microsoft/hve-core |
281| gitlab | Manage GitLab merge requests and pipelines with a Python CLI - Brought to you by microsoft/hve-core |
282| hve-core-installer | Decision-driven installer for HVE-Core with 6 clone-based installation methods, extension quick-install, environment detection, and agent customization workflows - Brought to you by microsoft/hve-core |
283| jira | Jira issue workflows for search, issue updates, transitions, comments, and field discovery via the Jira REST API. Use when you need to search with JQL, inspect an issue, create or update work items, move an issue between statuses, post comments, or discover required fields for issue creation. - Brought to you by microsoft/hve-core |
284| owasp-agentic | OWASP Agentic Security Top 10 vulnerability knowledge base for identifying, assessing, and remediating security risks in AI agent systems - Brought to you by microsoft/hve-core. |
285| owasp-llm | OWASP Top 10 for LLM Applications (2025) vulnerability knowledge base for identifying, assessing, and remediating security risks in large language model systems - Brought to you by microsoft/hve-core. |
286| owasp-top-10 | OWASP Top 10 for Web Applications (2025) vulnerability knowledge base for identifying, assessing, and remediating security risks in web application environments - Brought to you by microsoft/hve-core. |
287| security-reviewer-formats | Format specifications and data contracts for the security reviewer orchestrator and its subagents - Brought to you by microsoft/hve-core. |
288| pr-reference | Generates PR reference XML containing commit history and unified diffs between branches with extension and path filtering. Includes utilities to list changed files by type and read diff chunks. Use when creating pull request descriptions, preparing code reviews, analyzing branch changes, discovering work items from diffs, or generating structured diff summaries. - Brought to you by microsoft/hve-core |
289
290---
291
292> Source: [microsoft/hve-core](https://github.com/microsoft/hve-core)
293
294