Files
gh-mchowning-claude-code-pl…/.claude-plugin/plugin.json
2025-11-30 08:39:44 +08:00

15 lines
454 B
JSON

{
"name": "workflow-tools",
"description": "Comprehensive workflow automation for codebase research, planning, implementation, and documentation. Includes create-research-doc, create-plan-doc, implement-plan, and create-work-summary-doc commands with specialized agents.",
"version": "1.0.0",
"author": {
"name": "Matt Chowning",
"email": "mchowning@gmail.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}