microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
plugins/project-planning/README.md
56lines · modecode
| 1 | <!-- markdownlint-disable-file --> |
| 2 | # Project Planning |
| 3 | |
| 4 | PRDs, BRDs, ADRs, architecture diagrams, and documentation operations |
| 5 | |
| 6 | ## Install |
| 7 | |
| 8 | ```bash |
| 9 | copilot plugin install project-planning@hve-core |
| 10 | ``` |
| 11 | |
| 12 | ## Agents |
| 13 | |
| 14 | | Agent | Description | |
| 15 | |----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 16 | | doc-ops | Autonomous documentation operations agent for pattern compliance, accuracy verification, and gap detection - Brought to you by microsoft/hve-core | |
| 17 | | 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 | |
| 18 | | arch-diagram-builder | Architecture diagram builder agent that builds high quality ASCII-art diagrams - Brought to you by microsoft/hve-core | |
| 19 | | brd-builder | Business Requirements Document builder with guided Q&A and reference integration | |
| 20 | | prd-builder | Product Requirements Document builder with guided Q&A and reference integration | |
| 21 | | rpi-agent | Autonomous RPI orchestrator dispatching task-* agents through Research → Plan → Implement → Review → Discover phases - Brought to you by microsoft/hve-core | |
| 22 | | task-researcher | Task research specialist for comprehensive project analysis - Brought to you by microsoft/hve-core | |
| 23 | | task-planner | Implementation planner for creating actionable implementation plans - Brought to you by microsoft/hve-core | |
| 24 | | task-implementor | Executes implementation plans from .copilot-tracking/plans with progressive tracking and change records | |
| 25 | | task-reviewer | Reviews completed implementation work for accuracy, completeness, and convention compliance - Brought to you by microsoft/hve-core | |
| 26 | | memory | Conversation memory persistence for session continuity - Brought to you by microsoft/hve-core | |
| 27 | | 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 | |
| 28 | |
| 29 | ## Commands |
| 30 | |
| 31 | | Command | Description | |
| 32 | |-----------------|------------------------------------------------------------------------------------------------------------------------------| |
| 33 | | doc-ops-update | Invoke doc-ops agent for documentation quality assurance and updates | |
| 34 | | rpi | Autonomous Research-Plan-Implement-Review-Discover workflow for completing tasks - Brought to you by microsoft/hve-core | |
| 35 | | task-research | Initiates research for implementation planning based on user requirements - Brought to you by microsoft/hve-core | |
| 36 | | task-plan | Initiates implementation planning based on user context or research documents - Brought to you by microsoft/hve-core | |
| 37 | | task-implement | Locates and executes implementation plans using task-implementor mode - Brought to you by microsoft/hve-core | |
| 38 | | task-review | Initiates implementation review based on user context or automatic artifact discovery - Brought to you by microsoft/hve-core | |
| 39 | | checkpoint | Save or restore conversation context using memory files - Brought to you by microsoft/hve-core | |
| 40 | | prompt-analyze | Evaluates prompt engineering artifacts against quality criteria and reports findings - Brought to you by microsoft/hve-core | |
| 41 | | prompt-build | Build or improve prompt engineering artifacts following quality criteria - Brought to you by microsoft/hve-core | |
| 42 | | prompt-refactor | Refactors and cleans up prompt engineering artifacts through iterative improvement - Brought to you by microsoft/hve-core | |
| 43 | |
| 44 | ## Instructions |
| 45 | |
| 46 | | Instruction | Description | |
| 47 | |----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 48 | | writing-style | Required writing style conventions for voice, tone, and language in all markdown content | |
| 49 | | markdown | Required instructions for creating or editing any Markdown (.md) files | |
| 50 | | commit-message | Required instructions for creating all commit messages - Brought to you by microsoft/hve-core | |
| 51 | | 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 | |
| 52 | |
| 53 | --- |
| 54 | |
| 55 | > Source: [microsoft/hve-core](https://github.com/microsoft/hve-core) |
| 56 | |
| 57 | |