Issue Description
Labels: enhancement, agents, accessibility, compliance, size: small
Epic: #63 - Engineering Agents Integration
Related Issues: Part of breaking down #63 into focused implementation tasks
Epic Context
This issue is part of the larger Engineering Agents Integration epic (#63), which aims to integrate 6 collaborative engineering agents from the engineering-team-agents repository into HVE Core. The epic provides multi-platform support (GitHub Copilot + Claude Code + AGENTS.md) while enhancing the existing research → plan → implement workflow with quality gates at strategic points.
This specific issue focuses on the pre-PR compliance validation phase, adding the Responsible AI agent that ensures accessibility (WCAG 2.1) and bias prevention before code reaches @pr-review.
Overview
Integrate the Responsible AI agent to provide accessibility compliance (WCAG 2.1), bias prevention, and ethical code development checks before PR submission.
User Story
As a developer on the HVE Core team, I want automated accessibility and bias validation during development, so that I catch compliance issues early when fixes are small rather than during PR review or after deployment.
Context
- Problem: Compliance issues found late = expensive retrofits and delayed releases
- Value Add: Responsible AI practices and Accessibility built-in from day one, 80% faster fixes (caught during development)
- Integration Point: Post-implementation quality gate before existing
@pr-review
Source Repository
Acceptance Criteria
Technical Requirements
- Platform Support: Claude Code, GitHub Copilot (native + chatmodes), universal AGENTS.md
- Documentation Structure:
docs/responsible-ai/RAI-ADR-[number]-[title].md
docs/responsible-ai/responsible-ai-evolution.md
docs/templates/responsible-ai-adr-template.md
- Compliance Checks: WCAG 2.1 AA, keyboard accessibility, screen reader compatibility, color contrast, privacy controls
- Security Integration: OWASP LLM Top 10 awareness for AI systems
Implementation Phases
Phase 1: Port Agent
- Adapt responsible-ai-code.md from source repository
- Create Claude version (
.claude/agents/)
- Create GitHub native version (
.github/agents/)
- Create GitHub chatmode version (
.github/chatmodes/)
- Add agent to AGENTS.md
Phase 2: Documentation Setup
- Create
docs/responsible-ai/ directory
- Port RAI-ADR template
- Create responsible-ai-evolution.md tracking file
- Add cross-references to existing instructions
Phase 3: Integration & Testing
- Test agent in Claude Code
- Test agent in GitHub Copilot
- Validate RAI-ADR creation workflow
- Test accessibility check patterns
- Validate backward compatibility
Definition of Done
Dependencies
- None (independent implementation)
Related Documentation
Additional Context
No response
Issue Description
Labels:
enhancement,agents,accessibility,compliance,size: smallEpic: #63 - Engineering Agents Integration
Related Issues: Part of breaking down #63 into focused implementation tasks
Epic Context
This issue is part of the larger Engineering Agents Integration epic (#63), which aims to integrate 6 collaborative engineering agents from the engineering-team-agents repository into HVE Core. The epic provides multi-platform support (GitHub Copilot + Claude Code + AGENTS.md) while enhancing the existing research → plan → implement workflow with quality gates at strategic points.
This specific issue focuses on the pre-PR compliance validation phase, adding the Responsible AI agent that ensures accessibility (WCAG 2.1) and bias prevention before code reaches
@pr-review.Overview
Integrate the Responsible AI agent to provide accessibility compliance (WCAG 2.1), bias prevention, and ethical code development checks before PR submission.
User Story
As a developer on the HVE Core team, I want automated accessibility and bias validation during development, so that I catch compliance issues early when fixes are small rather than during PR review or after deployment.
Context
@pr-reviewSource Repository
Acceptance Criteria
.claude/agents/).github/agents/and.github/chatmodes/)docs/responsible-ai/docs/templates/Technical Requirements
docs/responsible-ai/RAI-ADR-[number]-[title].mddocs/responsible-ai/responsible-ai-evolution.mddocs/templates/responsible-ai-adr-template.mdImplementation Phases
Phase 1: Port Agent
.claude/agents/).github/agents/).github/chatmodes/)Phase 2: Documentation Setup
docs/responsible-ai/directoryPhase 3: Integration & Testing
Definition of Done
@pr-reviewdocumentedDependencies
Related Documentation
Additional Context
No response