Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:43:01 +08:00
commit bba9f82445
4 changed files with 449 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "sadd",
"description": "Introduces skills for subagent-driven development, dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates.",
"version": "1.0.0",
"author": {
"name": "Vlad Goncharov",
"email": "vlad.goncharov@neolab.finance"
},
"skills": [
"./skills"
]
}