microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
docs/621-ai-artifacts

Branches

Tags

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

Clone

HTTPS

Download ZIP

plugins/security-planning/README.md

60lines · modepreview

<!-- markdownlint-disable-file -->
# Security Planning

Security plan creation, incident response, and risk assessment

## Install

```bash
copilot plugin install security-planning@hve-core
```

## Agents

| Agent                 | Description                                                                                                                                                       |
|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| security-plan-creator | Expert security architect for creating comprehensive cloud security plans - Brought to you by microsoft/hve-core                                                  |
| rpi-agent             | Autonomous RPI orchestrator dispatching task-* agents through Research → Plan → Implement → Review → Discover phases - Brought to you by microsoft/hve-core       |
| task-researcher       | Task research specialist for comprehensive project analysis - Brought to you by microsoft/hve-core                                                                |
| task-planner          | Implementation planner for creating actionable implementation plans - Brought to you by microsoft/hve-core                                                        |
| task-implementor      | Executes implementation plans from .copilot-tracking/plans with progressive tracking and change records                                                           |
| task-reviewer         | Reviews completed implementation work for accuracy, completeness, and convention compliance - Brought to you by microsoft/hve-core                                |
| memory                | Conversation memory persistence for session continuity - Brought to you by microsoft/hve-core                                                                     |
| pr-review             | Comprehensive Pull Request review assistant ensuring code quality, security, and convention compliance - Brought to you by microsoft/hve-core                     |
| 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 |

## Commands

| Command            | Description                                                                                                                  |
|--------------------|------------------------------------------------------------------------------------------------------------------------------|
| incident-response  | Incident response workflow for Azure operations scenarios - Brought to you by microsoft/hve-core                             |
| risk-register      | Creates a concise and well-structured qualitative risk register using a Probability × Impact (P×I) risk matrix.              |
| rpi                | Autonomous Research-Plan-Implement-Review-Discover workflow for completing tasks - Brought to you by microsoft/hve-core      |
| task-research      | Initiates research for implementation planning based on user requirements - Brought to you by microsoft/hve-core             |
| task-plan          | Initiates implementation planning based on user context or research documents - Brought to you by microsoft/hve-core         |
| task-implement     | Locates and executes implementation plans using task-implementor mode - Brought to you by microsoft/hve-core                 |
| task-review        | Initiates implementation review based on user context or automatic artifact discovery - Brought to you by microsoft/hve-core |
| checkpoint         | Save or restore conversation context using memory files - Brought to you by microsoft/hve-core                               |
| git-commit-message | Generates a commit message following the commit-message.instructions.md rules based on all changes in the branch             |
| git-commit         | Stages all changes, generates a conventional commit message, shows it to the user, and commits using only git add/commit     |
| git-merge          | Coordinate Git merge, rebase, and rebase --onto workflows with consistent conflict handling.                                 |
| git-setup          | Interactive, verification-first Git configuration assistant (non-destructive)                                                |
| pull-request       | Provides prompt instructions for pull request (PR) generation - Brought to you by microsoft/edge-ai                          |
| prompt-analyze     | Evaluates prompt engineering artifacts against quality criteria and reports findings - Brought to you by microsoft/hve-core  |
| prompt-build       | Build or improve prompt engineering artifacts following quality criteria - Brought to you by microsoft/hve-core              |
| prompt-refactor    | Refactors and cleans up prompt engineering artifacts through iterative improvement - Brought to you by microsoft/hve-core    |

## Instructions

| Instruction    | Description                                                                                                                                                              |
|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| writing-style  | Required writing style conventions for voice, tone, and language in all markdown content                                                                                 |
| markdown       | Required instructions for creating or editing any Markdown (.md) files                                                                                                   |
| commit-message | Required instructions for creating all commit messages - Brought to you by microsoft/hve-core                                                                            |
| prompt-builder | Authoring standards for prompt engineering artifacts including file types, protocol patterns, writing style, and quality criteria - Brought to you by microsoft/hve-core |
| git-merge      | Required protocol for Git merge, rebase, and rebase --onto workflows with conflict handling and stop controls.                                                           |

---

> Source: [microsoft/hve-core](https://github.com/microsoft/hve-core)