Skip to content

๐Ÿš€ Enterprise AI Agent Ecosystem - 40 Claude Code subagents for strategic leadership, tech architecture & organizational transformation. Built with โค๏ธ in Milano ๐Ÿ‡ฎ๐Ÿ‡น

License

Notifications You must be signed in to change notification settings

Roberdan/MyConvergio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

MyConvergio - Claude Code Subagents Suite

Convergio Logo

v2.1.2 | 60 Specialized Agents | Enterprise-Grade AI Ecosystem

"Intent is human, momentum is agent" โ€” The Agentic Manifesto

License: CC BY-NC-SA 4.0 npm version


How It Works

Each agent is a specialized AI assistant you invoke directly:

@agent-name [your request here]

Important: Agents operate in isolated contexts - they don't automatically communicate with each other. If you need coordination between agents, you must explicitly ask one agent (like Ali) to invoke others and pass context manually.


About This Project

MyConvergio is an open-source collection of 60 specialized Claude Code subagents designed for enterprise software project management, strategic leadership, and organizational excellence.

What are Claude Code Subagents?

Claude Code subagents are specialized AI assistants that can be invoked to handle specific types of tasks within the Claude Code environment. Learn more in the official Anthropic documentation.

Key Features (v2.1.2)

Feature Description
npm Distribution Cross-platform install: npm install -g myconvergio
60 Specialized Agents Organized in 8 categories covering all enterprise domains
Constitution-Based Security Anti-hijacking protocol with 8 articles of protection
Model Tiering 2 Opus / 14 Sonnet / 41 Haiku for 74-87% cost reduction
ISE Engineering Playbook All technical agents follow Microsoft ISE standards
Rules & Skills 6 rules + 8 reusable workflow skills
Per-Agent Versioning Semantic versioning for granular control

What's New in v2.0.0

