Initial commit
This commit is contained in:
20
.claude-plugin/plugin.json
Normal file
20
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user