Skip to main content

Stage 1: Setup

Overview

Setup 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.

When You Enter This Stage

You enter Setup when starting a new project or joining an existing engagement that uses HVE Core tooling.

NOTE

Prerequisites: VS Code with GitHub Copilot Chat enabled. See Getting Started for detailed installation instructions.

Available Tools

ToolTypeHow to InvokePurpose
hve-core-installerAgentSelect hve-core-installer agentInstall and configure HVE Core for your project
memoryAgentSelect memory agentStore persistent preferences and conventions
checkpointPrompt/checkpointSave current environment state
git-setupPrompt/git-setupConfigure Git settings for the project
writing-styleInstructionAuto-activated on **/*.mdEnforces voice and tone conventions
markdownInstructionAuto-activated on **/*.mdEnforces Markdown formatting rules
prompt-builderInstructionAuto-activated on AI artifactsEnforces authoring standards
hve-core-locationInstructionAuto-activated on **Resolves missing references to hve-core paths

Role-Specific Guidance

All 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.

For role-specific onboarding paths, see the Role Guides.

Starter Prompts

Select hve-core-installer agent:

Set up HVE Core for my Python microservices project. Install the rpi and
coding-standards collections. Configure .copilot-tracking/ in .gitignore
and verify agents appear in the Copilot Chat picker.
/checkpoint mode=save description=python-microservices-setup
/git-setup

Select memory agent:

Store my coding conventions: use 4-space indentation for Python, enforce
type hints on all public functions, and prefer pytest over unittest for
test files under tests/.

Stage Outputs and Next Stage

Setup produces a configured development environment with HVE Core collections installed and user preferences stored. Transition to Stage 2: Discovery when installation is complete.

🤖 Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.