microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
plugins/project-planning/README.md
40lines · modecode
| 1 | <!-- markdownlint-disable-file --> |
| 2 | # Project Planning |
| 3 | |
| 4 | PRDs, BRDs, ADRs, and architecture diagrams |
| 5 | |
| 6 | ## Install |
| 7 | |
| 8 | ```bash |
| 9 | copilot plugin install project-planning@hve-core |
| 10 | ``` |
| 11 | |
| 12 | ## Agents |
| 13 | |
| 14 | | Agent | Description | |
| 15 | |------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 16 | | 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 | |
| 17 | | product-manager-advisor | Product management advisor for requirements discovery, validation, and issue creation | |
| 18 | | ux-ui-designer | UX research specialist for Jobs-to-be-Done analysis, user journey mapping, and accessibility requirements | |
| 19 | | 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 | |
| 20 | | arch-diagram-builder | Architecture diagram builder agent that builds high quality ASCII-art diagrams - Brought to you by microsoft/hve-core | |
| 21 | | brd-builder | Business Requirements Document builder with guided Q&A and reference integration | |
| 22 | | system-architecture-reviewer | System architecture reviewer for design trade-offs, ADR creation, and well-architected alignment - Brought to you by microsoft/hve-core | |
| 23 | | rpi-agent | Autonomous RPI orchestrator running specialized subagents through Research → Plan → Implement → Review → Discover phases - Brought to you by microsoft/hve-core | |
| 24 | | prd-builder | Product Requirements Document builder with guided Q&A and reference integration | |
| 25 | | researcher-subagent | Research subagent using search tools, read tools, fetch web page, github repo, and mcp tools | |
| 26 | | 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 | |
| 27 | | phase-implementor | Executes a single implementation phase from a plan with full codebase access and change tracking - Brought to you by microsoft/hve-core | |
| 28 | | 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 | |
| 29 | | implementation-validator | Validates implementation quality against architectural requirements, design principles, and code standards with severity-graded findings - Brought to you by microsoft/hve-core | |
| 30 | |
| 31 | ## Instructions |
| 32 | |
| 33 | | Instruction | Description | |
| 34 | |-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 35 | | hve-core-location | 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. | |
| 36 | |
| 37 | --- |
| 38 | |
| 39 | > Source: [microsoft/hve-core](https://github.com/microsoft/hve-core) |
| 40 | |
| 41 | |