Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:00 +08:00
commit 53150261be
4 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "taskmaster",
"description": "Taskmaster workflow plugin, use for multi stage multi agent coding tasks.",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Benjamin Benetti",
"email": "ben@bbenetti.ca"
},
"commands": [
"./commands"
]
}