Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:29:33 +08:00
commit 70c0fb03a9
5 changed files with 523 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "process-improvement",
"description": "Systematic intervention system for detecting frustration, analyzing root causes, implementing fixes, and tracking effectiveness over time",
"version": "1.0.1",
"author": {
"name": "Greg Serafini",
"email": "greg@serafini.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}