Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:44 +08:00
commit 287a80287f
18 changed files with 2362 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"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"
]
}