Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:54:36 +08:00
commit 457f40d91d
7 changed files with 351 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "sw-feature-dev",
"description": "Comprehensive feature development workflow with mandatory AskUserQuestion tool usage and specialized agents for codebase exploration, architecture design, and quality review",
"version": "1.0.0",
"author": {
"name": "Scott Weinstein",
"email": "scott@weinste.in"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}