Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:41:13 +08:00
commit 3e9fe41aa3
14 changed files with 675 additions and 0 deletions

View 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"
]
}