Skip to content

Latest commit

 

History

History
107 lines (79 loc) · 4.7 KB

File metadata and controls

107 lines (79 loc) · 4.7 KB
title Getting Started with HVE Core
description Quick setup guide for using HVE Core Copilot customizations in your projects
sidebar_position 1
author Microsoft
ms.date 2026-02-18
ms.topic tutorial
keywords
github copilot
multi-root workspace
setup
getting started
estimated_reading_time 5

You've installed HVE Core. What now?

The honest answer: you can start using agents immediately, and some of them will produce good results right away. But the real power of HVE Core is a methodology called RPI (Research, Plan, Implement) that changes how you collaborate with AI. Instead of asking AI to "write the code," you ask it to research first, plan second, and implement third. The constraint changes everything.

This guide walks you through four steps, each building on the last:

Step What You Do Time
First Interaction Talk to an agent, see it respond 1 min
First Research Use task-researcher on your own codebase 5 min
First Full Workflow Run a complete Research, Plan, Implement cycle 15 min
Growing with HVE Progress through four milestones toward independent use Ongoing

Tip

Already comfortable with AI-assisted development? Skip to First Full Workflow or try the rpi-agent for autonomous single-session workflows.

Need installation help? See the Installation Guide for all methods, or install the VS Code extension for the quickest path.

Not sure which bundle of agents you need?
Browse the available Extension Collections to see curated sets of HVE capabilities.

Troubleshooting

Installation Issues

Agent not available

  • Ensure GitHub Copilot extension is installed and active
  • Reload VS Code window: Ctrl+Shift+P → "Developer: Reload Window"
  • Check that hve-core is accessible (cloned or configured correctly)

Copilot not discovering customizations

  • For Multi-Root: Ensure you opened the .code-workspace file, not just the folder
  • Verify chat.agentFilesLocations points to the correct path
  • Check the window title shows the workspace name

Git or clone errors

  • Verify Git is installed: run git --version in terminal
  • Check network connectivity to github.com
  • See the installation guide for method-specific troubleshooting

Optional Scripts

HVE Core includes utility scripts you may want to copy into your project:

Script Purpose
scripts/linting/Validate-MarkdownFrontmatter.ps1 Validate markdown frontmatter against JSON schemas
scripts/linting/Invoke-PSScriptAnalyzer.ps1 Run PSScriptAnalyzer with project settings
scripts/security/Test-DependencyPinning.ps1 Check GitHub Actions for pinned dependencies

Copy the scripts you need to your project's scripts/ directory and adjust paths as needed.

Next Steps

Design Thinking Path

For projects requiring user-centered requirements discovery before implementation:

See Also


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