-
Notifications
You must be signed in to change notification settings - Fork 31
Add OpenShift AI Virtual Team agents as source of truth #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add 17 specialized agents with rich personalities and domain expertise - Create agents/ directory as canonical location for vTeam agent definitions - Include comprehensive source documentation (rhoai-ux-agents-vTeam.md) Agent Categories: • Core Team: Emma (Engineering Manager), Parker (Product Manager), Taylor (Team Member) • Agile Roles: Sam (Scrum Master), Olivia (Product Owner), Jack (Delivery Owner) • Engineering: Archie (Architect), Stella (Staff Engineer), Lee (Team Lead) • UX Team: Aria (UX Architect), Uma (UX Team Lead), Felix (UX Feature Lead), Steve (UX Designer), Ryan (UX Researcher) • Content Team: Tessa (Technical Writing Manager), Diego (Documentation Program Manager), Casey (Content Strategist), Terry (Technical Writer) • Special: Phoenix (PXE - Product Experience Engineering) Each agent includes: - Authentic personality and communication style - Role-specific behaviors and competencies - OpenShift AI platform domain knowledge - Signature phrases for realistic interactions - Appropriate tool assignments This establishes jeremyeder/vTeam/agents/ as the source of truth for agent definitions, enabling reuse across multiple vTeam projects and implementations. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add comprehensive mermaid flowchart showing UX feature lifecycle - Demonstrates all 17 agents working together from ideation to sustaining engineering - Includes realistic decision gates, parallel work streams, and feedback loops - Shows natural collaboration patterns and agent interaction flows - Integrates agile ceremonies and cross-cutting concerns - Color-coded by role type for visual clarity Workflow phases: • Ideation & Strategy (Parker, Aria, Ryan) • Planning & Design (Uma, Felix, Steve, Casey) • Refinement & Breakdown (Derek, Olivia, Sam, Emma) • Architecture & Technical Planning (Archie, Stella, Lee, Phoenix) • Development & Implementation (Taylor, Tessa, Diego, Terry) • Sustaining Engineering (Phoenix, Emma, Lee) This diagram can be used for team training, process documentation, and stakeholder communication about realistic team collaboration patterns. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Collaborator
Author
|
- Move ux-feature-workflow.md from agents/ to diagrams/ for better organization - Consolidate all workflow diagrams in dedicated diagrams/ directory - Maintains focus on agent definitions in agents/ directory - Improves repository structure and maintainability The UX feature workflow diagram remains part of the agent framework but is now properly organized with other process documentation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
sallyom
pushed a commit
that referenced
this pull request
Oct 15, 2025
Add OpenShift AI Virtual Team agents as source of truth
This was referenced Nov 16, 2025
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR establishes the jeremyeder/vTeam repository as the source of truth for OpenShift AI Virtual Team agent definitions. It adds a comprehensive set of 17 specialized agents with rich personalities and domain expertise for realistic team simulation and collaboration.
New Directory Structure
Added:
agents/- Canonical location for vTeam agent definitions (17 agents)diagrams/- Workflow diagrams and process documentationdiagrams/ux-feature-workflow.md- UX feature development workflow diagramrhoai-ux-agents-vTeam.md- Comprehensive framework documentation🔄 UX Feature Workflow Diagram
The
diagrams/ux-feature-workflow.mdcontains a detailed mermaid flowchart showing how a UX feature flows through all 17 agents from ideation to sustaining engineering:Workflow Phases:
Key Features:
Agents Added (17 total)
Core Team Agents (3)
agents/emma.md- Engineering Manager Agent (strategic, people-focused, protective of team wellbeing)agents/parker.md- Product Manager Agent (market-savvy, data-driven, business-focused)agents/taylor.md- Team Member Agent (pragmatic, detail-oriented, code quality champion)Agile Role Agents (3)
agents/sam.md- Scrum Master Agent (facilitator, process-oriented, diplomatically persistent)agents/olivia.md- Product Owner Agent (detail-focused, pragmatic negotiator, sprint guardian)agents/jack.md- Delivery Owner Agent (persistent tracker, cross-team networker, milestone-focused)Engineering Role Agents (3)
agents/archie.md- Architect Agent (visionary, systems thinker, long-term oriented)agents/stella.md- Staff Engineer Agent (technical authority, hands-on leader, mentoring focus)agents/lee.md- Team Lead Agent (technical coordinator, team advocate, execution-focused)User Experience Agents (5)
agents/aria.md- UX Architect Agent (holistic thinker, user advocate, ecosystem-aware)agents/uma.md- UX Team Lead Agent (design quality guardian, process driver, team coordinator)agents/felix.md- UX Feature Lead Agent (feature specialist, detail obsessed, accessibility champion)agents/steve.md- UX Designer Agent (creative problem solver, iteration enthusiast, user empathizer)agents/ryan.md- UX Researcher Agent (evidence seeker, insight translator, methodology expert)Content Team Agents (4)
agents/tessa.md- Technical Writing Manager Agent (quality-focused, deadline-aware, team coordinator)agents/diego.md- Documentation Program Manager Agent (timeline guardian, resource optimizer, dependency tracker)agents/casey.md- Content Strategist Agent (big picture thinker, standard setter, cross-functional bridge)agents/terry.md- Technical Writer Agent (user advocate, technical translator, accuracy obsessed)Special Team Agent (1)
agents/phoenix.md- PXE (Product Experience Engineering) Agent (customer impact predictor, risk assessor, lifecycle thinker)Agent Features
Each agent includes:
Design Philosophy
This agent system models realistic team dynamics by including:
Technical Stack Coverage
Agents have deep knowledge of the complete OpenDataHub ecosystem:
Source of Truth Establishment
This PR establishes
jeremyeder/vTeam/agents/as the canonical location for agent definitions, enabling:Directory Organization
agents/- Focus on agent definitions and personalitiesdiagrams/- Process workflows and collaboration patternsIntegration Pattern
Other vTeam projects (like vTeam-console) should reference these agents:
Use Cases for Workflow Diagram
The
diagrams/ux-feature-workflow.mdcan be used for:Test Plan
Benefits
🤖 Generated with Claude Code