You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This specification is a proposal to integrate Engineering Agents into HVE Core for multi-platform support and enhanced developer experience.
##UPDATE
✅ Per discussion with @WilliamBerryiii The original proposal (#63) has been split into 4 focused implementation issues to enable parallel development and clearer scope, this issue will serve as Epic:
.github/chatmodes/ no longer exists — architecture pivoted to .github/agents/ with collection-based organization
.claude/agents/ directory does not exist — Claude Code multi-platform support not delivered
AGENTS.md universal format not created
GitOps Specialist (marked optional) not implemented
3 of 6 agents verified in GitHub Copilot native format. Multi-platform targets (Claude, chatmodes, AGENTS.md) from original spec were not pursued. Success criteria updated below to reflect verified state.
🎯 Overview
Integrate 6 collaborative engineering agents from engineering-team-agents into HVE Core, providing multi-platform support (GitHub Copilot + Claude Code + Agents.md) while enhancing the existing research → plan → implement workflow with quality gates that prevent common development mistakes.
# Create directory structure
mkdir -p .claude/agents
mkdir -p .github/agents
mkdir -p docs/{architecture,responsible-ai,templates}
# Port 6 agents to Claude format (.claude/agents/)# Adapt from engineering-team-agents with HVE Core conventions# - Follow separation of concerns (agents don't mix phases)# - Integrate with existing .github/instructions/# - Reference .copilot-tracking/ for ephemeral artifacts# Port 6 agents to GitHub native format (.github/agents/)# Standard markdown with simple YAML frontmatter# Port 6 agents to GitHub chatmodes (.github/chatmodes/*.chatmode.md)# Match existing HVE Core chatmode patterns# Create AGENTS.md universal format# Create documentation templates# - docs/templates/adr-template.md# - docs/templates/responsible-ai-adr-template.md
Phase 2: Integration
# Update HVE Core instructions to reference new agents# Add workflow documentation showing when to use which agent# Test backward compatibility# - Verify all 13 existing chatmodes work unchanged# - Confirm .copilot-tracking/ structure works# - Validate no breaking changes to existing workflows# Create setup guides# - GitHub Copilot setup (native + chatmodes)# - Claude Code setup# - Universal AGENTS.md usage
Phase 3: Documentation
# Update README.md# - Add multi-platform support section# - Link to agent reference# Update .github/chatmodes/README.md# - Add 6 new agent modes to table# - Update workflow examples# Create agent reference guide# - When to use each agent# - Integration with existing HVE Core# - Example workflows
Phase 4: Validation
# Platform testing# - Test all agents in GitHub Copilot (both formats)# - Test all agents in Claude Code# - Validate AGENTS.md with other tools# Regression testing# - Confirm no existing HVE Core functionality broken# - Validate all existing tests pass# - Check all scripts still work# User acceptance# - Question-first workflow validated# - ADR creation works# - Security/accessibility checks functional
Engineering Agents Integration - One-Page Specification
This specification is a proposal to integrate Engineering Agents into HVE Core for multi-platform support and enhanced developer experience.
##UPDATE
Issue #90 : Product Manager & UX Designer Agents
Agents:
Issue #91 : Responsible AI Agent
Agents:
Issue #92 : System Architecture Reviewer Agent
Integration Point: After
@task-researcher, before@task-plannerKey Value:
Agents:
Issue #93 : Code Reviewer Agent
Focus: Security validation during development
Key Value:
Agents:
Note
Sub-Issue Reconciliation (assessed 2026-02-25)
All 4 sub-issues are closed:
product-manager-advisor.agent.mdandux-ui-designer.agent.mddelivered to.github/agents/project-planning/system-architecture-reviewer.agent.mddelivered to.github/agents/project-planning/Architecture evolution since original spec:
.github/chatmodes/no longer exists — architecture pivoted to.github/agents/with collection-based organization.claude/agents/directory does not exist — Claude Code multi-platform support not deliveredAGENTS.mduniversal format not created3 of 6 agents verified in GitHub Copilot native format. Multi-platform targets (Claude, chatmodes, AGENTS.md) from original spec were not pursued. Success criteria updated below to reflect verified state.
🎯 Overview
Integrate 6 collaborative engineering agents from engineering-team-agents into HVE Core, providing multi-platform support (GitHub Copilot + Claude Code + Agents.md) while enhancing the existing research → plan → implement workflow with quality gates that prevent common development mistakes.
1️⃣ Enhancement to Existing HVE Core
Current HVE Core Workflow
Enhanced Workflow (Agents are Optional Gates)
Key Enhancement: Quality Gates at Right Moments
2️⃣ Multi-Platform Support
Four Platform Formats (Maximum Compatibility)
.github/agents/.github/chatmodes/@agent-name.github/chatmodes/@agent-name.claude/agents/Use agent-nameAGENTS.mdKey Integration Principles
.copilot-tracking/(ephemeral) +docs/(permanent ADRs)3️⃣ Value Add to Developers (Beyond HVE Core)
Six Collaborative Agents
📊 Product Manager
🏛️ Architecture Reviewer
docs/architecture/🔍 Code Reviewer
🎨 UX Designer (Optional)
🌍 Responsible AI
🚀 GitOps Specialist (Optional)
File Structure
Developer Experience: Same agents, different platforms, consistent behavior. Switch AI tools anytime.
4️⃣ Implementation Summary
Source Integration
From: niksacdev/engineering-team-agents (MIT License)
To: HVE Core with multi-platform enhancements
Phase 1: Foundation
Phase 2: Integration
Phase 3: Documentation
Phase 4: Validation
File Count Impact
✅ Success Criteria
Technical
.claude/agents/) —.claude/agents/does not exist.github/agents/) — 3 of 6 delivered; code-reviewer, responsible-ai, gitops-specialist not found.github/chatmodes/) — Architecture pivoted;.github/chatmodes/removedUser Experience
product-manager-advisor.agent.mdsystem-architecture-reviewer.agent.mdDocumentation