Major Changes

  • English-Only Agents: All agents now in English only (Claude responds in user's language)
  • Makefile Installation: Simple make install replaces complex shell scripts
  • 60 Agents: Expanded from 40 to 60 specialized agents
  • Cost Reduction: 74-87% cost savings through intelligent model tiering

New Components

Component Description
CONSTITUTION.md Security framework with 8 articles protecting all agents
6 Rules Code style, security, testing, documentation, API, ethics
8 Skills Reusable workflows for common tasks
11 ADRs Documented architectural decisions
115+ Security Tests Comprehensive jailbreak/injection test suite

Infrastructure

  • GitHub Actions CI/CD: Automated testing, validation, and releases
  • ConvergioCLI Sync: Automatic synchronization with advanced local CLI
  • Per-Agent Versioning: Each agent has its own semantic version

Breaking Changes

  • Removed start.sh (use make install)
  • Removed claude-agents/ and claude-agenti/ legacy folders
  • Removed Italian agent versions (ADR-001)
  • Changed install path from ~/.claude-code/ to ~/.claude/

Quick Start

Prerequisites

Claude Code CLI Required (Node.js 18+):

npm install -g @anthropic-ai/claude-code
claude doctor

System Requirements:

  • macOS 10.15+, Ubuntu 20.04+/Debian 10+, or Windows 10+ (via WSL or native)
  • Node.js 18+
  • 4GB+ RAM

Installation

Option 1: npm (Recommended)

Works on all platforms (macOS, Linux, Windows):

# Install
npm install -g myconvergio

# Verify installation
myconvergio version

Option 2: Git Clone

For development or customization:

git clone https://github.com/roberdan/MyConvergio.git
cd MyConvergio
make install

Updating

# npm users
npm update -g myconvergio

# Git users
git pull && make upgrade

Uninstalling

# npm users
myconvergio uninstall
npm uninstall -g myconvergio

# Git users
make clean

Usage Examples

# Strategic planning
@ali-chief-of-staff Help me design our global expansion strategy

# Technical architecture
@baccio-tech-architect Design microservices architecture for healthcare platform

# Code review
@rex-code-reviewer Review this pull request for security issues

# Strategic analysis
@domik-mckinsey-strategic-decision-maker Analyze market entry options for APAC

# Quality assurance
@thor-quality-assurance-guardian Audit our testing coverage

Agent Portfolio (60 Specialists)

By Category

Category Count Purpose
specialized_experts 13 Domain expertise (HR, Analytics, Cultural, VC)
business_operations 11 PM, Sales, Customer Success, Marketing
core_utility 9 Infrastructure (Memory, QA, Performance)
leadership_strategy 7 Board, Strategy, OKR, CFO
technical_development 7 Engineering, DevOps, Code Review, Security
compliance_legal 5 Legal, Security, Healthcare Compliance
design_ux 3 Creative Direction, UX/UI, Design Thinking
release_management 2 App & Feature Release

By Model Tier

Tier Count Agents Use Case
Opus 2 ali-chief-of-staff, satya-board-of-directors Complex reasoning
Sonnet 14 Strategic specialists (baccio, domik, thor, etc.) Strategic decisions
Haiku 41 Workers and specialists Quick tasks

Key Agents

Leadership:

  • ali-chief-of-staff - Strategic coordination and planning (can invoke other agents if asked)
  • satya-board-of-directors - Strategic vision and governance

Technical:

  • baccio-tech-architect - System design and architecture
  • rex-code-reviewer - Code quality and review
  • marco-devops-engineer - CI/CD and infrastructure
  • luca-security-expert - Cybersecurity and compliance

Strategy:

  • domik-mckinsey-strategic-decision-maker - McKinsey-level analysis
  • antonio-strategy-expert - OKR and strategic frameworks
  • amy-cfo - Financial strategy

Quality:

  • thor-quality-assurance-guardian - Quality enforcement
  • elena-legal-compliance-expert - Legal and regulatory

Repository Structure

MyConvergio/
โ”œโ”€โ”€ .claude/
โ”‚   โ”œโ”€โ”€ agents/                    # 60 specialized agents
โ”‚   โ”‚   โ”œโ”€โ”€ leadership_strategy/   # 7 agents
โ”‚   โ”‚   โ”œโ”€โ”€ technical_development/ # 7 agents
โ”‚   โ”‚   โ”œโ”€โ”€ business_operations/   # 11 agents
โ”‚   โ”‚   โ”œโ”€โ”€ design_ux/             # 3 agents
โ”‚   โ”‚   โ”œโ”€โ”€ compliance_legal/      # 5 agents
โ”‚   โ”‚   โ”œโ”€โ”€ specialized_experts/   # 13 agents
โ”‚   โ”‚   โ”œโ”€โ”€ core_utility/          # 9 agents + CONSTITUTION.md
โ”‚   โ”‚   โ””โ”€โ”€ release_management/    # 2 agents
โ”‚   โ”œโ”€โ”€ rules/                     # 6 coding rules
โ”‚   โ”‚   โ”œโ”€โ”€ code-style.md
โ”‚   โ”‚   โ”œโ”€โ”€ security-requirements.md
โ”‚   โ”‚   โ”œโ”€โ”€ testing-standards.md
โ”‚   โ”‚   โ”œโ”€โ”€ documentation-standards.md
โ”‚   โ”‚   โ”œโ”€โ”€ api-development.md
โ”‚   โ”‚   โ””โ”€โ”€ ethical-guidelines.md
โ”‚   โ””โ”€โ”€ skills/                    # 8 reusable workflows
โ”‚       โ”œโ”€โ”€ code-review/
โ”‚       โ”œโ”€โ”€ debugging/
โ”‚       โ”œโ”€โ”€ architecture/
โ”‚       โ”œโ”€โ”€ security-audit/
โ”‚       โ”œโ”€โ”€ performance/
โ”‚       โ”œโ”€โ”€ strategic-analysis/
โ”‚       โ”œโ”€โ”€ release-management/
โ”‚       โ””โ”€โ”€ project-management/
โ”œโ”€โ”€ docs/
โ”‚   โ”œโ”€โ”€ adr/                       # 11 Architecture Decision Records
โ”‚   โ””โ”€โ”€ AGENT_OPTIMIZATION_PLAN_2025.md
โ”œโ”€โ”€ tests/
โ”‚   โ”œโ”€โ”€ security_tests.md          # 115+ security tests
โ”‚   โ””โ”€โ”€ token_analysis.md          # Cost analysis
โ”œโ”€โ”€ scripts/
โ”‚   โ”œโ”€โ”€ sync-from-convergiocli.sh
โ”‚   โ”œโ”€โ”€ version-manager.sh
โ”‚   โ””โ”€โ”€ bump-agent-version.sh
โ”œโ”€โ”€ Makefile                       # Build and deploy commands
โ”œโ”€โ”€ VERSION                        # System version (2.1.2)
โ””โ”€โ”€ CLAUDE.md                      # Project instructions

CLI Commands

npm CLI (myconvergio)

myconvergio help        # Show available commands
myconvergio install     # Install/reinstall to ~/.claude/
myconvergio uninstall   # Remove from ~/.claude/
myconvergio agents      # List all agents with versions and model tiers
myconvergio version     # Show version and installation status

Make Commands (Git users)

make install        # Install agents, rules, skills to ~/.claude/
make upgrade        # Update to latest version (clean + install)
make install-local  # Install to current project only
make clean          # Remove all installed components
make version        # Show installed version info

Security Framework

All agents implement the MyConvergio Constitution:

Article Protection
I Identity Lock - Immutable agent identity
II Ethical Principles - Fairness, transparency, accountability
III Security Directives - Anti-hijacking, input validation
IV Operational Boundaries - Role adherence
V Failure Modes - Graceful degradation
VI Collaboration - Safe inter-agent communication
VII Accessibility & Inclusion (NON-NEGOTIABLE)
VIII Accountability - Logging and audit trails

Architecture Decision Records

All major decisions are documented in docs/adr/:

ADR Decision
ADR-001 English-only agents
ADR-002 Makefile replaces start.sh
ADR-003 Per-agent versioning
ADR-004 Model tiering (Opus/Sonnet/Haiku)
ADR-005 Constitution-based security
ADR-006 GitHub Actions CI/CD
ADR-007 Single source of truth
ADR-008 ConvergioCLI relationship
ADR-009 Skills & Rules system
ADR-010 ISE Engineering Playbook standard
ADR-011 Modular Execution Plans and Security Framework

The Agentic Manifesto

Human purpose. AI momentum.

What we believe

  1. Intent is human, momentum is agent.
  2. Impact must reach every mind and body.
  3. Trust grows from transparent provenance.
  4. Progress is judged by outcomes, not output.

How we act

  1. Humans stay accountable for decisions and effects.
  2. Agents amplify capability, never identity.
  3. We design from the edge first: disability, language, connectivity.
  4. Safety rails precede scale.
  5. Learn in small loops, ship value early.

Read the full Agentic Manifesto


Related Projects

  • ConvergioCLI - Advanced local CLI with Apple Silicon optimization, Anna executive assistant, offline mode with local models, and macOS-native features

License & Legal

Copyright 2025 Convergio.io

Licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

Disclaimers

  • Experimental Software: Provided "AS IS" without warranties
  • Non-Commercial Use Only: See LICENSE file for details
  • No Corporate Affiliation: Not affiliated with Anthropic, OpenAI, or Microsoft
  • Personal Project: Author is a Microsoft employee; this is a personal initiative

Author Note: Roberto D'Angelo is a Microsoft employee. This project is a personal initiative created independently during personal time. This project is NOT affiliated with, endorsed by, or representing Microsoft Corporation.


Contributing

Contributions are welcome! See CONTRIBUTING.md for guidelines.

For questions about commercial licensing: roberdan@fightthestroke.org


Built with AI assistance in Milano, following the Agentic Manifesto principles

v2.1.2 | December 2025

About

๐Ÿš€ Enterprise AI Agent Ecosystem - 40 Claude Code subagents for strategic leadership, tech architecture & organizational transformation. Built with โค๏ธ in Milano ๐Ÿ‡ฎ๐Ÿ‡น

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •