Skip to main content

Getting Started with HVE Core

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:

StepWhat You DoTime
First InteractionTalk to an agent, see it respond1 min
First ResearchUse task-researcher on your own codebase5 min
First Full WorkflowRun a complete Research, Plan, Implement cycle15 min
Growing with HVEProgress through four milestones toward independent useOngoing

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.

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:

ScriptPurpose
scripts/linting/Validate-MarkdownFrontmatter.ps1Validate markdown frontmatter against JSON schemas
scripts/linting/Invoke-PSScriptAnalyzer.ps1Run PSScriptAnalyzer with project settings
scripts/security/Test-DependencyPinning.ps1Check 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.