15 lines
400 B
JSON
15 lines
400 B
JSON
{
|
|
"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"
|
|
]
|
|
} |