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