Initial commit
This commit is contained in:
21
.claude-plugin/plugin.json
Normal file
21
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "markdown-tasks",
|
||||
"description": "Task management system using markdown checkboxes in .llm/todo.md with slash commands for planning, implementing, and tracking tasks",
|
||||
"version": "0.18.0",
|
||||
"author": {
|
||||
"name": "Craig Motlin"
|
||||
},
|
||||
"skills": [
|
||||
"./skills/tasks"
|
||||
],
|
||||
"agents": [
|
||||
"./agents/do-task.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/plan-tasks.md",
|
||||
"./commands/do-one-task.md",
|
||||
"./commands/add-one-task.md",
|
||||
"./commands/do-all-tasks.md",
|
||||
"./commands/sweep-todos.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user