microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
feat-ds-agent

Branches

Tags

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

Clone

HTTPS

Download ZIP

plugins/security-planning/README.md

53lines · modecode

1<!-- markdownlint-disable-file -->
2# Security Planning
3
4Security plan creation, incident response, and risk assessment
5
6## Install
7
8```bash
9copilot plugin install security-planning@hve-core
10```
11
12## Agents
13
14| Agent | Description |
15|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
16| security-plan-creator | Expert security architect for creating comprehensive cloud security plans - Brought to you by microsoft/hve-core |
17| rpi-agent | Autonomous RPI orchestrator dispatching task-* agents through Research → Plan → Implement → Review → Discover phases - Brought to you by microsoft/hve-core |
18| task-researcher | Task research specialist for comprehensive project analysis - Brought to you by microsoft/hve-core |
19| task-planner | Implementation planner for creating actionable implementation plans - Brought to you by microsoft/hve-core |
20| task-implementor | Executes implementation plans from .copilot-tracking/plans with progressive tracking and change records |
21| task-reviewer | Reviews completed implementation work for accuracy, completeness, and convention compliance - Brought to you by microsoft/hve-core |
22| memory | Conversation memory persistence for session continuity - Brought to you by microsoft/hve-core |
23| 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 |
24
25## Commands
26
27| Command | Description |
28|-------------------|------------------------------------------------------------------------------------------------------------------------------|
29| incident-response | Incident response workflow for Azure operations scenarios - Brought to you by microsoft/hve-core |
30| risk-register | Creates a concise and well-structured qualitative risk register using a Probability × Impact (P×I) risk matrix. |
31| rpi | Autonomous Research-Plan-Implement-Review-Discover workflow for completing tasks - Brought to you by microsoft/hve-core |
32| task-research | Initiates research for implementation planning based on user requirements - Brought to you by microsoft/hve-core |
33| task-plan | Initiates implementation planning based on user context or research documents - Brought to you by microsoft/hve-core |
34| task-implement | Locates and executes implementation plans using task-implementor mode - Brought to you by microsoft/hve-core |
35| task-review | Initiates implementation review based on user context or automatic artifact discovery - Brought to you by microsoft/hve-core |
36| checkpoint | Save or restore conversation context using memory files - Brought to you by microsoft/hve-core |
37| prompt-analyze | Evaluates prompt engineering artifacts against quality criteria and reports findings - Brought to you by microsoft/hve-core |
38| prompt-build | Build or improve prompt engineering artifacts following quality criteria - Brought to you by microsoft/hve-core |
39| prompt-refactor | Refactors and cleans up prompt engineering artifacts through iterative improvement - Brought to you by microsoft/hve-core |
40
41## Instructions
42
43| Instruction | Description |
44|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
45| writing-style | Required writing style conventions for voice, tone, and language in all markdown content |
46| markdown | Required instructions for creating or editing any Markdown (.md) files |
47| commit-message | Required instructions for creating all commit messages - Brought to you by microsoft/hve-core |
48| 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 |
49
50---
51
52> Source: [microsoft/hve-core](https://github.com/microsoft/hve-core)
53
54