Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:12 +08:00
commit cb95332d64
14 changed files with 1105 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "personalities",
"description": "Split-team framework implementation with multiple specialized persona agents for multidimensional problem analysis through cognitive harmonics and productive disagreement.",
"version": "1.0.0",
"author": {
"name": "DotClaude",
"url": "https://github.com/dotclaude"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}