Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:55:49 +08:00
commit c08d3f3789
7 changed files with 331 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "feature-dev",
"description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review",
"version": "1.0.0",
"author": {
"name": "Sid Bidasaria",
"email": "sbidasaria@anthropic.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}