Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:35:56 +08:00
commit dc3739c3bd
10 changed files with 2422 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "pbi-task-manager",
"description": "Comprehensive task management system integrating GitHub Issues with structured refinement and execution workflows",
"version": "1.0.0",
"author": {
"name": "Task Management Team",
"url": "https://github.com/krhrtky"
},
"agents": [
"./agents/task-executor.md"
],
"commands": [
"./commands/task-refine.md",
"./commands/task-spec.md",
"./commands/task-next.md",
"./commands/task-status.md",
"./commands/task-list.md",
"./commands/task-sync.md"
]
}