Files
gh-scottweinstein-cc-plugin…/.claude-plugin/plugin.json
2025-11-30 08:54:36 +08:00

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"
]
}