All Artifacts A-Z
This is the complete catalog of every AI artifact in HVE-Core. Browse by type or use your browser's find (Ctrl+F / Cmd+F) to search for specific artifacts.
For what each type does, see Artifact Types. For frontmatter field details, see Frontmatter Schema.
Value tags: ๐ข Core (featured in site narrative) ยท ๐ก Supporting (mentioned in context) ยท โช Meta (internal tooling) ยท ๐ด Cleanup (deprecated)
Agentsโ
| Name | Description | Segment | Value |
|---|---|---|---|
@ado-prd-to-wit | PRD analysis for Azure DevOps work item hierarchies | ๐ Shape | ๐ก Supporting |
@adr-creation | Interactive architectural decision record creation | ๐ Shape | ๐ก Supporting |
@arch-diagram-builder | ASCII architecture diagram generation | ๐ Shape | ๐ก Supporting |
@brd-builder | Business Requirements Document creation | ๐ Shape | ๐ก Supporting |
@doc-ops | Autonomous documentation quality operations | ๐จ Build | ๐ก Supporting |
@gen-data-spec | Data dictionary and profile generation | ๐จ Build | ๐ก Supporting |
@gen-jupyter-notebook | Exploratory data analysis notebook creation | ๐จ Build | ๐ก Supporting |
@gen-streamlit-dashboard | Streamlit dashboard development | ๐จ Build | ๐ก Supporting |
@github-backlog-manager | GitHub backlog orchestration (discover, triage, sprint, execute) | ๐ Shape | ๐ข Core |
@github-issue-manager | โ | ๐ด Cleanup | |
@hve-core-installer | HVE-Core installation agent | โ | โช Meta |
@memory | Conversation memory persistence | ๐จ Build | ๐ก Supporting |
@pr-review | Pull request code review for quality and security | ๐จ Build | ๐ข Core |
@prd-builder | Product Requirements Document creation through guided Q&A | ๐ Shape | ๐ข Core |
@prompt-builder | Prompt engineering and artifact authoring | โ | โช Meta |
@rpi-agent | Autonomous Research โ Plan โ Implement โ Review orchestrator | ๐จ Build | ๐ข Core |
@security-plan-creator | Cloud security plan generation | ๐ Shape | ๐ก Supporting |
@task-implementor | Plan execution with progressive tracking | ๐จ Build | ๐ข Core |
@task-planner | Implementation plan creation | ๐จ Build | ๐ข Core |
@task-researcher | Codebase and external research | ๐จ Build | ๐ข Core |
@task-reviewer | Implementation review against plan and conventions | ๐จ Build | ๐ข Core |
@test-streamlit-dashboard | Automated Streamlit dashboard testing | ๐จ Build | ๐ก Supporting |
Promptsโ
| Name | Description | Segment | Value |
|---|---|---|---|
/ado-create-pull-request | Azure DevOps PR creation with work item linking | ๐จ Build | ๐ก Supporting |
/ado-get-build-info | ADO build status and log retrieval | ๐ Ship | ๐ก Supporting |
/ado-get-my-work-items | Fetch assigned ADO work items | ๐ Shape | ๐ก Supporting |
/ado-process-my-work-items | Enrich work items for task planning | ๐ Shape | ๐ก Supporting |
/ado-update-wit-items | Execute planned work item changes | ๐ Shape | ๐ก Supporting |
/checkpoint | Session state persistence | ๐จ Build | ๐ก Supporting |
/doc-ops-update | Trigger documentation quality checks | ๐จ Build | ๐ก Supporting |
/git-commit | Stage and commit with conventional messages | ๐จ Build | ๐ข Core |
/git-commit-message | Generate conventional commit message only | ๐จ Build | ๐ก Supporting |
/git-merge | Merge or rebase with conflict handling | ๐จ Build | ๐ก Supporting |
/git-setup | One-time git configuration | ๐จ Build | ๐ก Supporting |
/github-add-issue | Single GitHub issue creation | ๐ Shape | ๐ก Supporting |
/github-discover-issues | Backlog gap discovery from artifacts | ๐ Shape | ๐ข Core |
/github-execute-backlog | Batch issue create/update/close | ๐ Shape | ๐ข Core |
/github-sprint-plan | Sprint and milestone planning | ๐ Shape | ๐ข Core |
/github-triage-issues | Auto-label and prioritize issues | ๐ Shape | ๐ข Core |
/incident-response | Azure incident triage, diagnosis, and RCA | ๐ Ship | ๐ก Supporting |
/prompt-analyze | Evaluate prompt engineering artifacts | โ | โช Meta |
/prompt-build | Create prompt engineering artifacts | โ | โช Meta |
/prompt-refactor | Refactor prompt engineering artifacts | โ | โช Meta |
/pull-request | PR description generation | ๐จ Build | ๐ข Core |
/risk-register | Qualitative risk assessment (PรI matrix) | ๐ Shape / ๐ Ship | ๐ก Supporting |
/rpi | Primary RPI flow entry point | ๐จ Build | ๐ข Core |
/task-implement | RPI implementation phase entry | ๐จ Build | ๐ข Core |
/task-plan | RPI planning phase entry | ๐จ Build | ๐ข Core |
/task-research | RPI research phase entry | ๐จ Build | ๐ข Core |
/task-review | RPI review phase entry | ๐จ Build | ๐ข Core |
Instructionsโ
| Name | applyTo | Description | Segment | Value |
|---|---|---|---|---|
ado-create-pull-request | .copilot-tracking/pr/new/** | ADO PR creation protocol | ๐จ Build | ๐ก Supporting |
ado-get-build-info | .copilot-tracking/pr/*-build-*.md | ADO build info protocol | ๐ Ship | ๐ก Supporting |
ado-update-wit-items | .copilot-tracking/workitems/**/handoff-logs.md | ADO work item execution | ๐ Shape | ๐ก Supporting |
ado-wit-discovery | .copilot-tracking/workitems/discovery/** | ADO work item discovery | ๐ Shape | ๐ก Supporting |
ado-wit-planning | .copilot-tracking/workitems/** | ADO work item planning hub | ๐ Shape | ๐ก Supporting |
bash | **/*.sh | Bash 5.x conventions with ShellCheck | ๐จ Build | ๐ก Supporting |
bicep | **/bicep/** | Azure Bicep IaC conventions | ๐ Ship | ๐ก Supporting |
commit-message | (all commits) | Conventional commit message format | ๐จ Build | ๐ข Core |
community-interaction | (GitHub backlog instructions) | Contributor communication templates | ๐ Ship | ๐ก Supporting |
csharp | **/*.cs | C# .NET 10 / C# 14 conventions | ๐จ Build | ๐ก Supporting |
csharp-tests | **/*.cs | C# XUnit + NSubstitute test conventions | ๐จ Build | ๐ก Supporting |
docusaurus-edits | docs/docusaurus/** | Docusaurus content conventions | ๐จ Build | ๐ก Supporting |
git-merge | (merge/rebase operations) | Git merge and rebase protocol | ๐จ Build | ๐ข Core |
github-backlog-discovery | .copilot-tracking/github-issues/discovery/** | GitHub issue discovery protocol | ๐ Shape | ๐ก Supporting |
github-backlog-planning | .copilot-tracking/github-issues/** | GitHub backlog planning hub | ๐ Shape | ๐ก Supporting |
github-backlog-triage | .copilot-tracking/github-issues/triage/** | GitHub issue triage protocol | ๐ Shape | ๐ก Supporting |
github-backlog-update | .copilot-tracking/github-issues/**/handoff-logs.md | GitHub issue execution protocol | ๐ Shape | ๐ก Supporting |
hve-core-location | ** | Internal fallback resolution | โ | โช Meta |
hve-core/workflows | .github/workflows/*.yml | GitHub Actions workflow conventions | โ | โช Meta |
markdown | **/*.md | Markdown linting and style conventions | ๐จ Build | ๐ข Core |
prompt-builder | **/*.prompt.md, **/*.agent.md, **/*.instructions.md | Prompt engineering authoring standards | โ | โช Meta |
python-script | **/*.py | Python 3.11+ script conventions | ๐จ Build | ๐ก Supporting |
terraform | **/*.tf, **/*.tfvars | Terraform IaC conventions | ๐ Ship | ๐ก Supporting |
uv-projects | **/*.py, **/*.ipynb | Python uv environment management | ๐จ Build | ๐ก Supporting |
writing-style | **/*.md | Voice, tone, and writing conventions | ๐จ Build | ๐ข Core |
Skillsโ
| Name | Description | Segment | Value |
|---|---|---|---|
video-to-gif | Video-to-GIF conversion with FFmpeg two-pass optimization | ๐จ Build | ๐ก Supporting |
Summaryโ
| Type | Count | ๐ข Core | ๐ก Supporting | โช Meta | ๐ด Cleanup |
|---|---|---|---|---|---|
| Agents | 22 | 8 | 11 | 2 | 1 |
| Prompts | 27 | 11 | 13 | 3 | 0 |
| Instructions | 25 | 4 | 17 | 4 | 0 |
| Skills | 1 | 0 | 1 | 0 | 0 |
| Total | 75 | 23 | 42 | 9 | 1 |
By Segmentโ
| Segment | Core | Supporting | Total |
|---|---|---|---|
| ๐ Shape the Work | 9 | 11 | 20 |
| ๐จ Build the Work | 14 | 16 | 30 |
| ๐ Ship It | 0 | 8 | 8 |
| โช Meta / ๐ด Cleanup | 0 | 0 | 10 |