myconvergio 2.1.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/agents/core_utility/strategic-planner.md +66 -1
- package/.claude/agents/release_management/app-release-manager.md +10 -1
- package/.claude/skills/orchestration/SKILL.md +83 -0
- package/.claude-plugin/plugin.json +23 -0
- package/README.md +176 -245
- package/VERSION +2 -2
- package/agents/CONSTITUTION.md +365 -0
- package/agents/CommonValuesAndPrinciples.md +296 -0
- package/agents/MICROSOFT_VALUES.md +121 -0
- package/agents/SECURITY_FRAMEWORK_TEMPLATE.md +137 -0
- package/agents/ali-chief-of-staff.md +594 -0
- package/agents/amy-cfo.md +179 -0
- package/agents/andrea-customer-success-manager.md +175 -0
- package/agents/angela-da.md +140 -0
- package/agents/anna-executive-assistant.md +268 -0
- package/agents/antonio-strategy-expert.md +217 -0
- package/agents/app-release-manager.md +2361 -0
- package/agents/ava-analytics-insights-virtuoso.md +203 -0
- package/agents/baccio-tech-architect.md +210 -0
- package/agents/behice-cultural-coach.md +202 -0
- package/agents/coach-team-coach.md +180 -0
- package/agents/dan-engineering-gm.md +260 -0
- package/agents/dario-debugger.md +250 -0
- package/agents/dave-change-management-specialist.md +200 -0
- package/agents/davide-project-manager.md +203 -0
- package/agents/diana-performance-dashboard.md +238 -0
- package/agents/domik-mckinsey-strategic-decision-maker.md +324 -0
- package/agents/dr-enzo-healthcare-compliance-manager.md +198 -0
- package/agents/elena-legal-compliance-expert.md +169 -0
- package/agents/enrico-business-process-engineer.md +180 -0
- package/agents/ethan-da.md +139 -0
- package/agents/evan-ic6da.md +140 -0
- package/agents/fabio-sales-business-development.md +175 -0
- package/agents/feature-release-manager.md +235 -0
- package/agents/fiona-market-analyst.md +148 -0
- package/agents/giulia-hr-talent-acquisition.md +175 -0
- package/agents/guardian-ai-security-validator.md +207 -0
- package/agents/jenny-inclusive-accessibility-champion.md +200 -0
- package/agents/jony-creative-director.md +172 -0
- package/agents/luca-security-expert.md +229 -0
- package/agents/luke-program-manager.md +105 -0
- package/agents/marcello-pm.md +130 -0
- package/agents/marco-devops-engineer.md +200 -0
- package/agents/marcus-context-memory-keeper.md +218 -0
- package/agents/matteo-strategic-business-architect.md +177 -0
- package/agents/michael-vc.md +130 -0
- package/agents/oliver-pm.md +134 -0
- package/agents/omri-data-scientist.md +194 -0
- package/agents/otto-performance-optimizer.md +262 -0
- package/agents/paolo-best-practices-enforcer.md +303 -0
- package/agents/po-prompt-optimizer.md +194 -0
- package/agents/rex-code-reviewer.md +231 -0
- package/agents/riccardo-storyteller.md +158 -0
- package/agents/sam-startupper.md +253 -0
- package/agents/sara-ux-ui-designer.md +166 -0
- package/agents/satya-board-of-directors.md +222 -0
- package/agents/socrates-first-principles-reasoning.md +260 -0
- package/agents/sofia-marketing-strategist.md +175 -0
- package/agents/sophia-govaffairs.md +132 -0
- package/agents/stefano-design-thinking-facilitator.md +180 -0
- package/agents/steve-executive-communication-strategist.md +111 -0
- package/agents/strategic-planner.md +357 -0
- package/agents/taskmaster-strategic-task-decomposition-master.md +152 -0
- package/agents/thor-quality-assurance-guardian.md +223 -0
- package/agents/wanda-workflow-orchestrator.md +247 -0
- package/agents/wiz-investor-venture-capital.md +182 -0
- package/agents/xavier-coordination-patterns.md +251 -0
- package/bin/myconvergio.js +79 -4
- package/commands/plan.md +36 -0
- package/commands/status.md +37 -0
- package/commands/team.md +98 -0
- package/hooks/hooks.json +3 -0
- package/package.json +13 -7
- package/scripts/orchestration/README.md +123 -0
- package/scripts/orchestration/claude-monitor.sh +58 -0
- package/scripts/orchestration/claude-parallel.sh +29 -0
- package/scripts/orchestration/kitty-check.sh +94 -0
- package/scripts/postinstall.js +29 -8
- package/skills/architecture/SKILL.md +228 -0
- package/skills/code-review/SKILL.md +140 -0
- package/skills/debugging/SKILL.md +192 -0
- package/skills/orchestration/SKILL.md +83 -0
- package/skills/performance/SKILL.md +277 -0
- package/skills/project-management/SKILL.md +382 -0
- package/skills/release-management/SKILL.md +342 -0
- package/skills/security-audit/SKILL.md +276 -0
- package/skills/strategic-analysis/SKILL.md +338 -0
|
@@ -8,7 +8,7 @@ description: Strategic planner for long-term planning, strategic initiatives, ro
|
|
|
8
8
|
tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "Task", "TodoWrite"]
|
|
9
9
|
color: "#6B5B95"
|
|
10
10
|
model: "sonnet"
|
|
11
|
-
version: "1.0
|
|
11
|
+
version: "1.1.0"
|
|
12
12
|
---
|
|
13
13
|
|
|
14
14
|
## Security & Ethics Framework
|
|
@@ -287,6 +287,71 @@ Log entries include:
|
|
|
287
287
|
- ADR decisions
|
|
288
288
|
- Blockers and resolutions
|
|
289
289
|
|
|
290
|
+
## Kitty Parallel Orchestration
|
|
291
|
+
|
|
292
|
+
### Overview
|
|
293
|
+
This agent can orchestrate **parallel execution** with multiple Claude instances via Kitty terminal.
|
|
294
|
+
|
|
295
|
+
### Requirements
|
|
296
|
+
- Must run FROM Kitty terminal (not Warp/iTerm)
|
|
297
|
+
- `wildClaude` alias configured (`claude --dangerously-skip-permissions`)
|
|
298
|
+
- Kitty remote control enabled in `~/.config/kitty/kitty.conf`:
|
|
299
|
+
```
|
|
300
|
+
allow_remote_control yes
|
|
301
|
+
listen_on unix:/tmp/kitty-socket
|
|
302
|
+
```
|
|
303
|
+
|
|
304
|
+
### Workflow
|
|
305
|
+
```
|
|
306
|
+
1. Create plan with Claude assignments (max 4)
|
|
307
|
+
2. Ask: "Vuoi eseguire in parallelo?"
|
|
308
|
+
3. If yes → Launch workers, send tasks, monitor
|
|
309
|
+
```
|
|
310
|
+
|
|
311
|
+
### Plan Format for Parallel Execution
|
|
312
|
+
```markdown
|
|
313
|
+
## 🎭 RUOLI CLAUDE
|
|
314
|
+
|
|
315
|
+
| Claude | Ruolo | Task Assegnati | Files (NO OVERLAP!) |
|
|
316
|
+
|--------|-------|----------------|---------------------|
|
|
317
|
+
| CLAUDE 1 | COORDINATORE | Monitor, verify | - |
|
|
318
|
+
| CLAUDE 2 | IMPLEMENTER | T-01, T-02 | src/api/*.ts |
|
|
319
|
+
| CLAUDE 3 | IMPLEMENTER | T-03, T-04 | src/components/*.tsx |
|
|
320
|
+
| CLAUDE 4 | IMPLEMENTER | T-05, T-06 | src/lib/*.ts |
|
|
321
|
+
```
|
|
322
|
+
|
|
323
|
+
### Orchestration Commands
|
|
324
|
+
```bash
|
|
325
|
+
# Verify Kitty setup
|
|
326
|
+
~/.claude/scripts/kitty-check.sh
|
|
327
|
+
|
|
328
|
+
# Launch N Claude workers
|
|
329
|
+
~/.claude/scripts/claude-parallel.sh [N]
|
|
330
|
+
|
|
331
|
+
# Send tasks to workers
|
|
332
|
+
kitty @ send-text --match title:Claude-2 "Leggi [plan], sei CLAUDE 2, esegui i tuoi task"
|
|
333
|
+
kitty @ send-text --match title:Claude-3 "Leggi [plan], sei CLAUDE 3, esegui i tuoi task"
|
|
334
|
+
|
|
335
|
+
# Monitor progress
|
|
336
|
+
~/.claude/scripts/claude-monitor.sh
|
|
337
|
+
```
|
|
338
|
+
|
|
339
|
+
### Critical Rules
|
|
340
|
+
1. **MAX 4 CLAUDE**: Hard limit, beyond = unmanageable
|
|
341
|
+
2. **NO FILE OVERLAP**: Each Claude works on DIFFERENT files
|
|
342
|
+
3. **VERIFICATION LAST**: Final check with lint/typecheck/build
|
|
343
|
+
4. **GIT SAFETY**: Only one Claude commits at a time
|
|
344
|
+
|
|
345
|
+
### Orchestration Scripts Location
|
|
346
|
+
```
|
|
347
|
+
~/.claude/scripts/
|
|
348
|
+
├── orchestrate.sh # Full orchestration
|
|
349
|
+
├── claude-parallel.sh # Launch N Claude tabs
|
|
350
|
+
├── claude-monitor.sh # Monitor workers
|
|
351
|
+
└── kitty-check.sh # Verify setup
|
|
352
|
+
```
|
|
353
|
+
|
|
290
354
|
## Changelog
|
|
291
355
|
|
|
356
|
+
- **1.1.0** (2025-12-28): Added Kitty parallel orchestration support
|
|
292
357
|
- **1.0.0** (2025-12-15): Initial security framework and model optimization
|
|
@@ -4,7 +4,7 @@ name: app-release-manager
|
|
|
4
4
|
description: Use this agent when preparing to release a new version of the application to GitHub. This includes pre-release quality checks, security audits, performance validation, documentation review, codebase cleanup, version management, and changelog generation. The agent ensures the repository meets professional standards before any public release.\n\nExamples:\n\n<example>\nContext: User wants to prepare the application for a new release.\nuser: "I want to release version 2.0 of the application"\nassistant: "I'm going to use the app-release-manager agent to perform all pre-release checks and prepare the release."\n<Task tool call to app-release-manager>\n</example>\n\n<example>\nContext: User has completed a major feature and wants to publish it.\nuser: "The new authentication system is complete, let's ship it"\nassistant: "Let me launch the app-release-manager agent to run quality checks, security audits, and prepare the release package."\n<Task tool call to app-release-manager>\n</example>\n\n<example>\nContext: User asks about release readiness.\nuser: "Is the codebase ready for production release?"\nassistant: "I'll use the app-release-manager agent to perform a comprehensive release readiness assessment."\n<Task tool call to app-release-manager>\n</example>\n\n<example>\nContext: User wants to set up versioning for a new project.\nuser: "We need proper versioning and changelog management for this project"\nassistant: "I'm launching the app-release-manager agent to implement a professional versioning system with automated changelog generation."\n<Task tool call to app-release-manager>\n</example>
|
|
5
5
|
model: sonnet
|
|
6
6
|
color: red
|
|
7
|
-
version: "1.0.
|
|
7
|
+
version: "1.0.3"
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
## Security & Ethics Framework
|
|
@@ -2347,6 +2347,15 @@ Reference: https://microsoft.github.io/code-with-engineering-playbook/
|
|
|
2347
2347
|
|
|
2348
2348
|
**REMEMBER: Every single item above is BLOCKING. There are no warnings. There are no minor issues. Fix everything or ship nothing.**
|
|
2349
2349
|
|
|
2350
|
+
## Project-Specific Release Rules
|
|
2351
|
+
|
|
2352
|
+
### MyConvergio npm Package
|
|
2353
|
+
- **npm publishing is MANUAL** - OIDC trusted publishing failed, use manual process
|
|
2354
|
+
- Process: `npm login && npm publish --access public`
|
|
2355
|
+
- Requires OTP via email for 2FA
|
|
2356
|
+
- GitHub Actions only creates the GitHub Release, NOT npm publish
|
|
2357
|
+
|
|
2350
2358
|
## Changelog
|
|
2351
2359
|
|
|
2360
|
+
- **1.0.3** (2025-12-28): Added project-specific rules for MyConvergio npm manual publishing
|
|
2352
2361
|
- **1.0.0** (2025-12-15): Initial security framework and model optimization
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
# Multi-Claude Parallel Orchestration Skill
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
This skill enables parallel execution of complex plans using multiple Claude instances in Kitty terminal tabs.
|
|
6
|
+
|
|
7
|
+
## When to Use
|
|
8
|
+
|
|
9
|
+
- Complex tasks with 4+ independent subtasks
|
|
10
|
+
- Release preparations with multiple verification steps
|
|
11
|
+
- Large refactoring across multiple file domains
|
|
12
|
+
- Any plan created by `strategic-planner` agent
|
|
13
|
+
|
|
14
|
+
## Requirements
|
|
15
|
+
|
|
16
|
+
| Requirement | Details |
|
|
17
|
+
|-------------|---------|
|
|
18
|
+
| Terminal | **Kitty only** (not Warp/iTerm/Terminal.app) |
|
|
19
|
+
| Config | `allow_remote_control yes` in kitty.conf |
|
|
20
|
+
| Alias | `wildClaude='claude --dangerously-skip-permissions'` |
|
|
21
|
+
| Max Workers | 4 (hard limit) |
|
|
22
|
+
|
|
23
|
+
## Quick Start
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
# From Kitty:
|
|
27
|
+
./scripts/orchestration/kitty-check.sh # Verify setup
|
|
28
|
+
./scripts/orchestration/claude-parallel.sh 4 # Launch workers
|
|
29
|
+
./scripts/orchestration/claude-monitor.sh # Monitor
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Integration with Agents
|
|
33
|
+
|
|
34
|
+
### strategic-planner
|
|
35
|
+
The `strategic-planner` agent can create plans with Claude assignments and execute them in parallel:
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
@strategic-planner Create an execution plan for [task] with parallel execution
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
When asked "Vuoi eseguire in parallelo?", it will:
|
|
42
|
+
1. Verify Kitty environment
|
|
43
|
+
2. Launch Claude workers
|
|
44
|
+
3. Send tasks to each worker
|
|
45
|
+
4. Monitor progress
|
|
46
|
+
5. Report completion
|
|
47
|
+
|
|
48
|
+
## Plan Format
|
|
49
|
+
|
|
50
|
+
Plans for parallel execution must include:
|
|
51
|
+
|
|
52
|
+
```markdown
|
|
53
|
+
## 🎭 RUOLI CLAUDE
|
|
54
|
+
|
|
55
|
+
| Claude | Role | Tasks | Files |
|
|
56
|
+
|--------|------|-------|-------|
|
|
57
|
+
| CLAUDE 1 | Coordinator | Monitor | - |
|
|
58
|
+
| CLAUDE 2 | Implementer | T-01, T-02 | src/api/ |
|
|
59
|
+
| CLAUDE 3 | Implementer | T-03, T-04 | src/components/ |
|
|
60
|
+
| CLAUDE 4 | Implementer | T-05 | src/lib/ |
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
## Critical Rules
|
|
64
|
+
|
|
65
|
+
1. **NO FILE OVERLAP** - Avoid git conflicts
|
|
66
|
+
2. **MAX 4 WORKERS** - Beyond = chaos
|
|
67
|
+
3. **VERIFY LAST** - lint/typecheck/build at end
|
|
68
|
+
4. **GIT COORDINATION** - One commit at a time
|
|
69
|
+
|
|
70
|
+
## Scripts Location
|
|
71
|
+
|
|
72
|
+
```
|
|
73
|
+
scripts/orchestration/
|
|
74
|
+
├── README.md # Full documentation
|
|
75
|
+
├── kitty-check.sh # Verify setup
|
|
76
|
+
├── claude-parallel.sh # Launch workers
|
|
77
|
+
└── claude-monitor.sh # Monitor progress
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
## Related
|
|
81
|
+
|
|
82
|
+
- Agent: `.claude/agents/core_utility/strategic-planner.md`
|
|
83
|
+
- Global config: `~/.claude/commands/planner.md`
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "myconvergio",
|
|
3
|
+
"version": "3.0.0",
|
|
4
|
+
"description": "Enterprise Agent Suite: 57 specialized AI agents for strategy, development, compliance, and operations",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Roberto Dandrea",
|
|
7
|
+
"email": "info@roberdan.com",
|
|
8
|
+
"url": "https://github.com/roberdan"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/roberdan/MyConvergio",
|
|
11
|
+
"repository": "https://github.com/roberdan/MyConvergio",
|
|
12
|
+
"license": "CC-BY-NC-SA-4.0",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"enterprise",
|
|
15
|
+
"agents",
|
|
16
|
+
"strategy",
|
|
17
|
+
"architecture",
|
|
18
|
+
"compliance",
|
|
19
|
+
"operations",
|
|
20
|
+
"ai-agents",
|
|
21
|
+
"subagents"
|
|
22
|
+
]
|
|
23
|
+
}
|