microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v3.0.2

Branches

Tags

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

Clone

HTTPS

Download ZIP

docs/hve-guide/lifecycle/setup.md

79lines · modecode

1---
2title: "Stage 1: Setup"
3description: Install and configure HVE Core tooling for your project with guided onboarding
4author: Microsoft
5ms.date: 2026-02-18
6ms.topic: how-to
7keywords:
8 - ai-assisted project lifecycle
9 - setup
10 - installation
11 - configuration
12 - onboarding
13estimated_reading_time: 6
14---
15
16## Overview
17
18Setup is the entry point for every HVE Core engagement. This stage covers installing HVE Core collections, configuring your development environment, and establishing preferences that persist across sessions. All roles begin here before advancing to Discovery.
19
20## When You Enter This Stage
21
22You enter Setup when starting a new project or joining an existing engagement that uses HVE Core tooling.
23
24> [!NOTE]
25> Prerequisites: VS Code with GitHub Copilot Chat enabled. See [Getting Started](../../getting-started/install.md) for detailed installation instructions.
26
27## Available Tools
28
29| Tool | Type | How to Invoke | Purpose |
30|--------------------|-------------|-------------------------------------|-------------------------------------------------|
31| hve-core-installer | Agent | Select **hve-core-installer** agent | Install and configure HVE Core for your project |
32| memory | Agent | Select **memory** agent | Store persistent preferences and conventions |
33| checkpoint | Prompt | `/checkpoint` | Save current environment state |
34| git-setup | Prompt | `/git-setup` | Configure Git settings for the project |
35| writing-style | Instruction | Auto-activated on `**/*.md` | Enforces voice and tone conventions |
36| markdown | Instruction | Auto-activated on `**/*.md` | Enforces Markdown formatting rules |
37| prompt-builder | Instruction | Auto-activated on AI artifacts | Enforces authoring standards |
38| hve-core-location | Instruction | Auto-activated on `**` | Resolves missing references to hve-core paths |
39
40## Role-Specific Guidance
41
42All roles pass through Setup as their first step. Engineers and new contributors spend the most time here configuring language-specific tooling. TPMs and Tech Leads typically complete Setup quickly and advance to [Stage 2: Discovery](discovery.md).
43
44For role-specific onboarding paths, see the [Role Guides](../roles/).
45
46## Starter Prompts
47
48Select **hve-core-installer** agent:
49
50```text
51Set up HVE Core for my Python microservices project. Install the rpi and
52coding-standards collections. Configure .copilot-tracking/ in .gitignore
53and verify agents appear in the Copilot Chat picker.
54```
55
56```text
57/checkpoint mode=save description=python-microservices-setup
58```
59
60```text
61/git-setup
62```
63
64Select **memory** agent:
65
66```text
67Store my coding conventions: use 4-space indentation for Python, enforce
68type hints on all public functions, and prefer pytest over unittest for
69test files under tests/.
70```
71
72## Stage Outputs and Next Stage
73
74Setup produces a configured development environment with HVE Core collections installed and user preferences stored. Transition to [Stage 2: Discovery](discovery.md) when installation is complete.
75
76<!-- markdownlint-disable MD036 -->
77*🤖 Crafted with precision by ✨Copilot following brilliant human instruction,
78then carefully refined by our team of discerning human reviewers.*
79<!-- markdownlint-enable MD036 -->
80